summaryrefslogtreecommitdiffstats
path: root/common/partitions/Kconfig
blob: 3f81c2f9225dd4191b83b76713a92d94f0de1707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.