disk: fix DOS_PARTITION dependencies

* 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>
This commit is contained in:
Heinrich Schuchardt
2026-02-25 14:03:12 +01:00
committed by Tom Rini
parent 553b939146
commit 04e96eb693

View File

@@ -60,9 +60,9 @@ config TEGRA_PARTITION
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.