summaryrefslogtreecommitdiffstats
path: root/common/partitions/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/partitions/Kconfig')
-rw-r--r--common/partitions/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/partitions/Kconfig b/common/partitions/Kconfig
index be9405a649..3bbcceedc1 100644
--- a/common/partitions/Kconfig
+++ b/common/partitions/Kconfig
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
config PARTITION_DISK
depends on PARTITION
depends on BLOCK
@@ -17,6 +19,7 @@ config PARTITION_DISK_EFI
depends on PARTITION_DISK
select CRC32
select PRINTF_UUID
+ select PARTITION_DISK_DOS if PARTITION_MANIPULATION
bool "EFI: GPT partition support"
help
Add support to handle partitions in GUID Partition Table style.