diff --git a/disk/Kconfig b/disk/Kconfig index a58717bda30..937ae1da61d 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.