]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: drivers: restyle remaining
authorJohan Jonker <jbx6244@gmail.com>
Wed, 10 Jun 2026 14:41:21 +0000 (16:41 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2026 21:00:58 +0000 (15:00 -0600)
Restyle all Kconfigs for the rest of "drivers":
Menu entries   : no space left
Menu attributes: 1 TAB
Help text      : 1 TAB + 2 spaces
Replace '---help---' by 'help'

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
[trini: Add missing indentation on a few more multi-paragraph help texts]
Signed-off-by: Tom Rini <trini@konsulko.com>
34 files changed:
drivers/adc/Kconfig
drivers/block/Kconfig
drivers/bootcount/Kconfig
drivers/clk/Kconfig
drivers/clk/owl/Kconfig
drivers/clk/renesas/Kconfig
drivers/crypto/aspeed/Kconfig
drivers/crypto/fsl/Kconfig
drivers/ddr/fsl/Kconfig
drivers/dma/ti/Kconfig
drivers/gpio/Kconfig
drivers/led/Kconfig
drivers/memory/Kconfig
drivers/mfd/Kconfig
drivers/misc/Kconfig
drivers/mmc/Kconfig
drivers/mux/Kconfig
drivers/pci/Kconfig
drivers/pci_endpoint/Kconfig
drivers/phy/Kconfig
drivers/phy/qcom/Kconfig
drivers/ram/aspeed/Kconfig
drivers/ram/octeon/Kconfig
drivers/ram/stm32mp1/Kconfig
drivers/reboot-mode/Kconfig
drivers/rtc/Kconfig
drivers/serial/Kconfig
drivers/smem/Kconfig
drivers/soc/ti/Kconfig
drivers/spi/Kconfig
drivers/spmi/Kconfig
drivers/thermal/Kconfig
drivers/ufs/Kconfig
drivers/watchdog/Kconfig

index 2b45f9e5ebad974a9855b14e1abb2df0792aa75c..d5ef07954012683efa70a1e83ed0082271bb57d8 100644 (file)
@@ -5,7 +5,7 @@ config ADC
          This enables ADC API for drivers, which allows driving ADC features
          by single and multi-channel methods for:
          - start/stop/get data for conversion of a single-channel selected by
-           a number or multi-channels selected by a bitmask
+         a number or multi-channels selected by a bitmask
          - get data mask (ADC resolution)
          ADC reference Voltage supply options:
          - methods for get Vdd/Vss reference Voltage values with polarity
index adf338ab00c3f467902d9570b1eb0d8c8a792ab3..d44cf4bcb6bb96f83446b23180ef9b70d9e14465 100644 (file)
@@ -68,10 +68,10 @@ config BLKMAP
        bool "Composable virtual block devices (blkmap)"
        depends on BLK
        help
-         Create virtual block devices that are backed by various sources,
-         e.g. RAM, or parts of an existing block device. Though much more
-         rudimentary, it borrows a lot of ideas from Linux's device mapper
-         subsystem.
+         Create virtual block devices that are backed by various sources,
+         e.g. RAM, or parts of an existing block device. Though much more
+         rudimentary, it borrows a lot of ideas from Linux's device mapper
+         subsystem.
 
          Example use-cases:
          - Treat a region of RAM as a block device, i.e. a RAM disk. This let's
index 4c0c8d89bb400b37e7ecdb17e4e96ca4032f445a..af6bd2f1a7d2aff5b3e74b5dad24400a88daa84f 100644 (file)
@@ -68,7 +68,7 @@ config BOOTCOUNT_ENV
          saveenv on all reboots, the environment variable
          "upgrade_available" is used. If "upgrade_available" is
          0, "bootcount" is always 0. If "upgrade_available" is 1,
-          "bootcount" is incremented in the environment.
+         "bootcount" is incremented in the environment.
          So the Userspace Application must set the "upgrade_available"
          and "bootcount" variables to 0, if the system booted successfully.
 
@@ -83,7 +83,7 @@ config BOOTCOUNT_AT91
        depends on AT91SAM9XE
 
 config DM_BOOTCOUNT
-        bool "Boot counter in a device-model device"
+       bool "Boot counter in a device-model device"
        help
          Enables reading/writing the bootcount in a device-model based
          backing store.  If an entry in /chosen/u-boot,bootcount-device
index c2da7b3938b6043d980b5408b939272db158af51..addcece4da36dd651f810b4366ba48f7f77fa61e 100644 (file)
@@ -134,8 +134,8 @@ config CLK_CDCE9XX
        bool "Enable CDCD9XX clock driver"
        depends on CLK && ARCH_OMAP2PLUS
        help
-          Enable the clock synthesizer driver for CDCE913/925/937/949
-          series of chips.
+         Enable the clock synthesizer driver for CDCE913/925/937/949
+         series of chips.
 
 config CLK_ICS8N3QV01
        bool "Enable ICS8N3QV01 VCXO driver"
index c6afef90034e5570f3e8ac2a14b310e47b261d01..5f3b8fe8ab46720c6e39a14b0d5683a2038d25bc 100644 (file)
@@ -1,8 +1,8 @@
 config CLK_OWL
-        bool "Actions Semi OWL clock drivers"
-        depends on CLK && ARCH_OWL
-        help
-          Enable support for clock managemet unit present in Actions Semi
+       bool "Actions Semi OWL clock drivers"
+       depends on CLK && ARCH_OWL
+       help
+         Enable support for clock managemet unit present in Actions Semi
          Owl series S900/S700 SoCs.
 
 
index 72f99e9fa1bc5c44aeafa8583b6380c4b85a7657..1893b6c41812e5836d8978637655503140390c15 100644 (file)
@@ -61,11 +61,11 @@ config CLK_RCAR_GEN3
          Enable this to support the clocks on Renesas R-Car Gen3 and Gen4 SoCs.
 
 config CLK_R8A774A1
-        bool "Renesas R8A774A1 clock driver"
+       bool "Renesas R8A774A1 clock driver"
         def_bool y if R8A774A1
-        depends on CLK_RCAR_GEN3
-        help
-          Enable this to support the clocks on Renesas R8A774A1 SoC.
+       depends on CLK_RCAR_GEN3
+       help
+         Enable this to support the clocks on Renesas R8A774A1 SoC.
 
 config CLK_R8A774B1
        bool "Renesas R8A774B1 clock driver"
index 401225b8528d975066b25a6f9fab5b91ff616deb..a4710257f62f135019c7d929fe31918c713c4cbf 100644 (file)
@@ -15,11 +15,11 @@ config ASPEED_ACRY
        bool "ASPEED RSA and ECC Engine"
        depends on ASPEED_AST2600
        help
-        Select this option to enable a driver for using the RSA/ECC engine in
-        the ASPEED BMC SoCs.
+         Select this option to enable a driver for using the RSA/ECC engine in
+         the ASPEED BMC SoCs.
 
-        Enabling this allows the use of RSA/ECC operations in hardware without requiring the
-        software implementations. It also improves performance and saves code size.
+         Enabling this allows the use of RSA/ECC operations in hardware without requiring the
+         software implementations. It also improves performance and saves code size.
 
 config ASPEED_CPTRA_SHA
        bool "Caliptra SHA ACC for Aspeed AST27xx SoCs"
index eb01c6cf7003fba29d421daf8924cf1e3fd4ca65..1398b0033f06e6cf5a9273ac286e87597c42493c 100644 (file)
@@ -27,27 +27,27 @@ config CAAM_64BIT
 config SYS_FSL_HAS_SEC
        bool
        help
-               Enable Freescale Secure Boot and Trusted Architecture
+         Enable Freescale Secure Boot and Trusted Architecture
 
 config SYS_FSL_SEC_COMPAT_2
        bool
        help
-               Secure boot and trust architecture compatible version 2
+         Secure boot and trust architecture compatible version 2
 
 config SYS_FSL_SEC_COMPAT_4
        bool
        help
-               Secure boot and trust architecture compatible version 4
+         Secure boot and trust architecture compatible version 4
 
 config SYS_FSL_SEC_COMPAT_5
        bool
        help
-               Secure boot and trust architecture compatible version 5
+         Secure boot and trust architecture compatible version 5
 
 config SYS_FSL_SEC_COMPAT_6
        bool
        help
-               Secure boot and trust architecture compatible version 6
+         Secure boot and trust architecture compatible version 6
 
 config SYS_FSL_SEC_BE
        bool "Big-endian access to Freescale Secure Boot"
index 7f8f3570dd8c1972626c9c8dffb724a41705a4a9..b11fa79ca59fe936dad0bee3cb173593c8030645 100644 (file)
@@ -21,12 +21,12 @@ if SYS_FSL_DDR || SYS_FSL_MMDC
 config SYS_FSL_DDR_BE
        bool
        help
-               Access DDR registers in big-endian
+         Access DDR registers in big-endian
 
 config SYS_FSL_DDR_LE
        bool
        help
-               Access DDR registers in little-endian
+         Access DDR registers in little-endian
 
 config FSL_DDR_BIST
        bool
index d904982c8004cb4a246000792aaa37b08caa05e4..8c9b377e8a384cff2600e3507de36444b556fe58 100644 (file)
@@ -3,14 +3,14 @@
 if ARCH_K3
 
 config TI_K3_NAVSS_UDMA
-        bool "Texas Instruments UDMA"
-        depends on ARCH_K3
-        select DEVRES
-        select DMA
-        select TI_K3_NAVSS_RINGACC
-        select TI_K3_PSIL
-        help
-          Support for UDMA used in K3 devices.
+       bool "Texas Instruments UDMA"
+       depends on ARCH_K3
+       select DEVRES
+       select DMA
+       select TI_K3_NAVSS_RINGACC
+       select TI_K3_PSIL
+       help
+         Support for UDMA used in K3 devices.
 endif
 
 config TI_K3_PSIL
index bcd81c510f8e524cd13979fd1793ca4da88bb21e..75b35fbc5be54a24071984acc8d452bb3859ea59 100644 (file)
@@ -294,9 +294,9 @@ config MAX7320_GPIO
        bool "MAX7320 I2C GPIO Expander driver"
        depends on DM_GPIO && DM_I2C
        help
-        Support for MAX7320 I2C 8/16-bit GPIO expander.
-        original maxim device has 8 push/pull outputs,
-        some clones offers 16bit.
+         Support for MAX7320 I2C 8/16-bit GPIO expander.
+         original maxim device has 8 push/pull outputs,
+         some clones offers 16bit.
 
 config MAX77663_GPIO
        bool "MAX77663 GPIO cell of PMIC driver"
@@ -313,23 +313,23 @@ config MCP230XX_GPIO
        help
          Support for Microchip's MCP230XX I2C and SPI connected GPIO devices.
          The following chips are supported:
-          - MCP23008
-          - MCP23017
-          - MCP23018
-          - MCP23S08
-          - MCP23S17
-          - MCP23S18
+         - MCP23008
+         - MCP23017
+         - MCP23018
+         - MCP23S08
+         - MCP23S17
+         - MCP23S18
 
 config MSCC_SGPIO
        bool "Microsemi Serial GPIO driver"
        depends on DM_GPIO && SOC_VCOREIII
        help
          Support for the VCoreIII SoC serial GPIO device. By using a
-          serial interface, the SIO controller significantly extends
-          the number of available GPIOs with a minimum number of
-          additional pins on the device. The primary purpose of the
-          SIO controller is to connect control signals from SFP
-          modules and to act as an LED controller.
+         serial interface, the SIO controller significantly extends
+         the number of available GPIOs with a minimum number of
+         additional pins on the device. The primary purpose of the
+         SIO controller is to connect control signals from SFP
+         modules and to act as an LED controller.
 
 config MSM_GPIO
        bool "Qualcomm GPIO driver"
@@ -404,8 +404,8 @@ config PCF8575_GPIO
        bool "PCF8575 I2C GPIO Expander driver"
        depends on DM_GPIO && DM_I2C
        help
-        Support for PCF8575 I2C 16-bit GPIO expander. Most of these
-        chips are from NXP and TI.
+         Support for PCF8575 I2C 16-bit GPIO expander. Most of these
+         chips are from NXP and TI.
 
 config RCAR_GPIO
        bool "Renesas R-Car GPIO driver"
@@ -459,9 +459,9 @@ config SUNXI_GPIO
 config SUNXI_NEW_PINCTRL
        bool
        depends on SUNXI_GPIO
-       ---help---
-       The Allwinner D1 and other new SoCs use a different register map
-       for the GPIO block, which we need to know about in the SPL.
+       help
+         The Allwinner D1 and other new SoCs use a different register map
+         for the GPIO block, which we need to know about in the SPL.
 
 config XILINX_GPIO
        bool "Xilinx GPIO driver"
@@ -728,15 +728,15 @@ config SLG7XL45106_I2C_GPO
        bool "slg7xl45106 i2c gpo expander"
        depends on DM_GPIO && ARCH_ZYNQMP
        help
-          Support for slg7xl45106 i2c gpo expander. It is an i2c based
-          8-bit gpo expander, all gpo lines are controlled by writing
-          value into data register.
+         Support for slg7xl45106 i2c gpo expander. It is an i2c based
+         8-bit gpo expander, all gpo lines are controlled by writing
+         value into data register.
 
 config GPIO_SCMI
        bool "SCMI GPIO pinctrl driver"
        depends on DM_GPIO && PINCTRL_SCMI
        help
-          Support pinctrl GPIO over the SCMI interface.
+         Support pinctrl GPIO over the SCMI interface.
 
 config ADP5585_GPIO
        bool "ADP5585 GPIO driver"
@@ -761,6 +761,6 @@ config MPFS_GPIO
        bool "Enable Polarfire SoC GPIO driver"
        depends on DM_GPIO
        help
-               Enable to support the GPIO driver on Polarfire SoC
+         Enable to support the GPIO driver on Polarfire SoC
 
 endif
index de95a1debdc5359307042f0ff2177617987cf944..04ebc24e8cfb2ab04c552b9f5678904182ee1ce5 100644 (file)
@@ -133,7 +133,7 @@ config LED_GPIO
 
 config SPL_LED_GPIO
        bool "LED support for GPIO-connected LEDs in SPL"
-        depends on SPL_LED && SPL_DM_GPIO
+       depends on SPL_LED && SPL_DM_GPIO
        help
          This option is an SPL-variant of the LED_GPIO option.
          See the help of LED_GPIO for details.
index 591d9d9c6569742cf20ab6688d2931b29c68eb08..82d0fa80396511f8fabdc2b83e8b9190704e7ff0 100644 (file)
@@ -44,15 +44,15 @@ config STM32_OMM
          This driver manages the muxing between the 2 OSPI busses and
          the 2 output ports. There are 4 possible muxing configurations:
          - direct mode (no multiplexing): OSPI1 output is on port 1 and OSPI2
-              output is on port 2
+         output is on port 2
          - OSPI1 and OSPI2 are multiplexed over the same output port 1
          - swapped mode (no multiplexing), OSPI1 output is on port 2,
-              OSPI2 output is on port 1
+         OSPI2 output is on port 1
          - OSPI1 and OSPI2 are multiplexed over the same output port 2
          It also manages :
-           - the split of the memory area shared between the 2 OSPI instances.
-           - chip select selection override.
-           - the time between 2 transactions in multiplexed mode.
+         - the split of the memory area shared between the 2 OSPI instances.
+         - chip select selection override.
+         - the time between 2 transactions in multiplexed mode.
 
 config TI_AEMIF
        tristate "Texas Instruments AEMIF driver"
@@ -71,9 +71,9 @@ config TI_GPMC
        depends on MEMORY && CLK && OF_CONTROL
        help
          This driver is for the General Purpose Memory Controller (GPMC)
-          present on Texas Instruments SoCs (e.g. OMAP2+). GPMC allows
-          interfacing to a variety of asynchronous as well as synchronous
-          memory drives like NOR, NAND, OneNAND, SRAM.
+         present on Texas Instruments SoCs (e.g. OMAP2+). GPMC allows
+         interfacing to a variety of asynchronous as well as synchronous
+         memory drives like NOR, NAND, OneNAND, SRAM.
 
 if TI_GPMC
 config TI_GPMC_DEBUG
index ae53b02f27c829b1dcbf79fecb0d2bb175f8c925..79f4db9849cf7f28e07f249e67bc1c7b853c4312 100644 (file)
@@ -1,4 +1,4 @@
 config MFD_ATMEL_SMC
-       bool "Atmel Static Memory Controller driver"
-       help
-       Say yes here to support Atmel Static Memory Controller driver.
+       bool "Atmel Static Memory Controller driver"
+       help
+         Say yes here to support Atmel Static Memory Controller driver.
index 0b52515c7009a1075fad21ca675c0a898eda7e37..bde5c640de8513854830451191fd4d4db68d7c95 100644 (file)
@@ -71,9 +71,9 @@ config ATSHA204A
        select BITREVERSE
        depends on MISC
        help
-          Enable support for I2C connected Atmel's ATSHA204A
-          CryptoAuthentication module found for example on the Turris Omnia
-          board.
+         Enable support for I2C connected Atmel's ATSHA204A
+         CryptoAuthentication module found for example on the Turris Omnia
+         board.
 
 config GATEWORKS_SC
        bool "Gateworks System Controller Support"
@@ -94,7 +94,7 @@ config QCOM_GENI
          etc.
 
 config ROCKCHIP_EFUSE
-        bool "Rockchip e-fuse support"
+       bool "Rockchip e-fuse support"
        depends on MISC
        help
          Enable (read-only) access for the e-fuse block found in Rockchip
index 0996d9fc30d50a18814449833857adcb3000d2f5..131be3106a1e7401d0f1fc553f2a8d7d9c12c118 100644 (file)
@@ -332,7 +332,7 @@ config MMC_MESON_GX
        bool "Meson GX EMMC controller support"
        depends on ARCH_MESON
        help
-        Support for EMMC host controller on Meson GX ARM SoCs platform (S905)
+         Support for EMMC host controller on Meson GX ARM SoCs platform (S905)
 
 config MMC_OWL
        bool "Actions OWL Multimedia Card Interface support"
@@ -659,8 +659,8 @@ config MMC_SDHCI_MSM
        depends on MMC_SDHCI && ARCH_SNAPDRAGON
        help
          Enables support for SDHCI 2.0 controller present on some Qualcomm
-          Snapdragon devices. This device is compatible with eMMC v4.5 and
-          SD 3.0 specifications. Both SD and eMMC devices are supported.
+         Snapdragon devices. This device is compatible with eMMC v4.5 and
+         SD 3.0 specifications. Both SD and eMMC devices are supported.
          Card-detect gpios are not supported.
 
 config MMC_SDHCI_MV
@@ -852,7 +852,7 @@ config FTSDC010_SDIO
        bool "Support ftsdc010 sdio"
        depends on FTSDC010
        help
-               This can enable ftsdc010 sdio function.
+         This can enable ftsdc010 sdio function.
 
 config MMC_MTK
        bool "MediaTek SD/MMC Card Interface support"
index de74e5d5e4edc6c45e1cbd2e54a5ae1e9f56e7c9..383dac532c152cd533ebbed82ab4ddf1ac471965 100644 (file)
@@ -5,17 +5,17 @@ config MULTIPLEXER
        depends on DM
        select DEVRES
        help
-        The mux framework is a minimalistic subsystem that handles multiplexer
-        controllers. It provides the same API as Linux and mux drivers should
-        be portable with a minimum effort.
+         The mux framework is a minimalistic subsystem that handles multiplexer
+         controllers. It provides the same API as Linux and mux drivers should
+         be portable with a minimum effort.
 
 if MULTIPLEXER
 
 config SPL_MUX_MMIO
        bool "MMIO register bitfield-controlled Multiplexer"
-        depends on MULTIPLEXER && SYSCON
-        help
-          MMIO register bitfield-controlled Multiplexer controller.
+       depends on MULTIPLEXER && SYSCON
+       help
+         MMIO register bitfield-controlled Multiplexer controller.
 
           The driver builds multiplexer controllers for bitfields in a syscon
           register. For N bit wide bitfields, there will be 2^N possible
index 39df0e776df848fe4d33d7014bb6338c7ab9273a..9ffccc3a80b7019b70ce2c5c9840bae3ee9b49bc 100644 (file)
@@ -101,11 +101,11 @@ config PCI_ENHANCED_ALLOCATION
          devices in place of traditional BARS for allocation of resources.
 
 config PCI_ARID
-        bool "Enable Alternate Routing-ID support for PCI"
-        help
-          Say Y here if you want to enable Alternate Routing-ID capability
-          support on PCI devices. This helps to skip some devices in BDF
-          scan that are not present.
+       bool "Enable Alternate Routing-ID support for PCI"
+       help
+         Say Y here if you want to enable Alternate Routing-ID capability
+         support on PCI devices. This helps to skip some devices in BDF
+         scan that are not present.
 
 config PCI_SCAN_SHOW
        bool "Show PCI devices during startup"
@@ -287,7 +287,7 @@ config PCI_IOMMU_EXTRA_MAPPINGS
          the node describing the PCI controller.
          The intent is to cover SR-IOV scenarios which need mappings for VFs
          and PCI hot-plug scenarios. More documentation can be found under:
-           arch/arm/cpu/armv8/fsl-layerscape/doc/README.pci_iommu_extra
+         arch/arm/cpu/armv8/fsl-layerscape/doc/README.pci_iommu_extra
 
 config PCIE_LAYERSCAPE_EP
        bool "Layerscape PCIe Endpoint mode support"
@@ -440,8 +440,8 @@ config PCIE_XILINX_NWL
        bool "Xilinx NWL PCIe controller"
        depends on ARCH_ZYNQMP
        help
-        Say 'Y' here if you want support for Xilinx / AMD NWL PCIe
-        controller as Root Port.
+         Say 'Y' here if you want support for Xilinx / AMD NWL PCIe
+         controller as Root Port.
 
 config PCIE_PLDA_COMMON
        bool
index 9900481daa6b28db92b5107bcff9d47690e1431d..d1db4951a0c6ffcdee958485dc5588c970b95332 100644 (file)
@@ -9,10 +9,10 @@ config PCI_ENDPOINT
        bool "PCI Endpoint Support"
        depends on DM
        help
-          Enable this configuration option to support configurable PCI
-          endpoints. This should be enabled if the platform has a PCI
-          controllers that can operate in endpoint mode (as a device
-          connected to PCI host or bridge).
+         Enable this configuration option to support configurable PCI
+         endpoints. This should be enabled if the platform has a PCI
+         controllers that can operate in endpoint mode (as a device
+         connected to PCI host or bridge).
 
 config PCIE_CADENCE_EP
        bool "Cadence PCIe endpoint controller"
index eafa82fe494480e397827fa121d646a150be8cad..89d84df96ae7302d6c6699d79852dce4cc164512 100644 (file)
@@ -72,14 +72,14 @@ config AB8500_USB_PHY
          Support for the USB OTG PHY in ST-Ericsson AB8500.
 
 config APPLE_ATCPHY
-       bool "Apple Type-C PHY Driver"
-       depends on PHY && ARCH_APPLE
-       default y
-       help
-         Support for the Apple Type-C PHY.
+       bool "Apple Type-C PHY Driver"
+       depends on PHY && ARCH_APPLE
+       default y
+       help
+         Support for the Apple Type-C PHY.
 
-        This is a dummy driver since the PHY is initialized
-        sufficiently by previous stage firmware.
+         This is a dummy driver since the PHY is initialized
+         sufficiently by previous stage firmware.
 
 config BCM6318_USBH_PHY
        bool "BCM6318 USBH PHY support"
@@ -249,14 +249,14 @@ config MT7620_USB_PHY
        depends on PHY
        depends on SOC_MT7620
        help
-          Support the intergated USB PHY in MediaTek MT7620 SoC
+         Support the intergated USB PHY in MediaTek MT7620 SoC
 
 config MT76X8_USB_PHY
        bool "MediaTek MT76x8 (7628/88) USB PHY support"
        depends on PHY
        depends on SOC_MT7628
        help
-          Support the USB PHY in MT76x8 SoCs
+         Support the USB PHY in MT76x8 SoCs
 
          This PHY is found on MT76x8 devices supporting USB.
 
index 7094903d86955f4c3b2f4ac72cb6bd22005c745f..1fdadaccb12a78b7ff41e9c08e98d3a192b7524c 100644 (file)
@@ -2,7 +2,7 @@ config MSM8916_USB_PHY
        bool
        select PHY
        help
-          Support the Qualcomm MSM8916 USB PHY
+         Support the Qualcomm MSM8916 USB PHY
 
          This PHY is found on qualcomm dragonboard410c development board.
 
index e4918460de677be6e71030c74cd618175c219b1e..023444b700cd6cb5af7133ddd446044f8edfaaa6 100644 (file)
@@ -4,19 +4,19 @@ menuconfig ASPEED_RAM
        depends on ARCH_ASPEED || TARGET_ASPEED_AST2700_IBEX
        default ARCH_ASPEED
        help
-        Configuration options for DDR SDRAM on ASPEED systems.
+         Configuration options for DDR SDRAM on ASPEED systems.
 
-        RAM initialisation is always built in for the platform. This menu
-        allows customisation of the configuration used.
+         RAM initialisation is always built in for the platform. This menu
+         allows customisation of the configuration used.
 
 config ASPEED_DDR4_DUALX8
        bool "Enable Dual X8 DDR4 die"
        depends on ASPEED_RAM
        help
-        Say Y if dual X8 DDR4 die is used on the board. The ASPEED DDRM
-        SRAM controller needs to know if the memory chip mounted on the
-        board is dual x8 die or not, otherwise it may get the wrong
-        size of the memory space.
+         Say Y if dual X8 DDR4 die is used on the board. The ASPEED DDRM
+         SRAM controller needs to know if the memory chip mounted on the
+         board is dual x8 die or not, otherwise it may get the wrong
+         size of the memory space.
 
 config ASPEED_BYPASS_SELFTEST
        depends on ASPEED_RAM
index f19957293f95cfbe57dc5bea928ae6899cc0abe7..37bf4851400735f02eeb03e4fd1b80ad314bde88 100644 (file)
@@ -2,14 +2,14 @@ config RAM_OCTEON
        bool "Ram drivers for Octeon SoCs"
        depends on RAM && ARCH_OCTEON
        help
-        This enables support for RAM drivers for Octeon SoCs.
+         This enables support for RAM drivers for Octeon SoCs.
 
 if RAM_OCTEON
 
 config RAM_OCTEON_DDR4
        bool "Octeon III DDR4 RAM support"
        help
-        This enables support for DDR4 RAM suppoort for Octeon III.  This does
-        not include support for Octeon CN70XX.
+         This enables support for DDR4 RAM suppoort for Octeon III.  This does
+         not include support for Octeon CN70XX.
 
 endif # RAM_OCTEON
index 1aaf064c30cf3a1e0e114d6b1da9d9321cb6f4ec..76bd17a8874b608c8b657873f86e4fe04cdc104a 100644 (file)
@@ -6,43 +6,43 @@ config STM32MP1_DDR
        select SPL_RAM if SPL
        default y
        help
-               activate STM32MP1 DDR controller driver for STM32MP1 soc
-               family: support for LPDDR2, LPDDR3 and DDR3
-               the SDRAM parameters for controleur and phy need to be provided
-               in device tree (computed by DDR tuning tools)
+         activate STM32MP1 DDR controller driver for STM32MP1 soc
+         family:       support for LPDDR2, LPDDR3 and DDR3
+         the SDRAM parameters for controleur and phy need to be provided
+         in device tree (computed by DDR tuning tools)
 
 config STM32MP1_DDR_INTERACTIVE
        bool "STM32MP1 DDR driver : interactive support"
        depends on STM32MP1_DDR
        help
-               activate interactive support in STM32MP1 DDR controller driver
-               used for DDR tuning tools
-               to enter in intercative mode type 'd' during SPL DDR driver
-               initialisation
+         activate interactive support in STM32MP1 DDR controller driver
+         used for DDR tuning tools
+         to enter in intercative mode type 'd' during SPL DDR driver
+         initialisation
 
 config STM32MP1_DDR_INTERACTIVE_FORCE
        bool "STM32MP1 DDR driver : force interactive mode"
        depends on STM32MP1_DDR_INTERACTIVE
        help
-               force interactive mode in STM32MP1 DDR controller driver
-               skip the polling of character 'd' in console
-               useful when SPL is loaded in sysram
-               directly by programmer
+         force interactive mode in STM32MP1 DDR controller driver
+         skip the polling of character 'd' in console
+         useful when SPL is loaded in sysram
+         directly by programmer
 
 config STM32MP1_DDR_TESTS
        bool "STM32MP1 DDR driver : tests support"
        depends on STM32MP1_DDR_INTERACTIVE
        default y
        help
-               activate test support for interactive support in
-               STM32MP1 DDR controller driver: command test
+         activate test support for interactive support in
+         STM32MP1 DDR controller driver: command test
 
 config STM32MP1_DDR_TUNING
        bool "STM32MP1 DDR driver : support of tuning"
        depends on STM32MP1_DDR_INTERACTIVE
        default y
        help
-               activate tuning command in STM32MP1 DDR interactive mode
-               used for DDR tuning tools
-               - DQ Deskew algorithm
-               - DQS Trimming
+         activate tuning command in STM32MP1 DDR interactive mode
+         used for DDR tuning tools
+         - DQ Deskew algorithm
+         - DQS Trimming
index 72b33d7122351de4edc3593c9b156f6fa0ea7b3a..3fdb4218a8b0b37fcf2e88c6f58f4ebccf71d575 100644 (file)
@@ -11,26 +11,26 @@ config DM_REBOOT_MODE
        depends on DM
        select DEVRES
        help
-               Enable support for reboot mode control. This will allow users to
-               adjust the boot process based on reboot mode parameter
-               passed to U-Boot.
+         Enable support for reboot mode control. This will allow users to
+         adjust the boot process based on reboot mode parameter
+         passed to U-Boot.
 
 config DM_REBOOT_MODE_GPIO
        bool "Use GPIOs as reboot mode backend"
        depends on DM_REBOOT_MODE
        help
-               Use GPIOs to control the reboot mode. This will allow users to boot
-               a device in a specific mode by using a GPIO that can be controlled
-               outside U-Boot.
+         Use GPIOs to control the reboot mode. This will allow users to boot
+         a device in a specific mode by using a GPIO that can be controlled
+         outside U-Boot.
 
 config DM_REBOOT_MODE_RTC
        bool "Use RTC as reboot mode backend"
        depends on DM_RTC
        depends on DM_REBOOT_MODE
        help
-               Use RTC non volatile memory to control the reboot mode. This will allow users to boot
-               a device in a specific mode by using a register(s) that can be controlled
-               outside U-Boot (e.g. Kernel).
+         Use RTC non volatile memory to control the reboot mode. This will allow users to boot
+         a device in a specific mode by using a register(s) that can be controlled
+         outside U-Boot (e.g. Kernel).
 
 config REBOOT_MODE_NVMEM
        bool "Use NVMEM reboot mode"
index 3b74770b18ac6fed4b6c0034cd329ce78b06ab34..6fb3019a6447b612ecd2eb780dc907270c8eefa2 100644 (file)
@@ -44,8 +44,8 @@ config VPL_DM_RTC
 config RTC_ENABLE_32KHZ_OUTPUT
        bool "Enable RTC 32Khz output"
        help
-          Some real-time clocks support the output of 32kHz square waves (such as ds3231),
-          the config symbol choose Real Time Clock device 32Khz output feature.
+         Some real-time clocks support the output of 32kHz square waves (such as ds3231),
+         the config symbol choose Real Time Clock device 32Khz output feature.
 
 config RTC_ARMADA38X
        bool "Enable Armada 38x Marvell SoC RTC"
index c6e457572b1efe76f3e46ed2029ab1349cfdef5b..e221800d5d06a7ff7fab80392c3dc81979832012 100644 (file)
@@ -759,11 +759,11 @@ config MVEBU_A3700_UART
 config MCFUART
        bool "Freescale ColdFire UART support"
        depends on M68K
-        help
-          Choose this option to add support for UART driver on the ColdFire
-          SoC's family. The serial communication channel provides a full-duplex
-          asynchronous/synchronous receiver and transmitter deriving an
-          operating frequency from the internal bus clock or an external clock.
+       help
+         Choose this option to add support for UART driver on the ColdFire
+         SoC's family. The serial communication channel provides a full-duplex
+         asynchronous/synchronous receiver and transmitter deriving an
+         operating frequency from the internal bus clock or an external clock.
 
 config MXC_UART
        bool "IMX serial port support"
@@ -1027,9 +1027,9 @@ config OCTEON_SERIAL_BOOTCMD
        select SYS_CONSOLE_IS_IN_ENV
        select CONSOLE_MUX
        help
-        This driver supports remote input over the PCIe bus from a host
-        to U-Boot for entering commands.  It is utilized by the host
-        commands 'oct-remote-load' and 'oct-remote-bootcmd'.
+         This driver supports remote input over the PCIe bus from a host
+         to U-Boot for entering commands.  It is utilized by the host
+         commands 'oct-remote-load' and 'oct-remote-bootcmd'.
 
 config OCTEON_SERIAL_PCIE_CONSOLE
        bool "MIPS Octeon PCIe remote console"
index e5d7dcc81b17e5de3d9a01bca813ea63949abd78..5b68ad5f10fdd303a83036abf9cbdbbb5a3dfff2 100644 (file)
@@ -4,22 +4,22 @@ menuconfig SMEM
 if SMEM
 
 config SANDBOX_SMEM
-    bool "Sandbox Shared Memory Manager (SMEM)"
-    depends on SANDBOX && DM
-    help
-      enable SMEM support for sandbox. This is an emulation of a real SMEM
-      manager.
-      The sandbox driver allocates a shared memory from the heap and
-      initialzies it on start.
+       bool "Sandbox Shared Memory Manager (SMEM)"
+       depends on SANDBOX && DM
+       help
+         enable SMEM support for sandbox. This is an emulation of a real SMEM
+         manager.
+         The sandbox driver allocates a shared memory from the heap and
+         initialzies it on start.
 
 config MSM_SMEM
-    bool "Qualcomm Shared Memory Manager (SMEM)"
-    depends on DM
-    depends on ARCH_SNAPDRAGON || ARCH_IPQ40XX
-    select DEVRES
-    help
-      Enable support for the Qualcomm Shared Memory Manager.
-      The driver provides an interface to items in a heap shared among all
-      processors in a Qualcomm platform.
+       bool "Qualcomm Shared Memory Manager (SMEM)"
+       depends on DM
+       depends on ARCH_SNAPDRAGON || ARCH_IPQ40XX
+       select DEVRES
+       help
+         Enable support for the Qualcomm Shared Memory Manager.
+         The driver provides an interface to items in a heap shared among all
+         processors in a Qualcomm platform.
 
 endif # menu "SMEM Support"
index 36129cb72f68376b11d3ec4348ceeec8f1396b06..9734bf32cb06d8b9432862ca6dbd7d738b3ab4d4 100644 (file)
@@ -21,8 +21,8 @@ config TI_KEYSTONE_SERDES
        bool "Keystone SerDes driver for ethernet"
        depends on ARCH_KEYSTONE
        help
-        SerDes driver for Keystone SoC used for ethernet support on TI
-        K2 platforms.
+         SerDes driver for Keystone SoC used for ethernet support on TI
+         K2 platforms.
 
 config TI_PRUSS
        bool "Support for TI's K3 based Pruss driver"
index cfbedd64c4c4e927af68d1aa2e78d52d25b0d7af..009dd997efba63b472580201787309a65ddae3c1 100644 (file)
@@ -2,10 +2,10 @@ menuconfig SPI
        bool "SPI Support"
        help
          The "Serial Peripheral Interface" is a low level synchronous
-          protocol.  Chips that support SPI can have data transfer rates
-          up to several tens of Mbit/sec.  Chips are addressed with a
-          controller and a chipselect.  Most SPI slaves don't support
-          dynamic device discovery; some are even write-only or read-only.
+         protocol.  Chips that support SPI can have data transfer rates
+         up to several tens of Mbit/sec.  Chips are addressed with a
+         controller and a chipselect.  Most SPI slaves don't support
+         dynamic device discovery; some are even write-only or read-only.
 
           SPI is widely used by microcontrollers to talk with sensors,
           eeprom and flash memory, codecs and various other controller
@@ -200,11 +200,11 @@ config CADENCE_XSPI
          by using the Auto Command work mode.
 
 config CF_SPI
-        bool "ColdFire SPI driver"
-        depends on M68K
-        help
-          Enable the ColdFire SPI driver. This driver can be used on
-          some m68k SoCs.
+       bool "ColdFire SPI driver"
+       depends on M68K
+       help
+         Enable the ColdFire SPI driver. This driver can be used on
+         some m68k SoCs.
 
 config CV1800B_SPIF
        bool "Sophgo cv1800b SPI Flash Controller driver"
@@ -352,7 +352,7 @@ config MTK_SNOR
        select DEVRES
        help
          Enable the Mediatek SPINOR controller driver. This driver has
-          better read/write performance with NOR.
+         better read/write performance with NOR.
 
 config MTK_SNFI_SPI
        bool "Mediatek SPI memory controller driver"
@@ -544,8 +544,8 @@ config SPI_SIFIVE
 config SOFT_SPI
        bool "Soft SPI driver"
        help
-        Enable Soft SPI driver. This driver is to use GPIO simulate
-        the SPI protocol.
+         Enable Soft SPI driver. This driver is to use GPIO simulate
+         the SPI protocol.
 
 config SPI_SN_F_OSPI
        tristate "Socionext F_OSPI SPI flash controller"
@@ -673,8 +673,8 @@ config ZYNQMP_GQSPI
 config SPI_STACKED_PARALLEL
        bool "Enable support for stacked or parallel memories"
        help
-        Enable support for stacked/or parallel memories. This functionality
-        may appear on Xilinx hardware. By default this is disabled.
+         Enable support for stacked/or parallel memories. This functionality
+         may appear on Xilinx hardware. By default this is disabled.
 
 endif # if DM_SPI
 
index ab4878ebae4e41285f35d87895fe424e42b7c4d7..e28fd9af1d02176ad9cdc449678f0ed086da8c87 100644 (file)
@@ -3,7 +3,7 @@ menu "SPMI support"
 config SPMI
        bool "Enable SPMI bus support"
        depends on DM
-       ---help---
+       help
          Select this to enable to support SPMI bus.
          SPMI (System Power Management Interface) bus is used
          to connect PMIC devices on various SoCs.
@@ -11,13 +11,13 @@ config SPMI
 config SPMI_MSM
        bool "Support Qualcomm SPMI bus"
        depends on SPMI
-       ---help---
+       help
          Support SPMI bus implementation found on Qualcomm Snapdragon SoCs.
 
 config SPMI_SANDBOX
        bool "Support for Sandbox SPMI bus"
        depends on SPMI
-       ---help---
+       help
          Demo SPMI bus implementation. Emulates part of PM8916 as single
-          slave (0) on bus. It has 4 GPIO peripherals, pid 0xC0-0xC3.
+         slave (0) on bus. It has 4 GPIO peripherals, pid 0xC0-0xC3.
 endmenu
index 0015dec1062b729f6e7966f621551619e6905953..9ad0d699850c4ac841fa2a518680825af94a5d7d 100644 (file)
@@ -13,9 +13,9 @@ config IMX_THERMAL
        depends on MX6 || MX7
        help
          Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs.
-          It supports one critical trip point and one passive trip point.  The
-          cpufreq is used as the cooling device to throttle CPUs when the
-          passive trip is crossed.
+         It supports one critical trip point and one passive trip point.  The
+         cpufreq is used as the cooling device to throttle CPUs when the
+         passive trip is crossed.
 
 config IMX_SCU_THERMAL
        bool "Temperature sensor driver for NXP i.MX8"
@@ -29,7 +29,7 @@ config IMX_SCU_THERMAL
 config IMX_TMU
        bool "Thermal Management Unit driver for NXP i.MX8M / i.MX93 and QorIQ"
        depends on ARCH_IMX8M || IMX93 || FSL_LAYERSCAPE
-        help
+       help
          Support for the NXP Thermal Management Unit (TMU) sensors on
          i.MX8M, i.MX93 and on QorIQ/Layerscape SoCs (LX2160A,
          LS1028A, LS1088A, ...).
@@ -45,16 +45,16 @@ config RCAR_GEN3_THERMAL
          driver into the U-Boot thermal framework.
 
 config TI_DRA7_THERMAL
-        bool "Temperature sensor driver for TI dra7xx SOCs"
-        help
-        Enable thermal support for the Texas Instruments DRA752 SoC family.
-        The driver supports reading CPU temperature.
+       bool "Temperature sensor driver for TI dra7xx SOCs"
+       help
+         Enable thermal support for the Texas Instruments DRA752 SoC family.
+         The driver supports reading CPU temperature.
 
 config TI_LM74_THERMAL
-        bool "Temperature sensor driver for TI LM74 chip"
-        help
-        Enable thermal support for the Texas Instruments LM74 chip.
-        The driver supports reading CPU temperature.
+       bool "Temperature sensor driver for TI LM74 chip"
+       help
+         Enable thermal support for the Texas Instruments LM74 chip.
+         The driver supports reading CPU temperature.
 
 config DM_THERMAL_JC42
        bool "JEDEC JC-42.4/TSE2004av SPD temperature sensor"
index 49472933de36a4d9fe8e7d4491b0f110e468db62..0b5df54e8fb6d0919cd5c9c8c041adbbb9143e4d 100644 (file)
@@ -19,7 +19,7 @@ config UFS_AMD_VERSAL2
 config UFS_CADENCE
        bool "Cadence platform driver for UFS"
        depends on UFS
-        help
+       help
          This selects the platform driver for the Cadence UFS host
          controller present on present TI's J721e devices.
 
@@ -51,7 +51,7 @@ config UFS_PCI
 config UFS_QCOM
        bool "Qualcomm Host Controller driver for UFS"
        depends on UFS && ARCH_SNAPDRAGON
-        help
+       help
          This selects the platform driver for the UFS host
          controller present on Qualcomm Snapdragon SoCs.
 
index 0e6e6830fc80c24e9184a770e704f12fa96c80b5..b91727e1265ab87177e79344d10b7715f735fb9d 100644 (file)
@@ -384,10 +384,10 @@ config WDT_SBSA
        bool "SBSA watchdog timer support"
        depends on WDT
        help
-          Select this to enable SBSA watchdog timer.
-          This driver can operate ARM SBSA Generic Watchdog as a single stage.
-          In the single stage mode, when the timeout is reached, your system
-          will be reset by WS1. The first signal (WS0) is ignored.
+         Select this to enable SBSA watchdog timer.
+         This driver can operate ARM SBSA Generic Watchdog as a single stage.
+         In the single stage mode, when the timeout is reached, your system
+         will be reset by WS1. The first signal (WS0) is ignored.
 
 config WDT_SIEMENS_PMIC
        bool "Enable PMIC Watchdog Timer support for Siemens platforms"