]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - disk/Kconfig
karo: configs: Update the tx6*_defconfig files from defconfigs generated with 'make...
[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