| 12345678910111213141516171819 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.menu "Partition Types"config ADK_LINUX_KERNEL_PARTITION_ADVANCED	bool	default yconfig ADK_LINUX_KERNEL_MSDOS_PARTITION	bool "MSDOS partitions"	default yconfig ADK_LINUX_KERNEL_EFI_PARTITION	bool "EFI GUID Partition support"	help	  Support hard disks partitioned using EFI GPT.endmenu
 |