From 4c09facb6394177240f8a1d6ea57fac5905812ac Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Mon, 1 Nov 2021 12:35:40 +0100 Subject: target: linux: config: Export CONFIG_EFI_PARTITION Hard to run a NAS without it nowadays. Signed-off-by: Phil Sutter --- target/linux/config/Config.in.part | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target') diff --git a/target/linux/config/Config.in.part b/target/linux/config/Config.in.part index 16142a092..b87cbe6b7 100644 --- a/target/linux/config/Config.in.part +++ b/target/linux/config/Config.in.part @@ -11,4 +11,9 @@ config ADK_LINUX_KERNEL_MSDOS_PARTITION bool "MSDOS partitions" default y +config ADK_LINUX_KERNEL_EFI_PARTITION + bool "EFI GUID Partition support" + help + Support hard disks partitioned using EFI GPT. + endmenu -- cgit v1.2.3