]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: Remove all default n/no options
authorMichal Simek <michal.simek@amd.com>
Wed, 25 Oct 2023 07:25:37 +0000 (09:25 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 30 Oct 2023 19:32:49 +0000 (15:32 -0400)
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 <michal.simek@amd.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Angelo Dureghello <angelo@kernel-space.org>
21 files changed:
arch/arm/mach-imx/mxs/Kconfig
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-snapdragon/Kconfig
arch/arm/mach-sunxi/Kconfig
arch/arm/mach-tegra/Kconfig
arch/m68k/Kconfig
arch/riscv/Kconfig
board/asus/grouper/Kconfig
board/asus/transformer-t30/Kconfig
board/keymile/Kconfig
board/lg/x3-t30/Kconfig
cmd/Kconfig
drivers/crypto/fsl/Kconfig
drivers/memory/Kconfig
drivers/misc/Kconfig
drivers/mtd/nand/raw/Kconfig
drivers/mtd/spi/Kconfig
drivers/sm/Kconfig
drivers/spi/Kconfig
drivers/usb/host/Kconfig
fs/ubifs/Kconfig

index ccce6a78caa26e4b110dbe2a7127a58559cbb2c6..d2e4205c5ce56128d3173ea9f64f5996014029c7 100644 (file)
@@ -54,7 +54,6 @@ config SYS_SOC
 
 config SPL_MXS_PMU_MINIMAL_VDD5V_CURRENT
        bool "Force minimal current draw from VDD5V by MX28 PMU"
-       default n
        help
          After setting this option, the current drawn from VDD5V
          by the PMU is reduced to zero - the DCDC_BATT is used as
@@ -62,7 +61,6 @@ config SPL_MXS_PMU_MINIMAL_VDD5V_CURRENT
 
 config SPL_MXS_PMU_DISABLE_BATT_CHARGE
        bool "Disable Battery Charging in MX28 PMU"
-       default n
 
 config SPL_MXS_PMU_ENABLE_4P2_LINEAR_REGULATOR
        bool "Enable the 4P2 linear regulator in MX28 PMU"
index c43c185c17c578932eb4969261c9c1e663c2bec4..a6c69c300d00009b159c4f0827d9cd05ffdebdf6 100644 (file)
@@ -450,7 +450,6 @@ config ROCKCHIP_BOOT_MODE_REG
 config ROCKCHIP_RK8XX_DISABLE_BOOT_ON_POWERON
        bool "Disable device boot on power plug-in"
        depends on PMIC_RK8XX
-       default n
        ---help---
          Say Y here to prevent the device from booting up because of a plug-in
          event. When set, the device will boot briefly to determine why it was
index 0e073045be54f892d7c327afeaeb5251d805cd94..2fc1521e2d306f6d34abbf52f7767a44497f6106 100644 (file)
@@ -14,7 +14,6 @@ config SPL_SYS_MALLOC_F_LEN
 
 config SDM845
        bool "Qualcomm Snapdragon 845 SoC"
-       default n
        select LINUX_KERNEL_IMAGE_HEADER
 
 config LNX_KRNL_IMG_TEXT_OFFSET_BASE
index 40ca7d7b3a9993337a673c2a9cf857264c99ed86..a10e4c06b6a3ec1a91d01f2ad3678ec0f6b7f998 100644 (file)
@@ -811,7 +811,6 @@ config AXP_GPIO
 config AXP_DISABLE_BOOT_ON_POWERON
        bool "Disable device boot on power plug-in"
        depends on AXP209_POWER || AXP221_POWER || AXP809_POWER || AXP818_POWER
-       default n
        ---help---
          Say Y here to prevent the device from booting up because of a plug-in
          event. When set, the device will boot into the SPL briefly to
index 464bd0798f62e0c1662c7a58a1b26d3dfd2e2534..0e94b84fe6573a0cfdb417e1e5573be130081aab 100644 (file)
@@ -18,7 +18,6 @@ config TEGRA_CLKRST
 config TEGRA_CRYPTO
        bool "Tegra AES128 crypto module"
        select AES
-       default n
 
 config TEGRA_GP_PADCTRL
        bool
index 587edd50d7e83f3b9ce14760280390d211e73aa4..b288c65e7fd119b31d96792a0f776e42a656af2d 100644 (file)
@@ -200,7 +200,6 @@ source "board/sysam/stmark2/Kconfig"
 
 config M68K_QEMU
        bool "Build with workarounds for incomplete QEMU emulation"
-       default n
        help
          QEMU 8.x currently does not implement RAMBAR accesses and
          DMA timers. Enable this option for U-Boot CI purposes only
index e291456530bd2e101a365df4c87cbb2295a8e778..8fc81fb284cd7b4f28a3ad14316355ce98ef4654 100644 (file)
@@ -68,7 +68,6 @@ config SPL_SYS_DCACHE_OFF
 config SPL_ZERO_MEM_BEFORE_USE
        bool "Zero memory before use"
        depends on SPL
-       default n
        help
          Zero stack/GD/malloc area in SPL before using them, this is needed for
          Sifive core devices that uses L2 cache to store SPL.
index 912c6c5fbae8ba4eed181ef173e5027ab45aa0a5..47d9bae94682de7cc03a8b78470fce9a99433778 100644 (file)
@@ -12,11 +12,9 @@ config SYS_CONFIG_NAME
 config GROUPER_TPS65911
        bool "Enable support TI TPS65911 PMIC"
        select CMD_POWEROFF
-       default n
 
 config GROUPER_MAX77663
        bool "Enable support MAXIM MAX77663 PMIC"
        select CMD_POWEROFF
-       default n
 
 endif
index 3c36f4ada206c8250cc702a1c772477505dd0da5..accc999c435c97de616c97881e1320838f4c02a6 100644 (file)
@@ -14,7 +14,6 @@ config TRANSFORMER_SPI_BOOT
        select TEGRA20_SLINK
        select DM_SPI_FLASH
        select SPI_FLASH_WINBOND
-       default n
        help
          Tegra 3 based Transformers with Windows RT have core
          boot sequence (BCT and EBT) on separate SPI FLASH
index c6576aa6523a9dd7bfbf75f45339a5b39956a0bb..f7e9b74f57827d3a60c2a7f29797d550941e2404 100644 (file)
@@ -125,7 +125,6 @@ config SYS_IVM_EEPROM_PAGE_LEN
 config PG_WCOM_UBOOT_UPDATE_SUPPORTED
        bool "Enable U-Boot Field Fail-Safe Update Functionality"
        select EVENT
-       default n
        help
          Indicates that field fail-safe u-boot update is supported.
          This functionality works only for designs that are booting
@@ -133,7 +132,6 @@ config PG_WCOM_UBOOT_UPDATE_SUPPORTED
 
 config PG_WCOM_UBOOT_BOOTPACKAGE
        bool "U-Boot Is Part Of Factory Boot-Package Image"
-       default n
        help
          Indicates that u-boot will be a part of the factory programmed
          boot-package image.
@@ -149,7 +147,6 @@ config PG_WCOM_UBOOT_UPDATE_TEXT_BASE
 
 config PG_WCOM_UBOOT_UPDATE
        bool "U-Boot Is Part Of Factory Boot-Package Image"
-       default n
        help
          Indicates that u-boot will be a part of the embedded software and
          programmed at field.
index 20ea4f5f3243e77fb8c7a541319b36b152c708a3..53d776019d65d2f140d3ed37d6a6a3afd9be8ebb 100644 (file)
@@ -11,14 +11,12 @@ config SYS_CONFIG_NAME
 
 config DEVICE_P880
        bool "Enable support for LG Optimus 4X HD"
-       default n
        help
          LG Optimus 4X HD derives from x3 board but has slight
          differences.
 
 config DEVICE_P895
        bool "Enable support for LG Optimus Vu"
-       default n
        help
          LG Optimus Vu derives from x3 board but has slight
          differences.
index 205df2f1fb65dbe2a0959e655834d1ccdea47c18..60aed2c307caa5c6f5a37401aaa14e942fc14188 100644 (file)
@@ -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
index 91a51cc5fe77494022865a404f5770bc2efa26b4..eaad19633f1dc9c83dd6aeae1cb6149f125692df 100644 (file)
@@ -77,7 +77,6 @@ endif
 config FSL_DCP_RNG
        bool "Enable Random Number Generator support"
        depends on DM_RNG
-       default n
        help
          Enable support for the hardware based random number generator
          module of the DCP. It uses the True Random Number Generator (TRNG)
index 22cb9d637c5e22c284dd5828f5828b775daeae71..d10edd2774677f2bb76a32bc71cbcee309f181b7 100644 (file)
@@ -61,7 +61,6 @@ config TI_GPMC
 if TI_GPMC
 config TI_GPMC_DEBUG
        bool "Debug Texas Instruments GPMC timings"
-       default n
        help
          Enable this to print GPMC timings before and after the GPMC registers
          are programmed. This should not be left enabled on production systems.
index fccd9b89b81bbddd1ceb4f0ab52c00b21d703a01..97057de8bf9227de390989fa71624cf8469da9df 100644 (file)
@@ -375,7 +375,6 @@ config SPL_MXC_OCOTP
 config NPCM_OTP
        bool "Nnvoton NPCM BMC On-Chip OTP Memory Support"
        depends on (ARM && ARCH_NPCM)
-       default n
        help
          Support NPCM BMC OTP memory (fuse).
          To compile this driver as a module, choose M here: the module
index 72547f00fbecc9360e2c352e6b88cb0130e38bc7..a13e6f59cbd2e96dcd646ee65f42ba28f1b47523 100644 (file)
@@ -614,7 +614,6 @@ config ROCKCHIP_NAND
 config ROCKCHIP_NAND_SKIP_BBTSCAN
        bool "Skip the automatic BBT scan with Rockchip NAND controllers"
        depends on ROCKCHIP_NAND
-       default n
        help
          Skip the automatic BBT scan with the NAND_SKIP_BBTSCAN
          option when data content is not in MTD format or
index a9617c6c58c1d8b85ef40bf677780f1d392a285d..76c424d75e9eb7ed66a78a5e26d6391217e7810b 100644 (file)
@@ -107,7 +107,6 @@ config SPI_FLASH_SMART_HWCAPS
 
 config SPI_NOR_BOOT_SOFT_RESET_EXT_INVERT
        bool "Command extension type is INVERT for Software Reset on boot"
-       default n
        help
         Because of SFDP information can not be get before boot.
         So define command extension type is INVERT when Software Reset on boot only.
index f0987275d2654f9d4b1294c940d6a90c1decc9e9..926af28633084b3c7a9c396dfb745fa2eeb52c64 100644 (file)
@@ -4,6 +4,5 @@ config SM
 config MESON_SM
        bool "Amlogic Secure Monitor driver"
        select SM
-       default n
        help
          Say y here to enable the Amlogic secure monitor driver.
index 66cf7271132a251831d5bea620caf08cd535d561..69b184b0d9eebb79fa5da67d33441dc289de5ba3 100644 (file)
@@ -460,7 +460,6 @@ config SANDBOX_SPI_MAX_CS
 config SPI_ASPEED_SMC
        bool "ASPEED SPI flash controller driver"
        depends on DM_SPI && SPI_MEM
-       default n
        help
          Enable ASPEED SPI flash controller driver for AST2500
          and AST2600 SoCs.
index 1a883babf4c24f04a5451e20fb50d366de95163e..b501ea514bca87568101fa1dd3105f2e3e90484f 100644 (file)
@@ -231,7 +231,6 @@ config USB_EHCI_MXS
 config USB_EHCI_NPCM
        bool "Support for Nuvoton NPCM on-chip EHCI USB controller"
        depends on ARCH_NPCM
-       default n
        ---help---
          Enables support for the on-chip EHCI controller on
          Nuvoton NPCM chips.
@@ -368,7 +367,6 @@ config USB_OHCI_DA8XX
 config USB_OHCI_NPCM
        bool "Support for Nuvoton NPCM on-chip OHCI USB controller"
        depends on ARCH_NPCM
-       default n
        ---help---
          Enables support for the on-chip OHCI controller on
          Nuvoton NPCM chips.
index 949b28841194140e3eec2f495d18354a5c6d8cd3..690e77ef8dcf8170577ec5d8e427558f2d1630d9 100644 (file)
@@ -8,7 +8,6 @@ config UBIFS_SILENCE_MSG
 config UBIFS_SILENCE_DEBUG_DUMP
        bool "UBIFS silence debug dumps"
        default y if UBIFS_SILENCE_MSG
-       default n
        help
          Make the debug dumps from UBIFS stop printing.
          This decreases size of U-Boot binary.