diff options
author | Phil Sutter <phil@nwl.cc> | 2021-11-01 12:35:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-01 15:16:20 +0100 |
commit | 4c09facb6394177240f8a1d6ea57fac5905812ac (patch) | |
tree | 16f0a6155c875555092f5580791119527cd39227 /target | |
parent | 45660d157835b05dd29ad51ad9d187e5bfb5d957 (diff) |
target: linux: config: Export CONFIG_EFI_PARTITION
Hard to run a NAS without it nowadays.
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.part | 5 |
1 files changed, 5 insertions, 0 deletions
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 |