diff options
author | Sven Rebhan <odinshorse@googlemail.com> | 2009-02-23 01:21:36 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-02-23 01:21:36 +0000 |
commit | c16e2e6987b25f3c5d5dbfa8aaa0f4e3fd239fbe (patch) | |
tree | 6602b835ad06d6795d0b588e1425b2961a2f06b4 | |
parent | 062bb4413dd3ca43fd7a3a27f21fc4547fe95145 (diff) |
Select PCF50633
Remove the old config option and use the correct new one instead.
Signed-off-by: Sven Rebhan <odinshorse@googlemail.com>
-rw-r--r-- | arch/arm/mach-s3c2442/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2442/Kconfig b/arch/arm/mach-s3c2442/Kconfig index 0d2dd03491c..2eed8ac6489 100644 --- a/arch/arm/mach-s3c2442/Kconfig +++ b/arch/arm/mach-s3c2442/Kconfig @@ -28,7 +28,7 @@ config SMDK2440_CPU2442 config MACH_NEO1973_GTA02 bool "FIC Neo1973 GSM Phone (GTA02 Hardware)" select CPU_S3C2442 - select SENSORS_PCF50633 + select MFD_PCF50633 select POWER_SUPPLY select GTA02_HDQ select MACH_NEO1973 |