diff options
-rw-r--r-- | block/partitions/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/block/partitions/Kconfig b/block/partitions/Kconfig index cb5f0a3f1b03..75a54e1adbb5 100644 --- a/block/partitions/Kconfig +++ b/block/partitions/Kconfig @@ -234,8 +234,8 @@ config KARMA_PARTITION uses a proprietary partition table. config EFI_PARTITION - bool "EFI GUID Partition support" - depends on PARTITION_ADVANCED + bool "EFI GUID Partition support" if PARTITION_ADVANCED + default y select CRC32 help Say Y here if you would like to use hard disks under Linux which |