diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index e19cf8eb6ccf..c57e530d07c7 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -446,6 +446,16 @@ config SENSORS_IT87 | |||
446 | This driver can also be built as a module. If so, the module | 446 | This driver can also be built as a module. If so, the module |
447 | will be called it87. | 447 | will be called it87. |
448 | 448 | ||
449 | config SENSORS_JZ4740 | ||
450 | tristate "Ingenic JZ4740 SoC ADC driver" | ||
451 | depends on MACH_JZ4740 && MFD_JZ4740_ADC | ||
452 | help | ||
453 | If you say yes here you get support for reading adc values from the ADCIN | ||
454 | pin on Ingenic JZ4740 SoC based boards. | ||
455 | |||
456 | This driver can also be build as a module. If so, the module will be | ||
457 | called jz4740-hwmon. | ||
458 | |||
449 | config SENSORS_LM63 | 459 | config SENSORS_LM63 |
450 | tristate "National Semiconductor LM63 and LM64" | 460 | tristate "National Semiconductor LM63 and LM64" |
451 | depends on I2C | 461 | depends on I2C |