9
0
Fork 0
barebox/arch/sandbox/Kconfig

23 lines
297 B
Plaintext
Raw Normal View History

2007-07-05 16:01:42 +00:00
config ARCH_TEXT_BASE
hex
default 0x00000000
2007-07-05 16:01:42 +00:00
2007-07-12 10:09:00 +00:00
config BOARDINFO
default "sandbox"
2007-07-05 16:01:42 +00:00
config LINUX
bool
default y
select GENERIC_FIND_NEXT_BIT
2007-07-05 16:01:42 +00:00
config ARCH_LINUX
bool
source common/Kconfig
2007-07-05 16:02:18 +00:00
source commands/Kconfig
2007-07-05 16:01:42 +00:00
source net/Kconfig
source drivers/Kconfig
source fs/Kconfig
2007-07-05 16:02:18 +00:00
source lib/Kconfig