linux: update to 6.10.x, 6.9.x is EOL
[openadk.git] / target / linux / config / Config.in.part
blobb87cbe6b7b52aed8ae1ff9d29948f021637ddf38
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 menu "Partition Types"
6 config ADK_LINUX_KERNEL_PARTITION_ADVANCED
7         bool
8         default y
10 config ADK_LINUX_KERNEL_MSDOS_PARTITION
11         bool "MSDOS partitions"
12         default y
14 config ADK_LINUX_KERNEL_EFI_PARTITION
15         bool "EFI GUID Partition support"
16         help
17           Support hard disks partitioned using EFI GPT.
19 endmenu