summaryrefslogtreecommitdiff
path: root/target/waldux/config/Config.in.part
diff options
context:
space:
mode:
Diffstat (limited to 'target/waldux/config/Config.in.part')
-rw-r--r--target/waldux/config/Config.in.part14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/waldux/config/Config.in.part b/target/waldux/config/Config.in.part
new file mode 100644
index 000000000..22faf4354
--- /dev/null
+++ b/target/waldux/config/Config.in.part
@@ -0,0 +1,14 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+menu "Partition Types"
+
+config ADK_WALDUX_KERNEL_PARTITION_ADVANCED
+ bool
+ default y
+
+config ADK_WALDUX_KERNEL_MSDOS_PARTITION
+ bool "MSDOS partitions"
+ default y
+
+endmenu