]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - disk/Kconfig
kconfig: add Kconfig options for PARTITIONS
[karo-tx-uboot.git] / disk / Kconfig
diff --git a/disk/Kconfig b/disk/Kconfig
new file mode 100644 (file)
index 0000000..95fb843
--- /dev/null
@@ -0,0 +1,10 @@
+config PARTITIONS
+       bool
+
+config DOS_PARTITION
+       bool "Support DOS partitions"
+       select PARTITIONS
+
+config MAC_PARTITION
+       bool "Support MAC partitions"
+       select PARTITIONS