diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-10-28 14:31:44 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2010-10-28 14:31:44 -0400 |
commit | 62991f7ab395b57b86512d47a6017266e2e615f2 (patch) | |
tree | 941e97fab59c21b1ace71f9c7410251453f6a3f1 /drivers | |
parent | 9c627e3be3e8f36eda73ed9e8aa4763582841c1f (diff) |
hwmon: (s3c-hwmon) Depend on S3C_ADC
This way we don't need to modify Kconfig every time a new SoC comes along to
make this driver support it. Also fix some typos while I'm at it.
Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
Reviewed-by: Guenter Roeck <guenter.roeck@ericsson.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hwmon/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 3e88140b9d77..d875d102ee3f 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -763,14 +763,14 @@ config SENSORS_SHT15 | |||
763 | will be called sht15. | 763 | will be called sht15. |
764 | 764 | ||
765 | config SENSORS_S3C | 765 | config SENSORS_S3C |
766 | tristate "S3C24XX/S3C64XX Inbuilt ADC" | 766 | tristate "Samsung built-in ADC" |
767 | depends on ARCH_S3C2410 | 767 | depends on S3C_ADC |
768 | help | 768 | help |
769 | If you say yes here you get support for the on-board ADCs of | 769 | If you say yes here you get support for the on-board ADCs of |
770 | the Samsung S3C24XX or S3C64XX series of SoC | 770 | the Samsung S3C24XX, S3C64XX and other series of SoC |
771 | 771 | ||
772 | This driver can also be built as a module. If so, the module | 772 | This driver can also be built as a module. If so, the module |
773 | will be called s3c-hwmo. | 773 | will be called s3c-hwmon. |
774 | 774 | ||
775 | config SENSORS_S3C_RAW | 775 | config SENSORS_S3C_RAW |
776 | bool "Include raw channel attributes in sysfs" | 776 | bool "Include raw channel attributes in sysfs" |