]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - disk/Kconfig
karo: tx6: rework PMIC code to allow for different configs for same chip
[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