Bladeren bron

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 jaren geleden
bovenliggende
commit
4c09facb63
1 gewijzigde bestanden met toevoegingen van 5 en 0 verwijderingen
  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