9
0
Fork 0
barebox/arch/sandbox/Kconfig

24 lines
319 B
Plaintext

config ARCH_TEXT_BASE
hex
default 0x00000000
config BOARDINFO
default "sandbox"
config LINUX
bool
default y
select GENERIC_FIND_NEXT_BIT
config ARCH_LINUX
bool
source common/Kconfig
source commands/Kconfig
source net/Kconfig
source drivers/Kconfig
source fs/Kconfig
source lib/Kconfig
source crypto/Kconfig