summaryrefslogtreecommitdiffstats
path: root/lib/bootstrap/Kconfig
blob: 5cd6035beef4c7aa9860b1bdeff4b43830b8eebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0-only

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