]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - disk/Kconfig
image: fix Android ramdisk support when dtb is specified
[karo-tx-uboot.git] / disk / Kconfig
1 config PARTITIONS
2        bool
3
4 config DOS_PARTITION
5        bool "Support DOS partitions"
6        select PARTITIONS
7
8 config MAC_PARTITION
9        bool "Support MAC partitions"
10        select PARTITIONS