From 18370f14975ca4abb15cb9700f57d82587e620b4 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 25 Oct 2023 09:25:37 +0200 Subject: Kconfig: Remove all default n/no options Similar change was done by commit b4c2c151b14b ("Kconfig: Remove all default n/no options") and again sync is required. default n/no doesn't need to be specified. It is default option anyway. Signed-off-by: Michal Simek Reviewed-by: Svyatoslav Ryhel # tegra Reviewed-by: Tom Rini Reviewed-by: Angelo Dureghello --- cmd/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmd') diff --git a/cmd/Kconfig b/cmd/Kconfig index 205df2f1fb6..60aed2c307c 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -246,7 +246,6 @@ config CMD_BOOTM_PRE_LOAD bool "enable pre-load on bootm" depends on CMD_BOOTM depends on IMAGE_PRE_LOAD - default n help Enable support of stage pre-load for the bootm command. This stage allow to check or modify the image provided @@ -2360,7 +2359,6 @@ config CMD_VIDCONSOLE config CMD_SELECT_FONT bool "select font size" depends on VIDEO - default n help Enabling this will provide 'font' command. Allows font selection at runtime. @@ -2880,7 +2878,6 @@ config CMD_UBIFS config MMC_SPEED_MODE_SET bool "set speed mode using mmc command" depends on CMD_MMC - default n help Enable setting speed mode using mmc rescan and mmc dev commands. The speed mode is provided as the last argument in these commands -- cgit v1.2.3