# 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
