summaryrefslogtreecommitdiffstats
path: root/drivers/aiodev/Kconfig
blob: 185c44e7339f3ead704f87d90ed739b7705e4f3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Misc strange devices
#
menuconfig AIODEV
	bool "Analog I/O drivers"

if AIODEV

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

endif