Commit 8b5f4469 authored by Andrew Zabolotny's avatar Andrew Zabolotny Committed by Russell King

[ARM PATCH] 1925/1: ARM 'System Type' kernel config menu cleanup

Patch from Andrew Zabolotny

This patch makes architecture-specific submenus under
"System Type" visible only if the corresponding architecture
is selected via the "ARM System Type" menu. Also comments
out IDE_POLL in mach-lh7a40x/Kconfig since it is undefined
and causes warnings during make menuconfig.
Signed-off-by: default avatarAndrew Zabolotny <zap@homelink.ru>
parent 6d7cd516
if ARCH_CLPS711X
menu "CLPS711X/EP721X Implementations" menu "CLPS711X/EP721X Implementations"
...@@ -74,3 +75,4 @@ config EP72XX_ROM_BOOT ...@@ -74,3 +75,4 @@ config EP72XX_ROM_BOOT
endmenu endmenu
endif
if ARCH_CAMELOT
menu "Epxa10db" menu "Epxa10db"
...@@ -21,3 +22,4 @@ config PLD_HOTSWAP ...@@ -21,3 +22,4 @@ config PLD_HOTSWAP
endmenu endmenu
endif
if ARCH_FOOTBRIDGE
menu "Footbridge Implementations" menu "Footbridge Implementations"
...@@ -58,3 +59,4 @@ config ARCH_NETWINDER ...@@ -58,3 +59,4 @@ config ARCH_NETWINDER
endmenu endmenu
endif
if ARCH_INTEGRATOR
menu "Integrator Options" menu "Integrator Options"
depends on ARCH_INTEGRATOR depends on ARCH_INTEGRATOR
...@@ -28,3 +30,5 @@ config INTEGRATOR_IMPD1 ...@@ -28,3 +30,5 @@ config INTEGRATOR_IMPD1
module will be called impd1. module will be called impd1.
endmenu endmenu
endif
if ARCH_IOP3XX
menu "IOP3xx Implementation Options" menu "IOP3xx Implementation Options"
...@@ -52,3 +53,4 @@ config IOP3XX_PMON ...@@ -52,3 +53,4 @@ config IOP3XX_PMON
endmenu endmenu
endif
if ARCH_IXP4XX
config ARCH_SUPPORTS_BIG_ENDIAN config ARCH_SUPPORTS_BIG_ENDIAN
bool bool
...@@ -87,3 +88,5 @@ config IXP4XX_INDIRECT_PCI ...@@ -87,3 +88,5 @@ config IXP4XX_INDIRECT_PCI
what you need, leave this option unselected. what you need, leave this option unselected.
endmenu endmenu
endif
if ARCH_LH7A40X
menu "LH7A40X Implementations" menu "LH7A40X Implementations"
...@@ -14,7 +15,7 @@ config MACH_LPD7A400 ...@@ -14,7 +15,7 @@ config MACH_LPD7A400
bool "LPD7A400 Card Engine" bool "LPD7A400 Card Engine"
depends on ARCH_LH7A40X depends on ARCH_LH7A40X
select ARCH_LH7A400 select ARCH_LH7A400
select IDE_POLL # select IDE_POLL
help help
Say Y here if you are using Logic Product Development's Say Y here if you are using Logic Product Development's
LPD7A400 CardEngine. For the time being, the LPD7A400 and LPD7A400 CardEngine. For the time being, the LPD7A400 and
...@@ -24,7 +25,7 @@ config MACH_LPD7A404 ...@@ -24,7 +25,7 @@ config MACH_LPD7A404
bool "LPD7A404 Card Engine" bool "LPD7A404 Card Engine"
depends on ARCH_LH7A40X depends on ARCH_LH7A40X
select ARCH_LH7A404 select ARCH_LH7A404
select IDE_POLL # select IDE_POLL
help help
Say Y here if you are using Logic Product Development's Say Y here if you are using Logic Product Development's
LPD7A404 CardEngine. For the time being, the LPD7A400 and LPD7A404 CardEngine. For the time being, the LPD7A400 and
...@@ -37,3 +38,5 @@ config ARCH_LH7A404 ...@@ -37,3 +38,5 @@ config ARCH_LH7A404
bool bool
endmenu endmenu
endif
if ARCH_OMAP
menu "TI OMAP Implementations" menu "TI OMAP Implementations"
...@@ -171,3 +172,5 @@ config OMAP_ARM_30MHZ ...@@ -171,3 +172,5 @@ config OMAP_ARM_30MHZ
Enable 30MHz clock for OMAP CPU. If unsure, say N. Enable 30MHz clock for OMAP CPU. If unsure, say N.
endmenu endmenu
endif
if ARCH_PXA
menu "Intel PXA2xx Implementations" menu "Intel PXA2xx Implementations"
...@@ -32,3 +33,4 @@ config PXA27x ...@@ -32,3 +33,4 @@ config PXA27x
help help
Select code specific to PXA27x variants Select code specific to PXA27x variants
endif
if ARCH_S3C2410
menu "S3C2410 Implementations" menu "S3C2410 Implementations"
config ARCH_BAST config ARCH_BAST
...@@ -30,3 +32,5 @@ config MACH_VR1000 ...@@ -30,3 +32,5 @@ config MACH_VR1000
Say Y here if you are using the Simtec VR1000 board. Say Y here if you are using the Simtec VR1000 board.
endmenu endmenu
endif
if ARCH_SA1100
menu "SA11x0 Implementations" menu "SA11x0 Implementations"
...@@ -349,3 +350,4 @@ config H3600_SLEEVE ...@@ -349,3 +350,4 @@ config H3600_SLEEVE
endmenu endmenu
endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment