[PATCH] [GTA02]: Config fix for building without GTA01

Jonas Bonn jonas.bonn at gmail.com
Sat Oct 11 21:47:46 CEST 2008


The option MACH_NEO1973 previously was set only when GTA01 was selected.
As the FIQ C option is dependent on this option as well, we set it for
the GTA02 case as well.

I'm not certain this is actually 100% correct, but it does allow
building without selecting GTA01, so enable this for now and revisit
this when a proper config-option evaluation is done.

Signed-off-by: Jonas Bonn <jonas.bonn at gmail.com>
---
 arch/arm/mach-s3c2440/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig
index 2e1d7fa..4da31a4 100644
--- a/arch/arm/mach-s3c2440/Kconfig
+++ b/arch/arm/mach-s3c2440/Kconfig
@@ -87,6 +87,7 @@ config MACH_NEO1973_GTA02
 	select SENSORS_PCF50633
 	select POWER_SUPPLY
 	select GTA02_HDQ
+	select MACH_NEO1973
 	help
 	   Say Y here if you are using the FIC Neo1973 GSM Phone
 
-- 
1.5.6.3




More information about the openmoko-kernel mailing list