blob: 16142a09288483b5cccb57d47d6478fc63155292 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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 y
config ADK_LINUX_KERNEL_MSDOS_PARTITION
bool "MSDOS partitions"
default y
endmenu
|