diff options
author | Sven Rebhan <odinshorse@googlemail.com> | 2009-02-23 01:22:19 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-02-23 01:22:19 +0000 |
commit | c7ca627e03572af3f96c630e72b0d13e1fd5381e (patch) | |
tree | 9dffbbea79c8cd3a8c461a1ad21506183631f2cb /arch | |
parent | 9c737b4b3d43f2edb7bdf0e3d13b483a29f1eac5 (diff) |
Revert "Cleanup s3c2442 Kconfig"
This reverts commit fe8b7ff1a79648146501f37d467fcb2f2bea0164.
I undo the reordering of the options here, as it hides what
really happend.
Signed-off-by: Sven Rebhan <odinshorse@googlemail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s3c2442/Kconfig | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/arm/mach-s3c2442/Kconfig b/arch/arm/mach-s3c2442/Kconfig index 153a415016a..13c44c68d7c 100644 --- a/arch/arm/mach-s3c2442/Kconfig +++ b/arch/arm/mach-s3c2442/Kconfig @@ -28,12 +28,14 @@ config SMDK2440_CPU2442 config MACH_NEO1973_GTA02 bool "FIC Neo1973 GSM Phone (GTA02 Hardware)" select CPU_S3C2442 - select MACH_NEO1973 - select POWER_SUPPLY - select FIQ - select I2C select MFD_PCF50633 + select I2C + select POWER_SUPPLY + select GTA02_HDQ + select MACH_NEO1973 select S3C_PWM + select S3C2410_CLOCK + select FIQ help Say Y here if you are using the FIC Neo1973 GSM Phone |