From 263bb23ed2e21ed411b87c32b6c27db0f35a33a1 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 16 Feb 2013 14:47:07 +0100 Subject: partitons: add framework so we can support multiple format use filetpye to detect the parser to use Cc: Rob Herring Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- common/partitions/Kconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 common/partitions/Kconfig (limited to 'common/partitions/Kconfig') 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. -- cgit v1.2.3