diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-10-09 14:35:21 -0400 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-10-09 14:35:21 -0400 |
commit | 384e724b6b396de32c1e9cb0b7ccdd011bcc2beb (patch) | |
tree | 8987f38503b2a119ae36322d30e393bf274e9a0f /drivers/hwmon/Kconfig | |
parent | 05576a1e38e2d06dece32974c5218528d3fbc6e2 (diff) |
hwmon: (s3c-hwmon) Disable build for S3C64xx
The s3c-hwmon driver depends on the arch/arm implementation of the core
ADC support for the chip. Since the S3C64xx version has not yet been
merged disable building of the driver on S3C64xx for now.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 6857560144bd..700e93adeb33 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -675,7 +675,7 @@ config SENSORS_SHT15 | |||
675 | 675 | ||
676 | config SENSORS_S3C | 676 | config SENSORS_S3C |
677 | tristate "S3C24XX/S3C64XX Inbuilt ADC" | 677 | tristate "S3C24XX/S3C64XX Inbuilt ADC" |
678 | depends on ARCH_S3C2410 || ARCH_S3C64XX | 678 | depends on ARCH_S3C2410 |
679 | help | 679 | help |
680 | If you say yes here you get support for the on-board ADCs of | 680 | If you say yes here you get support for the on-board ADCs of |
681 | the Samsung S3C24XX or S3C64XX series of SoC | 681 | the Samsung S3C24XX or S3C64XX series of SoC |