|
@@ -305,6 +305,18 @@ config LPC18XX_ADC
|
|
To compile this driver as a module, choose M here: the module will be
|
|
To compile this driver as a module, choose M here: the module will be
|
|
called lpc18xx_adc.
|
|
called lpc18xx_adc.
|
|
|
|
|
|
|
|
+config LPC32XX_ADC
|
|
|
|
+ tristate "NXP LPC32XX ADC"
|
|
|
|
+ depends on ARCH_LPC32XX || COMPILE_TEST
|
|
|
|
+ depends on HAS_IOMEM
|
|
|
|
+ help
|
|
|
|
+ Say yes here to build support for the integrated ADC inside the
|
|
|
|
+ LPC32XX SoC. Note that this feature uses the same hardware as the
|
|
|
|
+ touchscreen driver, so you should either select only one of the two
|
|
|
|
+ drivers (lpc32xx_adc or lpc32xx_ts) or, in the OpenFirmware case,
|
|
|
|
+ activate only one via device tree selection. Provides direct access
|
|
|
|
+ via sysfs.
|
|
|
|
+
|
|
config LTC2485
|
|
config LTC2485
|
|
tristate "Linear Technology LTC2485 ADC driver"
|
|
tristate "Linear Technology LTC2485 ADC driver"
|
|
depends on I2C
|
|
depends on I2C
|