9
0
Fork 0
barebox/arch/sandbox/Kconfig

24 lines
314 B
Plaintext
Raw Permalink Normal View History

config SANDBOX
bool
default y
2007-07-05 16:01:42 +00:00
config ARCH_TEXT_BASE
hex
default 0x00000000
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
source crypto/Kconfig