summaryrefslogtreecommitdiffstats
path: root/drivers/aiodev/Kconfig
blob: 1c5fabe01ad9a4d2b3f0e4480d088517adeeca25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# 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