9
0
Fork 0
barebox/lib/bootstrap/Kconfig

14 lines
190 B
Plaintext

menuconfig BOOTSTRAP
bool "Library bootstrap routines"
depends on SHELL_NONE
if BOOTSTRAP
config BOOTSTRAP_DEVFS
bool "devfs support"
config BOOTSTRAP_DISK
bool "disk support"
endif