Commit 86b0182d authored by Russell King's avatar Russell King

[ARM] Tidy up patch 1925/1

Since each Kconfig file is now bracketed with if ARCH_foo ... endif,
we can remove the individual "depends on ARCH_foo" clauses against
each option.
parent 8b5f4469
...@@ -4,14 +4,12 @@ menu "CLPS711X/EP721X Implementations" ...@@ -4,14 +4,12 @@ menu "CLPS711X/EP721X Implementations"
config ARCH_AUTCPU12 config ARCH_AUTCPU12
bool "AUTCPU12" bool "AUTCPU12"
depends on ARCH_CLPS711X
help help
Say Y if you intend to run the kernel on the autronix autcpu12 Say Y if you intend to run the kernel on the autronix autcpu12
board. This board is based on a Cirrus Logic CS89712. board. This board is based on a Cirrus Logic CS89712.
config ARCH_CDB89712 config ARCH_CDB89712
bool "CDB89712" bool "CDB89712"
depends on ARCH_CLPS711X
help help
This is an evaluation board from Cirrus for the CS89712 processor. This is an evaluation board from Cirrus for the CS89712 processor.
The board includes 2 serial ports, Ethernet, IRDA, and expansion The board includes 2 serial ports, Ethernet, IRDA, and expansion
...@@ -19,32 +17,27 @@ config ARCH_CDB89712 ...@@ -19,32 +17,27 @@ config ARCH_CDB89712
config ARCH_CEIVA config ARCH_CEIVA
bool "CEIVA" bool "CEIVA"
depends on ARCH_CLPS711X
help help
Say Y here if you intend to run this kernel on the Ceiva/Polaroid Say Y here if you intend to run this kernel on the Ceiva/Polaroid
PhotoMax Digital Picture Frame. PhotoMax Digital Picture Frame.
config ARCH_CLEP7312 config ARCH_CLEP7312
bool "CLEP7312" bool "CLEP7312"
depends on ARCH_CLPS711X
config ARCH_EDB7211 config ARCH_EDB7211
bool "EDB7211" bool "EDB7211"
depends on ARCH_CLPS711X
help help
Say Y here if you intend to run this kernel on a Cirrus Logic EDB-7211 Say Y here if you intend to run this kernel on a Cirrus Logic EDB-7211
evaluation board. evaluation board.
config ARCH_P720T config ARCH_P720T
bool "P720T" bool "P720T"
depends on ARCH_CLPS711X
help help
Say Y here if you intend to run this kernel on the ARM Prospector Say Y here if you intend to run this kernel on the ARM Prospector
720T. 720T.
config ARCH_FORTUNET config ARCH_FORTUNET
bool "FORTUNET" bool "FORTUNET"
depends on ARCH_CLPS711X
# XXX Maybe these should indicate register compatibility # XXX Maybe these should indicate register compatibility
# instead of being mutually exclusive. # instead of being mutually exclusive.
......
...@@ -3,16 +3,14 @@ if ARCH_CAMELOT ...@@ -3,16 +3,14 @@ if ARCH_CAMELOT
menu "Epxa10db" menu "Epxa10db"
comment "PLD hotswap support" comment "PLD hotswap support"
depends on ARCH_CAMELOT
config PLD config PLD
bool bool
depends on ARCH_CAMELOT
default y default y
config PLD_HOTSWAP config PLD_HOTSWAP
bool "Support for PLD device hotplugging (experimental)" bool "Support for PLD device hotplugging (experimental)"
depends on ARCH_CAMELOT && EXPERIMENTAL depends on EXPERIMENTAL
help help
This enables support for the dynamic loading and configuration of This enables support for the dynamic loading and configuration of
compatible drivers when the contents of the PLD are changed. This compatible drivers when the contents of the PLD are changed. This
......
...@@ -4,7 +4,6 @@ menu "Footbridge Implementations" ...@@ -4,7 +4,6 @@ menu "Footbridge Implementations"
config ARCH_CATS config ARCH_CATS
bool "CATS" bool "CATS"
depends on ARCH_FOOTBRIDGE
help help
Say Y here if you intend to run this kernel on the CATS. Say Y here if you intend to run this kernel on the CATS.
...@@ -12,7 +11,6 @@ config ARCH_CATS ...@@ -12,7 +11,6 @@ config ARCH_CATS
config ARCH_PERSONAL_SERVER config ARCH_PERSONAL_SERVER
bool "Compaq Personal Server" bool "Compaq Personal Server"
depends on ARCH_FOOTBRIDGE
---help--- ---help---
Say Y here if you intend to run this kernel on the Compaq Say Y here if you intend to run this kernel on the Compaq
Personal Server. Personal Server.
...@@ -30,7 +28,6 @@ config ARCH_PERSONAL_SERVER ...@@ -30,7 +28,6 @@ config ARCH_PERSONAL_SERVER
config ARCH_EBSA285_ADDIN config ARCH_EBSA285_ADDIN
bool "EBSA285 (addin mode)" bool "EBSA285 (addin mode)"
depends on ARCH_FOOTBRIDGE
help help
Say Y here if you intend to run this kernel on the EBSA285 card Say Y here if you intend to run this kernel on the EBSA285 card
in addin mode. in addin mode.
...@@ -39,7 +36,6 @@ config ARCH_EBSA285_ADDIN ...@@ -39,7 +36,6 @@ config ARCH_EBSA285_ADDIN
config ARCH_EBSA285_HOST config ARCH_EBSA285_HOST
bool "EBSA285 (host mode)" bool "EBSA285 (host mode)"
depends on ARCH_FOOTBRIDGE
help help
Say Y here if you intend to run this kernel on the EBSA285 card Say Y here if you intend to run this kernel on the EBSA285 card
in host ("central function") mode. in host ("central function") mode.
...@@ -48,7 +44,6 @@ config ARCH_EBSA285_HOST ...@@ -48,7 +44,6 @@ config ARCH_EBSA285_HOST
config ARCH_NETWINDER config ARCH_NETWINDER
bool "NetWinder" bool "NetWinder"
depends on ARCH_FOOTBRIDGE
help help
Say Y here if you intend to run this kernel on the Rebel.COM Say Y here if you intend to run this kernel on the Rebel.COM
NetWinder. Information about this machine can be found at: NetWinder. Information about this machine can be found at:
......
if ARCH_INTEGRATOR if ARCH_INTEGRATOR
menu "Integrator Options" menu "Integrator Options"
depends on ARCH_INTEGRATOR
config ARCH_INTEGRATOR_AP config ARCH_INTEGRATOR_AP
bool "Support Integrator/AP and Integrator/PP2 platforms" bool "Support Integrator/AP and Integrator/PP2 platforms"
......
...@@ -5,7 +5,6 @@ menu "IOP3xx Implementation Options" ...@@ -5,7 +5,6 @@ menu "IOP3xx Implementation Options"
choice choice
prompt "IOP3xx System Type" prompt "IOP3xx System Type"
default ARCH_IQ80310 default ARCH_IQ80310
depends on ARCH_IOP3XX
config ARCH_IQ80310 config ARCH_IQ80310
bool "IQ80310" bool "IQ80310"
...@@ -37,19 +36,19 @@ comment "IOP3xx Chipset Features" ...@@ -37,19 +36,19 @@ comment "IOP3xx Chipset Features"
config IOP3XX_AAU config IOP3XX_AAU
bool "Support Intel IOP3xx Application Accelerator Unit (EXPERIMENTAL)" bool "Support Intel IOP3xx Application Accelerator Unit (EXPERIMENTAL)"
depends on ARCH_IOP3XX && EXPERIMENTAL depends on EXPERIMENTAL
config IOP3XX_DMA config IOP3XX_DMA
bool "Support Intel IOP3xx DMA (EXPERIMENTAL)" bool "Support Intel IOP3xx DMA (EXPERIMENTAL)"
depends on ARCH_IOP3XX && EXPERIMENTAL depends on EXPERIMENTAL
config IOP3XX_MU config IOP3XX_MU
bool "Support Intel IOP3xx Messaging Unit (EXPERIMENTAL)" bool "Support Intel IOP3xx Messaging Unit (EXPERIMENTAL)"
depends on ARCH_IOP3XX && EXPERIMENTAL depends on EXPERIMENTAL
config IOP3XX_PMON config IOP3XX_PMON
bool "Support Intel IOP3xx Performance Monitor (EXPERIMENTAL)" bool "Support Intel IOP3xx Performance Monitor (EXPERIMENTAL)"
depends on ARCH_IOP3XX && EXPERIMENTAL depends on EXPERIMENTAL
endmenu endmenu
......
...@@ -2,7 +2,6 @@ if ARCH_IXP4XX ...@@ -2,7 +2,6 @@ if ARCH_IXP4XX
config ARCH_SUPPORTS_BIG_ENDIAN config ARCH_SUPPORTS_BIG_ENDIAN
bool bool
depends on ARCH_IXP4XX
default y default y
menu "Intel IXP4xx Implementation Options" menu "Intel IXP4xx Implementation Options"
...@@ -11,7 +10,6 @@ comment "IXP4xx Platforms" ...@@ -11,7 +10,6 @@ comment "IXP4xx Platforms"
config ARCH_AVILA config ARCH_AVILA
bool "Avila" bool "Avila"
depends on ARCH_IXP4XX
help help
Say 'Y' here if you want your kernel to support the Gateworks Say 'Y' here if you want your kernel to support the Gateworks
Avila Network Platform. For more information on this platform, Avila Network Platform. For more information on this platform,
...@@ -19,7 +17,6 @@ config ARCH_AVILA ...@@ -19,7 +17,6 @@ config ARCH_AVILA
config ARCH_ADI_COYOTE config ARCH_ADI_COYOTE
bool "Coyote" bool "Coyote"
depends on ARCH_IXP4XX
help help
Say 'Y' here if you want your kernel to support the ADI Say 'Y' here if you want your kernel to support the ADI
Engineering Coyote Gateway Reference Platform. For more Engineering Coyote Gateway Reference Platform. For more
...@@ -27,7 +24,6 @@ config ARCH_ADI_COYOTE ...@@ -27,7 +24,6 @@ config ARCH_ADI_COYOTE
config ARCH_IXDP425 config ARCH_IXDP425
bool "IXDP425" bool "IXDP425"
depends on ARCH_IXP4XX
help help
Say 'Y' here if you want your kernel to support Intel's Say 'Y' here if you want your kernel to support Intel's
IXDP425 Development Platform (Also known as Richfield). IXDP425 Development Platform (Also known as Richfield).
...@@ -45,7 +41,6 @@ config ARCH_IXCDP1100 ...@@ -45,7 +41,6 @@ config ARCH_IXCDP1100
config ARCH_PRPMC1100 config ARCH_PRPMC1100
bool "PrPMC1100" bool "PrPMC1100"
depends on ARCH_IXP4XX
help help
Say 'Y' here if you want your kernel to support the Motorola Say 'Y' here if you want your kernel to support the Motorola
PrPCM1100 Processor Mezanine Module. For more information on PrPCM1100 Processor Mezanine Module. For more information on
...@@ -63,7 +58,6 @@ comment "IXP4xx Options" ...@@ -63,7 +58,6 @@ comment "IXP4xx Options"
config IXP4XX_INDIRECT_PCI config IXP4XX_INDIRECT_PCI
bool "Use indirect PCI memory access" bool "Use indirect PCI memory access"
depends on ARCH_IXP4XX
help help
IXP4xx provides two methods of accessing PCI memory space: IXP4xx provides two methods of accessing PCI memory space:
......
...@@ -4,7 +4,6 @@ menu "LH7A40X Implementations" ...@@ -4,7 +4,6 @@ menu "LH7A40X Implementations"
config MACH_KEV7A400 config MACH_KEV7A400
bool "KEV7A400" bool "KEV7A400"
depends on ARCH_LH7A40X
select ARCH_LH7A400 select ARCH_LH7A400
help help
Say Y here if you are using the Sharp KEV7A400 development Say Y here if you are using the Sharp KEV7A400 development
...@@ -13,7 +12,6 @@ config MACH_KEV7A400 ...@@ -13,7 +12,6 @@ config MACH_KEV7A400
config MACH_LPD7A400 config MACH_LPD7A400
bool "LPD7A400 Card Engine" bool "LPD7A400 Card Engine"
depends on ARCH_LH7A40X
select ARCH_LH7A400 select ARCH_LH7A400
# select IDE_POLL # select IDE_POLL
help help
...@@ -23,7 +21,6 @@ config MACH_LPD7A400 ...@@ -23,7 +21,6 @@ config MACH_LPD7A400
config MACH_LPD7A404 config MACH_LPD7A404
bool "LPD7A404 Card Engine" bool "LPD7A404 Card Engine"
depends on ARCH_LH7A40X
select ARCH_LH7A404 select ARCH_LH7A404
# select IDE_POLL # select IDE_POLL
help help
......
...@@ -5,24 +5,20 @@ menu "TI OMAP Implementations" ...@@ -5,24 +5,20 @@ menu "TI OMAP Implementations"
comment "OMAP Core Type" comment "OMAP Core Type"
config ARCH_OMAP730 config ARCH_OMAP730
depends on ARCH_OMAP
bool "OMAP730 Based System" bool "OMAP730 Based System"
select CPU_ARM926T select CPU_ARM926T
config ARCH_OMAP1510 config ARCH_OMAP1510
depends on ARCH_OMAP
default y default y
bool "OMAP1510 Based System" bool "OMAP1510 Based System"
select CPU_ARM925T select CPU_ARM925T
select CPU_DCACHE_WRITETHROUGH select CPU_DCACHE_WRITETHROUGH
config ARCH_OMAP1610 config ARCH_OMAP1610
depends on ARCH_OMAP
bool "OMAP1610 Based System" bool "OMAP1610 Based System"
select CPU_ARM926T select CPU_ARM926T
config ARCH_OMAP5912 config ARCH_OMAP5912
depends on ARCH_OMAP
bool "OMAP5912 Based System" bool "OMAP5912 Based System"
select CPU_ARM926T select CPU_ARM926T
...@@ -88,7 +84,6 @@ comment "OMAP Feature Selections" ...@@ -88,7 +84,6 @@ comment "OMAP Feature Selections"
#config OMAP_BOOT_TAG #config OMAP_BOOT_TAG
# bool "OMAP bootloader information passing" # bool "OMAP bootloader information passing"
# depends on ARCH_OMAP
# default n # default n
# help # help
# Say Y, if you have a bootloader which passes information # Say Y, if you have a bootloader which passes information
...@@ -96,7 +91,6 @@ comment "OMAP Feature Selections" ...@@ -96,7 +91,6 @@ comment "OMAP Feature Selections"
config OMAP_MUX config OMAP_MUX
bool "OMAP multiplexing support" bool "OMAP multiplexing support"
depends on ARCH_OMAP
default y default y
help help
Pin multiplexing support for OMAP boards. If your bootloader Pin multiplexing support for OMAP boards. If your bootloader
...@@ -114,7 +108,6 @@ config OMAP_MUX_DEBUG ...@@ -114,7 +108,6 @@ config OMAP_MUX_DEBUG
choice choice
prompt "Low-level debug console UART" prompt "Low-level debug console UART"
depends on ARCH_OMAP
default OMAP_LL_DEBUG_UART1 default OMAP_LL_DEBUG_UART1
config OMAP_LL_DEBUG_UART1 config OMAP_LL_DEBUG_UART1
......
...@@ -4,7 +4,6 @@ menu "Intel PXA2xx Implementations" ...@@ -4,7 +4,6 @@ menu "Intel PXA2xx Implementations"
choice choice
prompt "Select target board" prompt "Select target board"
depends on ARCH_PXA
config ARCH_LUBBOCK config ARCH_LUBBOCK
bool "Intel DBPXA250 Development Platform" bool "Intel DBPXA250 Development Platform"
......
...@@ -4,7 +4,6 @@ menu "S3C2410 Implementations" ...@@ -4,7 +4,6 @@ menu "S3C2410 Implementations"
config ARCH_BAST config ARCH_BAST
bool "Simtec Electronics BAST (EB2410ITX)" bool "Simtec Electronics BAST (EB2410ITX)"
depends on ARCH_S3C2410
help help
Say Y here if you are using the Simtec Electronics EB2410ITX Say Y here if you are using the Simtec Electronics EB2410ITX
development board (also known as BAST) development board (also known as BAST)
...@@ -13,21 +12,18 @@ config ARCH_BAST ...@@ -13,21 +12,18 @@ config ARCH_BAST
config ARCH_H1940 config ARCH_H1940
bool "IPAQ H1940" bool "IPAQ H1940"
depends on ARCH_S3C2410
help help
Say Y here if you are using the HP IPAQ H1940 Say Y here if you are using the HP IPAQ H1940
<http://www.handhelds.org/projects/h1940.html>. <http://www.handhelds.org/projects/h1940.html>.
config ARCH_SMDK2410 config ARCH_SMDK2410
bool "SMDK2410/A9M2410" bool "SMDK2410/A9M2410"
depends on ARCH_S3C2410
help help
Say Y here if you are using the SMDK2410 or the derived module A9M2410 Say Y here if you are using the SMDK2410 or the derived module A9M2410
<http://www.fsforth.de> <http://www.fsforth.de>
config MACH_VR1000 config MACH_VR1000
bool "Simtec VR1000" bool "Simtec VR1000"
depends on ARCH_S3C2410
help help
Say Y here if you are using the Simtec VR1000 board. Say Y here if you are using the Simtec VR1000 board.
......
...@@ -4,7 +4,6 @@ menu "SA11x0 Implementations" ...@@ -4,7 +4,6 @@ menu "SA11x0 Implementations"
config SA1100_ASSABET config SA1100_ASSABET
bool "Assabet" bool "Assabet"
depends on ARCH_SA1100
help help
Say Y here if you are using the Intel(R) StrongARM(R) SA-1110 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
Microprocessor Development Board (also known as the Assabet). Microprocessor Development Board (also known as the Assabet).
...@@ -19,7 +18,6 @@ config ASSABET_NEPONSET ...@@ -19,7 +18,6 @@ config ASSABET_NEPONSET
config SA1100_ADSBITSY config SA1100_ADSBITSY
bool "ADS Bitsy" bool "ADS Bitsy"
depends on ARCH_SA1100
help help
Say Y here if you are using Applied Data Systems Intel(R) Say Y here if you are using Applied Data Systems Intel(R)
StrongARM(R) 1110 based Bitsy, 3 x 5 inches in size, Compaq - IPAQ - StrongARM(R) 1110 based Bitsy, 3 x 5 inches in size, Compaq - IPAQ -
...@@ -29,14 +27,12 @@ config SA1100_ADSBITSY ...@@ -29,14 +27,12 @@ config SA1100_ADSBITSY
config SA1100_BRUTUS config SA1100_BRUTUS
bool "Brutus" bool "Brutus"
depends on ARCH_SA1100
help help
Say Y here if you are using the Intel(R) StrongARM(R) SA-1100 Say Y here if you are using the Intel(R) StrongARM(R) SA-1100
Microprocessor Development Board (also known as the Brutus). Microprocessor Development Board (also known as the Brutus).
config SA1100_CERF config SA1100_CERF
bool "CerfBoard" bool "CerfBoard"
depends on ARCH_SA1100
help help
The Intrinsyc CerfBoard is based on the StrongARM 1110 (Discontinued). The Intrinsyc CerfBoard is based on the StrongARM 1110 (Discontinued).
More information is available at: More information is available at:
...@@ -63,7 +59,6 @@ endchoice ...@@ -63,7 +59,6 @@ endchoice
config SA1100_H3100 config SA1100_H3100
bool "Compaq iPAQ H3100" bool "Compaq iPAQ H3100"
depends on ARCH_SA1100
help help
Say Y here if you intend to run this kernel on the Compaq iPAQ Say Y here if you intend to run this kernel on the Compaq iPAQ
H3100 handheld computer. Information about this machine and the H3100 handheld computer. Information about this machine and the
...@@ -74,7 +69,6 @@ config SA1100_H3100 ...@@ -74,7 +69,6 @@ config SA1100_H3100
config SA1100_H3600 config SA1100_H3600
bool "Compaq iPAQ H3600/H3700" bool "Compaq iPAQ H3600/H3700"
depends on ARCH_SA1100
help help
Say Y here if you intend to run this kernel on the Compaq iPAQ Say Y here if you intend to run this kernel on the Compaq iPAQ
H3600 handheld computer. Information about this machine and the H3600 handheld computer. Information about this machine and the
...@@ -85,7 +79,6 @@ config SA1100_H3600 ...@@ -85,7 +79,6 @@ config SA1100_H3600
config SA1100_H3800 config SA1100_H3800
bool "Compaq iPAQ H3800" bool "Compaq iPAQ H3800"
depends on ARCH_SA1100
help help
Say Y here if you intend to run this kernel on the Compaq iPAQ H3800 Say Y here if you intend to run this kernel on the Compaq iPAQ H3800
series handheld computer. Information about this machine and the series handheld computer. Information about this machine and the
...@@ -103,7 +96,6 @@ config SA1100_H3XXX ...@@ -103,7 +96,6 @@ config SA1100_H3XXX
#dep_bool ' Empeg' CONFIG_SA1100_EMPEG $CONFIG_ARCH_SA1100 #dep_bool ' Empeg' CONFIG_SA1100_EMPEG $CONFIG_ARCH_SA1100
config SA1100_EXTENEX1 config SA1100_EXTENEX1
bool "Extenex HandHeld Theater (Squashtail)" bool "Extenex HandHeld Theater (Squashtail)"
depends on ARCH_SA1100
config SA1100_EXTENEX1_16MB config SA1100_EXTENEX1_16MB
bool "Support 16 MB of DRAM (not just 8)" bool "Support 16 MB of DRAM (not just 8)"
...@@ -111,7 +103,6 @@ config SA1100_EXTENEX1_16MB ...@@ -111,7 +103,6 @@ config SA1100_EXTENEX1_16MB
config SA1100_FLEXANET config SA1100_FLEXANET
bool "FlexaNet" bool "FlexaNet"
depends on ARCH_SA1100
help help
Say Y here if you intend to run this kernel on the FlexaNet Say Y here if you intend to run this kernel on the FlexaNet
handheld instruments. Information about this machine can be handheld instruments. Information about this machine can be
...@@ -119,14 +110,12 @@ config SA1100_FLEXANET ...@@ -119,14 +110,12 @@ config SA1100_FLEXANET
config SA1100_FREEBIRD config SA1100_FREEBIRD
bool "FreeBird-v1.1" bool "FreeBird-v1.1"
depends on ARCH_SA1100
help help
Support the FreeBird board used in Coventive embedded products. See Support the FreeBird board used in Coventive embedded products. See
Documentation/arm/SA1100/Freebird for more. Documentation/arm/SA1100/Freebird for more.
config SA1100_GRAPHICSCLIENT config SA1100_GRAPHICSCLIENT
bool "GraphicsClient Plus" bool "GraphicsClient Plus"
depends on ARCH_SA1100
help help
Say Y here if you are using an Applied Data Systems Intel(R) Say Y here if you are using an Applied Data Systems Intel(R)
StrongARM(R) SA-1100 based Graphics Client SBC. See StrongARM(R) SA-1100 based Graphics Client SBC. See
...@@ -134,7 +123,6 @@ config SA1100_GRAPHICSCLIENT ...@@ -134,7 +123,6 @@ config SA1100_GRAPHICSCLIENT
config SA1100_GRAPHICSMASTER config SA1100_GRAPHICSMASTER
bool "GraphicsMaster" bool "GraphicsMaster"
depends on ARCH_SA1100
help help
Say Y here if you are using an Applied Data Systems Intel(R) Say Y here if you are using an Applied Data Systems Intel(R)
StrongARM(R) SA-1100 based Graphics Master SBC with SA-1111 StrongARM(R) SA-1100 based Graphics Master SBC with SA-1111
...@@ -144,14 +132,12 @@ config SA1100_GRAPHICSMASTER ...@@ -144,14 +132,12 @@ config SA1100_GRAPHICSMASTER
config SA1100_BADGE4 config SA1100_BADGE4
bool "HP Labs BadgePAD 4" bool "HP Labs BadgePAD 4"
depends on ARCH_SA1100
help help
Say Y here if you want to build a kernel for the HP Laboratories Say Y here if you want to build a kernel for the HP Laboratories
BadgePAD 4. BadgePAD 4.
config SA1100_JORNADA720 config SA1100_JORNADA720
bool "HP Jornada 720" bool "HP Jornada 720"
depends on ARCH_SA1100
help help
Say Y here if you want to build a kernel for the HP Jornada 720 Say Y here if you want to build a kernel for the HP Jornada 720
handheld computer. See <http://www.hp.com/jornada/products/720> handheld computer. See <http://www.hp.com/jornada/products/720>
...@@ -159,14 +145,12 @@ config SA1100_JORNADA720 ...@@ -159,14 +145,12 @@ config SA1100_JORNADA720
config SA1100_HACKKIT config SA1100_HACKKIT
bool "HackKit Core CPU Board" bool "HackKit Core CPU Board"
depends on ARCH_SA1100
help help
Say Y here to support the HackKit Core CPU Board Say Y here to support the HackKit Core CPU Board
<http://hackkit.eletztrick.de>; <http://hackkit.eletztrick.de>;
config SA1100_HUW_WEBPANEL config SA1100_HUW_WEBPANEL
bool "HuW WebPanel" bool "HuW WebPanel"
depends on ARCH_SA1100
help help
Say Y here to support the HuW Webpanel produced by Hoeft & Wessel Say Y here to support the HuW Webpanel produced by Hoeft & Wessel
AG. English-language website is at AG. English-language website is at
...@@ -175,7 +159,6 @@ config SA1100_HUW_WEBPANEL ...@@ -175,7 +159,6 @@ config SA1100_HUW_WEBPANEL
config SA1100_ITSY config SA1100_ITSY
bool "Itsy" bool "Itsy"
depends on ARCH_SA1100
help help
Say Y here if you are using the Compaq Itsy experimental pocket Say Y here if you are using the Compaq Itsy experimental pocket
computer. See <http://research.compaq.com/wrl/projects/itsy/> for computer. See <http://research.compaq.com/wrl/projects/itsy/> for
...@@ -183,7 +166,6 @@ config SA1100_ITSY ...@@ -183,7 +166,6 @@ config SA1100_ITSY
config SA1100_LART config SA1100_LART
bool "LART" bool "LART"
depends on ARCH_SA1100
help help
Say Y here if you are using the Linux Advanced Radio Terminal Say Y here if you are using the Linux Advanced Radio Terminal
(also known as the LART). See <http://www.lart.tudelft.nl/> for (also known as the LART). See <http://www.lart.tudelft.nl/> for
...@@ -191,7 +173,6 @@ config SA1100_LART ...@@ -191,7 +173,6 @@ config SA1100_LART
config SA1100_NANOENGINE config SA1100_NANOENGINE
bool "nanoEngine" bool "nanoEngine"
depends on ARCH_SA1100
help help
The nanoEngine is a StrongARM 1110-based single board computer The nanoEngine is a StrongARM 1110-based single board computer
from Bright Star Engineering. More information is available at: from Bright Star Engineering. More information is available at:
...@@ -202,14 +183,12 @@ config SA1100_NANOENGINE ...@@ -202,14 +183,12 @@ config SA1100_NANOENGINE
config SA1100_OMNIMETER config SA1100_OMNIMETER
bool "OmniMeter" bool "OmniMeter"
depends on ARCH_SA1100
help help
Say Y here if you are using the inhand electronics OmniMeter. See Say Y here if you are using the inhand electronics OmniMeter. See
<http://www.inhandelectronics.com/omnimeter.asp> for details. <http://www.inhandelectronics.com/omnimeter.asp> for details.
config SA1100_PANGOLIN config SA1100_PANGOLIN
bool "Pangolin" bool "Pangolin"
depends on ARCH_SA1100
help help
Pangolin is a StrongARM 1110-based evaluation platform produced Pangolin is a StrongARM 1110-based evaluation platform produced
by Dialogue Technology. It has EISA slots for ease of configuration by Dialogue Technology. It has EISA slots for ease of configuration
...@@ -221,7 +200,6 @@ config SA1100_PANGOLIN ...@@ -221,7 +200,6 @@ config SA1100_PANGOLIN
config SA1100_PLEB config SA1100_PLEB
bool "PLEB" bool "PLEB"
depends on ARCH_SA1100
help help
Say Y here if you are using a Portable Linux Embedded Board Say Y here if you are using a Portable Linux Embedded Board
(also known as PLEB). See <http://www.cse.unsw.edu.au/~pleb/> (also known as PLEB). See <http://www.cse.unsw.edu.au/~pleb/>
...@@ -229,7 +207,6 @@ config SA1100_PLEB ...@@ -229,7 +207,6 @@ config SA1100_PLEB
config SA1100_PT_SYSTEM3 config SA1100_PT_SYSTEM3
bool "PT System 3" bool "PT System 3"
depends on ARCH_SA1100
help help
Say Y here if you intend to build a kernel suitable to run on Say Y here if you intend to build a kernel suitable to run on
a Pruftechnik Digital Board. For more information see a Pruftechnik Digital Board. For more information see
...@@ -237,7 +214,6 @@ config SA1100_PT_SYSTEM3 ...@@ -237,7 +214,6 @@ config SA1100_PT_SYSTEM3
config SA1100_SHANNON config SA1100_SHANNON
bool "Shannon" bool "Shannon"
depends on ARCH_SA1100
help help
The Shannon (also known as a Tuxscreen, and also as a IS2630) was a The Shannon (also known as a Tuxscreen, and also as a IS2630) was a
limited edition webphone produced by Philips. The Shannon is a SA1100 limited edition webphone produced by Philips. The Shannon is a SA1100
...@@ -246,7 +222,6 @@ config SA1100_SHANNON ...@@ -246,7 +222,6 @@ config SA1100_SHANNON
config SA1100_SHERMAN config SA1100_SHERMAN
bool "Sherman" bool "Sherman"
depends on ARCH_SA1100
help help
Say Y here to support the Blazie Engineering `Sherman' StrongARM Say Y here to support the Blazie Engineering `Sherman' StrongARM
1110-based SBC, used primarily in assistance products for the 1110-based SBC, used primarily in assistance products for the
...@@ -256,7 +231,6 @@ config SA1100_SHERMAN ...@@ -256,7 +231,6 @@ config SA1100_SHERMAN
config SA1100_SIMPAD config SA1100_SIMPAD
bool "Simpad" bool "Simpad"
depends on ARCH_SA1100
help help
The SIEMENS webpad SIMpad is based on the StrongARM 1110. There The SIEMENS webpad SIMpad is based on the StrongARM 1110. There
are two different versions CL4 and SL4. CL4 has 32MB RAM and 16MB are two different versions CL4 and SL4. CL4 has 32MB RAM and 16MB
...@@ -267,7 +241,6 @@ config SA1100_SIMPAD ...@@ -267,7 +241,6 @@ config SA1100_SIMPAD
config SA1100_PFS168 config SA1100_PFS168
bool "Tulsa" bool "Tulsa"
depends on ARCH_SA1100
help help
The Radisys Corp. PFS-168 (aka Tulsa) is an Intel® StrongArm® SA-1110 based The Radisys Corp. PFS-168 (aka Tulsa) is an Intel® StrongArm® SA-1110 based
computer which includes the SA-1111 Microprocessor Companion Chip and other computer which includes the SA-1111 Microprocessor Companion Chip and other
...@@ -277,7 +250,6 @@ config SA1100_PFS168 ...@@ -277,7 +250,6 @@ config SA1100_PFS168
config SA1100_VICTOR config SA1100_VICTOR
bool "Victor" bool "Victor"
depends on ARCH_SA1100
help help
Say Y here if you are using a Visu Aide Intel(R) StrongARM(R) Say Y here if you are using a Visu Aide Intel(R) StrongARM(R)
SA-1100 based Victor Digital Talking Book Reader. See SA-1100 based Victor Digital Talking Book Reader. See
...@@ -286,14 +258,12 @@ config SA1100_VICTOR ...@@ -286,14 +258,12 @@ config SA1100_VICTOR
config SA1100_XP860 config SA1100_XP860
bool "XP860" bool "XP860"
depends on ARCH_SA1100
help help
:: Config help missing :: :: Config help missing ::
:: 06 August 2002 :: :: 06 August 2002 ::
config SA1100_YOPY config SA1100_YOPY
bool "Yopy" bool "Yopy"
depends on ARCH_SA1100
help help
Say Y here to support the Yopy PDA. Product information at Say Y here to support the Yopy PDA. Product information at
<http://www.yopy.com/>. See Documentation/arm/SA1100/Yopy <http://www.yopy.com/>. See Documentation/arm/SA1100/Yopy
...@@ -301,14 +271,12 @@ config SA1100_YOPY ...@@ -301,14 +271,12 @@ config SA1100_YOPY
config SA1100_STORK config SA1100_STORK
bool "Stork" bool "Stork"
depends on ARCH_SA1100
help help
Say Y here if you intend to run this kernel on the Stork Say Y here if you intend to run this kernel on the Stork
handheld computer. handheld computer.
#config SA1100_TRIZEPS #config SA1100_TRIZEPS
# bool "Trizeps" # bool "Trizeps"
# depends on ARCH_SA1100
# help # help
# :: write me :: # :: write me ::
...@@ -320,7 +288,6 @@ config SA1100_STORK ...@@ -320,7 +288,6 @@ config SA1100_STORK
config SA1100_SSP config SA1100_SSP
tristate "Generic PIO SSP" tristate "Generic PIO SSP"
depends on ARCH_SA1100
help help
Say Y here to enable support for the generic PIO SSP driver. Say Y here to enable support for the generic PIO SSP driver.
This isn't for audio support, but for attached sensors and This isn't for audio support, but for attached sensors and
...@@ -329,7 +296,6 @@ config SA1100_SSP ...@@ -329,7 +296,6 @@ config SA1100_SSP
config SA1100_USB config SA1100_USB
tristate "SA1100 USB function support" tristate "SA1100 USB function support"
depends on ARCH_SA1100
config SA1100_USB_NETLINK config SA1100_USB_NETLINK
tristate "Support for SA11x0 USB network link function" tristate "Support for SA11x0 USB network link function"
......
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