Newer
Older
barebox / drivers / aiodev / Kconfig
@Lucas Stach Lucas Stach on 23 Jun 2016 432 bytes aiodev: imx_thermal: depend on MACH_IMX6
#
# Misc strange devices
#
menuconfig AIODEV
	bool "Analog I/O drivers"

if AIODEV

config IMX_THERMAL
       tristate "Temperature sensor driver for Freescale i.MX SoCs"
       depends on ARCH_IMX6
       select MFD_SYSCON
       help
         Support for Temperature Monitor (TEMPMON) found on Freescale
         i.MX SoCs.

config LM75
	tristate "LM75 driver"
	depends on I2C
	help
	  Support for LM75 and similar devices

endif