Forráskód Böngészése

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 éve
szülő
commit
4c09facb63
1 módosított fájl, 5 hozzáadás és 0 törlés
  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