diff options
author | Sven Rebhan <odinshorse@googlemail.com> | 2009-03-02 11:25:13 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-03-02 11:25:13 +0000 |
commit | 287f1225ef8e0dca838612aa3f11c16ffa73ec42 (patch) | |
tree | b8b3718c31b456125bd8da639e6de636258ee52d /arch/arm | |
parent | 0e14f3aabd0b6fc26f6fe93f79405b71fb8a4da7 (diff) |
GTA02 GSM requires PCF50633 GPIO
The GSM part of all MACH_NEO1973s require GPIO functions,
thus we should select PCF50633_GPIO for GTA02.
Signed-off-by: Sven Rebhan <odinshorse@googlemail.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-s3c2442/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2442/Kconfig b/arch/arm/mach-s3c2442/Kconfig index 69343c1715e..e4937e7689e 100644 --- a/arch/arm/mach-s3c2442/Kconfig +++ b/arch/arm/mach-s3c2442/Kconfig @@ -29,6 +29,7 @@ config MACH_NEO1973_GTA02 bool "FIC Neo1973 GSM Phone (GTA02 Hardware)" select CPU_S3C2442 select MFD_PCF50633 + select PCF50633_GPIO select I2C select POWER_SUPPLY select MACH_NEO1973 |