summaryrefslogtreecommitdiffstats
path: root/lib/bootstrap/Kconfig
blob: 645f0b4b78ddf500a5343df15a6d9aa31c147e74 (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