* The symbol for the x86 architecture is CONFIG_X86 and not CONFIG_x86.
* Correct the description. The partition type is called MBR.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
If unsure, say N.
config DOS_PARTITION
- bool "Enable MS Dos partition table"
+ bool "Enable Master Boot Record (MBR) partition table"
default y if BOOT_DEFAULTS
- default y if x86 || CMD_FAT || USB_STORAGE
+ default y if X86 || CMD_FAT || USB_STORAGE
select PARTITIONS
help
traditional on the Intel architecture, USB sticks, etc.