summaryrefslogtreecommitdiffstats
path: root/lib/bootstrap/Kconfig
blob: 558da00c7b66158fe3f316c0d7e06546c62f67aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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