Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
4c09facb63
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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