Newer
Older
barebox / lib / bootstrap / Kconfig
@Alexander Shiyan Alexander Shiyan on 12 Aug 2013 190 bytes Cleanup Kconfig files
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