diff options
author | Sven Rebhan <odinshorse@googlemail.com> | 2009-02-23 01:21:58 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-02-23 01:21:58 +0000 |
commit | 9c737b4b3d43f2edb7bdf0e3d13b483a29f1eac5 (patch) | |
tree | f05cf4d5d6242f8a9e550083b53aa85102a20f77 | |
parent | b0c718454081b884b0c6987757f1fa3c2320b2bc (diff) |
Cleanup s3c2442 Kconfig
For GTA02 we can remove GTA02_HDQ (not used anywhere) and
S3C2410_CLOCK (already selected by CPU_S3C2442). Additionally I reordered
the options a bit.
Signed-off-by: Sven Rebhan <odinshorse@googlemail.com>
-rw-r--r-- | arch/arm/mach-s3c2442/Kconfig | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/arm/mach-s3c2442/Kconfig b/arch/arm/mach-s3c2442/Kconfig index 13c44c68d7c..153a415016a 100644 --- a/arch/arm/mach-s3c2442/Kconfig +++ b/arch/arm/mach-s3c2442/Kconfig @@ -28,14 +28,12 @@ config SMDK2440_CPU2442 config MACH_NEO1973_GTA02 bool "FIC Neo1973 GSM Phone (GTA02 Hardware)" select CPU_S3C2442 - select MFD_PCF50633 - select I2C - select POWER_SUPPLY - select GTA02_HDQ select MACH_NEO1973 - select S3C_PWM - select S3C2410_CLOCK + select POWER_SUPPLY select FIQ + select I2C + select MFD_PCF50633 + select S3C_PWM help Say Y here if you are using the FIC Neo1973 GSM Phone |