Skip to content

Commit

Permalink
hwmon: remove s3c driver
Browse files Browse the repository at this point in the history
The s3c adc driver was removed along with the s3c24xx platform, so the
hwmon driver is orphaned and can be removed.

Acked-by: Guenter Roeck <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
arndb committed Jan 16, 2023
1 parent a0f8317 commit 4e9f616
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 397 deletions.
17 changes: 0 additions & 17 deletions drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1749,23 +1749,6 @@ config SENSORS_SHTC1
This driver can also be built as a module. If so, the module
will be called shtc1.

config SENSORS_S3C
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, S3C64XX and other series of SoC

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

config SENSORS_S3C_RAW
bool "Include raw channel attributes in sysfs"
depends on SENSORS_S3C
help
Say Y here if you want to include raw copies of all the ADC
channels in sysfs.

config SENSORS_SIS5595
tristate "Silicon Integrated Systems Corp. SiS5595"
depends on PCI
Expand Down
1 change: 0 additions & 1 deletion drivers/hwmon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ obj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o
obj-$(CONFIG_SENSORS_POWR1220) += powr1220.o
obj-$(CONFIG_SENSORS_PWM_FAN) += pwm-fan.o
obj-$(CONFIG_SENSORS_RASPBERRYPI_HWMON) += raspberrypi-hwmon.o
obj-$(CONFIG_SENSORS_S3C) += s3c-hwmon.o
obj-$(CONFIG_SENSORS_SBTSI) += sbtsi_temp.o
obj-$(CONFIG_SENSORS_SBRMI) += sbrmi.o
obj-$(CONFIG_SENSORS_SCH56XX_COMMON)+= sch56xx-common.o
Expand Down
Loading

0 comments on commit 4e9f616

Please sign in to comment.