summaryrefslogtreecommitdiffstats
path: root/lib/bootstrap/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bootstrap/Kconfig')
-rw-r--r--lib/bootstrap/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/bootstrap/Kconfig b/lib/bootstrap/Kconfig
new file mode 100644
index 0000000000..558da00c7b
--- /dev/null
+++ b/lib/bootstrap/Kconfig
@@ -0,0 +1,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