Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62991f7a authored by Maurus Cuelenaere's avatar Maurus Cuelenaere Committed by Jean Delvare
Browse files

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: default avatarMaurus Cuelenaere <mcuelenaere@gmail.com>
Reviewed-by: default avatarGuenter Roeck <guenter.roeck@ericsson.com>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent 9c627e3b
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -763,14 +763,14 @@ config SENSORS_SHT15
	  will be called sht15.
	  will be called sht15.


config SENSORS_S3C
config SENSORS_S3C
	tristate "S3C24XX/S3C64XX Inbuilt ADC"
	tristate "Samsung built-in ADC"
	depends on ARCH_S3C2410
	depends on S3C_ADC
	help
	help
	  If you say yes here you get support for the on-board ADCs of
	  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
	  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
config SENSORS_S3C_RAW
	bool "Include raw channel attributes in sysfs"
	bool "Include raw channel attributes in sysfs"