]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - disk/Kconfig
karo: tx6: replace open coded interpretation of cpurev by calls to is_cpu_type()
[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