aboutsummaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 0625ee4..e253fb7 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1171,8 +1171,8 @@ config CMD_OSD
config CMD_PART
bool "part"
- select HAVE_BLOCK_DEVICE
- select PARTITION_UUIDS
+ depends on PARTITION_UUIDS
+ default y if DISTRO_DEFAULTS
help
Read and display information about the partition table on
various media.