summaryrefslogtreecommitdiffstats
path: root/common/partitions/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/partitions/Kconfig')
-rw-r--r--common/partitions/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/common/partitions/Kconfig b/common/partitions/Kconfig
new file mode 100644
index 0000000000..3f81c2f922
--- /dev/null
+++ b/common/partitions/Kconfig
@@ -0,0 +1,13 @@
+config PARTITION_DISK
+ depends on PARTITION
+ bool "DISK partition support"
+ help
+ Add support for handling common partition tables on all kind of disk
+ like devices (harddisks, CF cards, SD cards and so on)
+
+config PARTITION_DISK_DOS
+ depends on PARTITION_DISK
+ default y
+ bool "DOS partition support"
+ help
+ Add support to handle partitions in DOS style.