Newer
Older
barebox / lib / bootstrap / Kconfig
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 22 Jan 2013 201 bytes introduce common bootstrap code
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