9
0
Fork 0
barebox/arch/arm/Kconfig

83 lines
1.3 KiB
Plaintext
Raw Normal View History

2007-07-05 16:01:14 +00:00
2007-07-05 16:01:24 +00:00
config TEXT_BASE
string
default "0x08f00000" if MACH_MX1ADS
default "0x08f80000" if MACH_SCB9328
default "0x21e00000" if MACH_ECO920
2007-07-05 16:01:33 +00:00
config ARM
bool
default y
2007-07-05 16:01:17 +00:00
config ARM920T
bool
2007-07-05 16:01:14 +00:00
config ARCH_IMX
2007-07-05 16:01:17 +00:00
bool
2007-07-05 16:01:14 +00:00
select ARM920T
2007-07-05 16:01:17 +00:00
config ARCH_AT91RM9200
bool
select ARM920T
2007-07-05 16:01:14 +00:00
choice
2007-07-05 16:01:17 +00:00
prompt "Select your board"
2007-07-05 16:01:14 +00:00
config MACH_MX1ADS
bool "mx1ads"
2007-07-05 16:01:17 +00:00
select HAS_CS8900
select ARCH_IMX
help
Say Y here if you are using the Motorola MX1ADS board
2007-07-05 16:01:24 +00:00
config MACH_SCB9328
2007-07-05 16:01:42 +00:00
bool "Synertronixx scb9328"
2007-07-05 16:01:24 +00:00
select HAS_DM9000
select HAS_CFI
select ARCH_IMX
help
Say Y here if you are using the Synertronixx scb9328 board
2007-07-05 16:01:17 +00:00
config MACH_ECO920
bool "eco920"
select HAS_AT91_ETHER
2007-07-05 16:01:23 +00:00
select HAS_AT91_I2C
2007-07-05 16:01:17 +00:00
select HAS_CFI
2007-07-05 16:01:36 +00:00
select HAS_OHCI
2007-07-05 16:01:17 +00:00
select ARCH_AT91RM9200
2007-07-05 16:01:14 +00:00
help
Say Y here if you are using the Motorola MX1ADS board
endchoice
config ARM920T
2007-07-05 16:01:17 +00:00
bool
menu "Arm specific settings"
config CMDLINE_TAG
bool "Send commandline to kernel"
default y
help
If you want to start a 2.6 kernel say y here.
config SETUP_MEMORY_TAGS
bool "send memory definition to kernel"
default y
help
If you want to start a 2.6 kernel say y here.
config INITRD_TAG
bool "send initrd params to kernel"
default y
help
If you want to start a 2.6 kernel and use an
initrd image say y here.
endmenu
2007-07-05 16:01:17 +00:00
source common/Kconfig
2007-07-05 16:01:23 +00:00
source net/Kconfig
2007-07-05 16:01:17 +00:00
source drivers/Kconfig
source fs/Kconfig