[PATCH 1/1] disk: fix DOS_PARTITION dependencies
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Wed Feb 25 14:03:12 CET 2026
* 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 at canonical.com>
---
disk/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/disk/Kconfig b/disk/Kconfig
index a58717bda30..0a2ee7502ab 100644
--- a/disk/Kconfig
+++ b/disk/Kconfig
@@ -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.
--
2.51.0
More information about the U-Boot
mailing list