ARM: nomadik: hide MACH_NOMADIK_8815NHK in Kconfig
authorArnd Bergmann <arnd@arndb.de>
Tue, 19 Mar 2013 21:01:25 +0000 (22:01 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 19 Mar 2013 21:01:25 +0000 (22:01 +0100)
The nomadik multiplatform support made it possible to select
MACH_NOMADIK_8815NHK without selecting ARCH_NOMADIK, which leads
to build errors when we also select ARMv6/v7 targets. Adding the
ifdef here restores the intended behavior.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-nomadik/Kconfig

index 954f0e30f3a064da983b934a781636ec4eb4d44d..3213badf25d8f1f16a181e6af1b547fef14aac13 100644 (file)
@@ -17,6 +17,7 @@ config ARCH_NOMADIK
        help
          Support for the Nomadik platform by ST-Ericsson
 
+if ARCH_NOMADIK
 menu "Nomadik boards"
 
 config MACH_NOMADIK_8815NHK
@@ -26,6 +27,7 @@ config MACH_NOMADIK_8815NHK
        select I2C_ALGOBIT
 
 endmenu
+endif
 
 config NOMADIK_8815
        depends on ARCH_NOMADIK
This page took 0.024816 seconds and 5 git commands to generate.