Sfoglia il codice sorgente

target: linux: config: Export CONFIG_EFI_PARTITION

Hard to run a NAS without it nowadays.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter 2 anni fa
parent
commit
4c09facb63
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      target/linux/config/Config.in.part

+ 5 - 0
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