Skip to content

Commit

Permalink
hwmon: (s3c-hwmon) Depend on S3C_ADC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maurus Cuelenaere authored and Jean Delvare committed Oct 28, 2010
1 parent 9c627e3 commit 62991f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -763,14 +763,14 @@ config SENSORS_SHT15
will be called sht15.

config SENSORS_S3C
tristate "S3C24XX/S3C64XX Inbuilt ADC"
depends on ARCH_S3C2410
tristate "Samsung built-in ADC"
depends on S3C_ADC
help
If you say yes here you get support for the on-board ADCs of
the Samsung S3C24XX or S3C64XX series of SoC
the Samsung S3C24XX, S3C64XX and other series of SoC

This driver can also be built as a module. If so, the module
will be called s3c-hwmo.
will be called s3c-hwmon.

config SENSORS_S3C_RAW
bool "Include raw channel attributes in sysfs"
Expand Down

0 comments on commit 62991f7

Please sign in to comment.