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

config MC13XXX_ADC
	tristate "MC13XXX ADC driver"
	depends on MFD_MC13XXX
	help
	  Support for MC13783, MC13892, MC34708 ADC

endif