소스 검색

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 4 년 전
부모
커밋
4c09facb63
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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