]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: board: restyle
authorJohan Jonker <jbx6244@gmail.com>
Tue, 9 Jun 2026 01:26:36 +0000 (03:26 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2026 20:06:55 +0000 (14:06 -0600)
Restyle all Kconfigs:
Menu entries   : no space left
Menu attributes: 1 TAB
Help text      : 1 TAB + 2 spaces

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
40 files changed:
board/alliedtelesis/SBx81LIFKW/Kconfig
board/alliedtelesis/SBx81LIFXCAT/Kconfig
board/beagle/beagleboneai64/Kconfig
board/beagle/beagleplay/Kconfig
board/beagle/beagley-ai/Kconfig
board/cortina/common/Kconfig
board/cortina/presidio-asic/Kconfig
board/firefly/roc-pc-rk3399/Kconfig
board/imgtec/boston/Kconfig
board/logicpd/imx6/Kconfig
board/nxp/ls1012ardb/Kconfig
board/nxp/mx6memcal/Kconfig
board/out4/o4-imx6ull-nano/Kconfig
board/phytec/common/Kconfig
board/phytec/common/k3/Kconfig
board/phytec/phycore_am62ax/Kconfig
board/phytec/phycore_am62x/Kconfig
board/phytec/phycore_am64x/Kconfig
board/phytec/phycore_am68x/Kconfig
board/samsung/axy17lte/Kconfig
board/siemens/draco/Kconfig
board/socionext/developerbox/Kconfig
board/sysam/amcore/Kconfig
board/ti/am62ax/Kconfig
board/ti/am62px/Kconfig
board/ti/am62x/Kconfig
board/ti/am64x/Kconfig
board/ti/am65x/Kconfig
board/ti/common/Kconfig
board/ti/j7200/Kconfig
board/ti/j721e/Kconfig
board/ti/j721s2/Kconfig
board/ti/j722s/Kconfig
board/ti/j784s4/Kconfig
board/toradex/apalis_imx6/Kconfig
board/toradex/aquila-am69/Kconfig
board/toradex/colibri_imx6/Kconfig
board/toradex/verdin-am62p/Kconfig
board/traverse/common/Kconfig
board/xilinx/Kconfig

index 5c2609b7f464b68a4c5f2ad90f7c05c93f33225a..49516b7f0078c3d6b0ffee7a312108fb38594f25 100644 (file)
@@ -4,7 +4,7 @@ config SYS_BOARD
        default "SBx81LIFKW"
 
 config SYS_VENDOR
-       default "alliedtelesis"
+       default "alliedtelesis"
 
 config SYS_CONFIG_NAME
        default "SBx81LIFKW"
index 524c2900892ee8604d56642e41a2f30c564f7c83..20e02144d3a0bb6b3a5afa59666a375a7339b19d 100644 (file)
@@ -4,7 +4,7 @@ config SYS_BOARD
        default "SBx81LIFXCAT"
 
 config SYS_VENDOR
-       default "alliedtelesis"
+       default "alliedtelesis"
 
 config SYS_CONFIG_NAME
        default "SBx81LIFXCAT"
index 0f21582614d59182c97bc4b4c0ca5829ab38a7db..7d7077e9f28e6fa6640f8c7258d9cc4f6f4b2792 100644 (file)
@@ -34,7 +34,7 @@ config SYS_BOARD
        default "beagleboneai64"
 
 config SYS_VENDOR
-       default "beagle"
+       default "beagle"
 
 config SYS_CONFIG_NAME
        default "beagleboneai64"
@@ -49,7 +49,7 @@ config SYS_BOARD
        default "beagleboneai64"
 
 config SYS_VENDOR
-       default "beagle"
+       default "beagle"
 
 config SYS_CONFIG_NAME
        default "beagleboneai64"
index 592b53e493c0505a92ca7c59b9ebc09f8756c186..fcc6a5aa49600f445245456b6fa05335a0ecd501 100644 (file)
@@ -30,13 +30,13 @@ endchoice
 if TARGET_AM625_A53_BEAGLEPLAY
 
 config SYS_BOARD
-       default "beagleplay"
+       default "beagleplay"
 
 config SYS_VENDOR
-       default "beagle"
+       default "beagle"
 
 config SYS_CONFIG_NAME
-       default "beagleplay"
+       default "beagleplay"
 
 source "board/ti/common/Kconfig"
 
@@ -45,13 +45,13 @@ endif
 if TARGET_AM625_R5_BEAGLEPLAY
 
 config SYS_BOARD
-       default "beagleplay"
+       default "beagleplay"
 
 config SYS_VENDOR
-       default "beagle"
+       default "beagle"
 
 config SYS_CONFIG_NAME
-       default "beagleplay"
+       default "beagleplay"
 
 config SPL_LDSCRIPT
        default "arch/arm/mach-omap2/u-boot-spl.lds"
index bf9539821515f88a0da06024b267b6ac25ad0240..07aedc2ea3f9fe9a168b5b06d2a068298a52797d 100644 (file)
@@ -9,7 +9,7 @@ config SYS_BOARD
        default "beagley-ai"
 
 config SYS_VENDOR
-       default "beagle"
+       default "beagle"
 
 config SYS_CONFIG_NAME
        default "beagley_ai"
index 00c709e70f0d1c00f2a11591dff9141bf8a20b38..bf5229abd75a1ae7987ada17a726b33a1fddfb5a 100644 (file)
@@ -1,6 +1,6 @@
 config CORTINA_PLATFORM
-       bool "Cortina-Access Platform"
-       default y
-       help
-         Select this option for Cortina-Access platforms
-        to enables selection of CAxxxx drivers
+       bool "Cortina-Access Platform"
+       default y
+       help
+         Select this option for Cortina-Access platforms
+         to enables selection of CAxxxx drivers
index 8e6f6cfa27ca3dcfc35c119e85ea1cecbe862739..7bf8b78742abea8d80b8662277564f3ecc7e4729 100644 (file)
@@ -1,7 +1,7 @@
 if TARGET_PRESIDIO_ASIC
 config BIT64
        bool
-       default y
+       default y
 
 select SOC_CA7774
 
index c211e9d3c796cbd070aa76109005235858a1d04e..b800f7d2102acc1d909fe76684fc4fe777536134 100644 (file)
@@ -4,7 +4,7 @@ config SYS_BOARD
         default "roc-pc-rk3399"
 
 config SYS_VENDOR
-        default "firefly"
+       default "firefly"
 
 config SYS_CONFIG_NAME
         default "roc-pc-rk3399"
index 965847d9650d42efa49ddefb2beaa724fd3bf0cc..d7d8bfd0a76179fcd6a36c9fe007ac5da6e9914a 100644 (file)
@@ -11,7 +11,7 @@ config SYS_CONFIG_NAME
 
 
 config ENV_SOURCE_FILE
-       default "boston"
+       default "boston"
 
 config TEXT_BASE
        default 0x9fc00000 if 32BIT
index f5e2f58b12bec719c15044bdc58a0346b727c6f7..dfc196124f3a314bd38712b30f7d603c40b91a78 100644 (file)
@@ -4,7 +4,7 @@ config SYS_BOARD
        default "imx6"
 
 config SYS_VENDOR
-       default "logicpd"
+       default "logicpd"
 
 config SYS_CONFIG_NAME
        default "imx6_logic"
index bbe5ce21109e66af692227dd327abce116e5edb2..ff5a57aaa412db8acdfaf6d7396c9e37f7a92c1f 100644 (file)
@@ -63,7 +63,7 @@ config SYS_BOARD
         default "ls1012ardb"
 
 config SYS_VENDOR
-        default "nxp"
+       default "nxp"
 
 config SYS_SOC
         default "fsl-layerscape"
index a6c39d5e4d10b836438d73bc9eb52ba40aa10ea0..03d8422242f3749fcc27b6d312f6e4c27022491e 100644 (file)
@@ -35,30 +35,30 @@ choice
          The choices below reflect the most commonly used options
          for your UART.
 
-       config UART2_EIM_D26_27
-               bool "UART2 on EIM_D26/27 (SabreLite, Nitrogen6x)"
-               depends on SERIAL_CONSOLE_UART2
-               help
-                 Choose this configuration if you're using pads
-                 EIM_D26 and D27 for a console on UART2.
-                 This is typical for designs that are based on the
-                 NXP SABRELite.
-
-       config UART1_CSI0_DAT10_11
-               bool "UART1 on CSI0_DAT10/11 (Wand, SabreSD)"
-               depends on SERIAL_CONSOLE_UART1
-               help
-                 Choose this configuration if you're using pads
-                 CSI0_DAT10 and DAT11 for a console on UART1 as
-                 is done on the i.MX6 Wand board and i.MX6 SabreSD.
-
-       config UART1_UART1
-               bool "UART1 on UART1 (i.MX6SL EVK, WaRP)"
-               depends on SERIAL_CONSOLE_UART1
-               help
-                 Choose this configuration if you're using pads
-                 UART1_TXD/RXD for a console on UART1 as is done
-                 on most i.MX6SL designs.
+config UART2_EIM_D26_27
+       bool "UART2 on EIM_D26/27 (SabreLite, Nitrogen6x)"
+       depends on SERIAL_CONSOLE_UART2
+       help
+         Choose this configuration if you're using pads
+         EIM_D26 and D27 for a console on UART2.
+         This is typical for designs that are based on the
+         NXP SABRELite.
+
+config UART1_CSI0_DAT10_11
+       bool "UART1 on CSI0_DAT10/11 (Wand, SabreSD)"
+       depends on SERIAL_CONSOLE_UART1
+       help
+         Choose this configuration if you're using pads
+         CSI0_DAT10 and DAT11 for a console on UART1 as
+         is done on the i.MX6 Wand board and i.MX6 SabreSD.
+
+config UART1_UART1
+       bool "UART1 on UART1 (i.MX6SL EVK, WaRP)"
+       depends on SERIAL_CONSOLE_UART1
+       help
+         Choose this configuration if you're using pads
+         UART1_TXD/RXD for a console on UART1 as is done
+         on most i.MX6SL designs.
 
 endchoice
 
@@ -215,12 +215,12 @@ config REFR
        range 0 7
        default 7
        help
-          This selects the number of refreshes (-1) during each period.
-          i.e.:
-          0 == 1 refresh (tRFC)
-          7 == 8 refreshes (tRFC*8)
-          See the description of MDREF[REFR] in the reference manual for
-          details.
+         This selects the number of refreshes (-1) during each period.
+         i.e.:
+         0 == 1 refresh (tRFC)
+         7 == 8 refreshes (tRFC*8)
+         See the description of MDREF[REFR] in the reference manual for
+         details.
 
 endmenu
 
index e2ab80b6d4d80f66b7453434a0b482ed90547881..1b948fdc9ff343649f18df158683055eb99f88c8 100644 (file)
@@ -13,21 +13,21 @@ choice
        prompt "Memory model"
        default K4B4G1646D_BCMA
        help
-           Memory type setup.
+         Memory type setup.
 
            Please choose correct memory model here.
 
 config K4B4G1646D_BCMA
        bool "K4B4G1646D-BCMA 256Mx16 (512 MiB/chip)"
        help
-           Samsung DDR3 SDRAM
-           K4B4G1646D-BCMA
+         Samsung DDR3 SDRAM
+         K4B4G1646D-BCMA
 
 config MT41K256M16HA_125E
        bool "MT41K256M16HA-125:E 256Mx16 (512 MiB/chip)"
        help
-           Micron DDR3L SDRAM
-           MT41K256M16HA-125:E
+         Micron DDR3L SDRAM
+         MT41K256M16HA-125:E
 
 endchoice
 
@@ -35,21 +35,21 @@ choice
        prompt "Mainboard model"
        default O4_IMX_NANO
        help
-           Mainboard setup.
+         Mainboard setup.
 
            Please choose correct main board model here.
 
 config O4_IMX_NANO
        bool "O4-iMX-NANO"
        help
-           A baseboard for EV-iMX280-NANO module:
-           https://out4.ru/products/board/18-o4-imx-nano.html
+         A baseboard for EV-iMX280-NANO module:
+         https://out4.ru/products/board/18-o4-imx-nano.html
 
 config EV_IMX280_NANO_X_MB
        bool "EV-IMX280-NANO-X-MB"
        help
-           A simple baseboard for EV-iMX280-NANO module:
-           http://evodbg.net/products/mx28-eval-kits/14-ev-imx280-nano-x-mb.html
+         A simple baseboard for EV-iMX280-NANO module:
+         http://evodbg.net/products/mx28-eval-kits/14-ev-imx280-nano-x-mb.html
 
 endchoice
 
index 6afd03086f7a42b16a9c8357ca71ee89df33f4b6..87fa70632e5dcb4efe03b742322f386fdb2098de 100644 (file)
@@ -2,14 +2,14 @@ config PHYTEC_SOM_DETECTION
        bool "Support SoM detection for PHYTEC platforms"
        select SPL_CRC8 if SPL
        help
-          Support of I2C EEPROM based SoM detection.
+         Support of I2C EEPROM based SoM detection.
 
 config PHYTEC_SOM_DETECTION_BLOCKS
        bool "Extend SoM detection with block support"
        depends on PHYTEC_SOM_DETECTION
        help
-          Extend the I2C EEPROM based SoM detection with API v3. This API
-          introduces blocks with different payloads.
+         Extend the I2C EEPROM based SoM detection with API v3. This API
+         introduces blocks with different payloads.
 
 config PHYTEC_IMX8M_SOM_DETECTION
        bool "Support SoM detection for i.MX8M PHYTEC platforms"
@@ -35,8 +35,8 @@ config PHYTEC_AM62_SOM_DETECTION
        depends on SPL_I2C && DM_I2C
        default y
        help
-          Support of I2C EEPROM based SoM detection. Supported
-          for PHYTEC AM62x boards.
+         Support of I2C EEPROM based SoM detection. Supported
+         for PHYTEC AM62x boards.
 
 config PHYTEC_AM62A_SOM_DETECTION
        bool "Support SoM detection for AM62Ax PHYTEC platforms"
@@ -46,8 +46,8 @@ config PHYTEC_AM62A_SOM_DETECTION
        depends on SPL_I2C && DM_I2C
        default y
        help
-          Support of I2C EEPROM based SoM detection. Supported
-          for PHYTEC AM62Ax boards.
+         Support of I2C EEPROM based SoM detection. Supported
+         for PHYTEC AM62Ax boards.
 
 config PHYTEC_AM64_SOM_DETECTION
        bool "Support SoM detection for AM64x PHYTEC platforms"
@@ -57,8 +57,8 @@ config PHYTEC_AM64_SOM_DETECTION
        depends on SPL_I2C && DM_I2C
        default y
        help
-          Support of I2C EEPROM based SoM detection. Supported
-          for PHYTEC AM64x boards.
+         Support of I2C EEPROM based SoM detection. Supported
+         for PHYTEC AM64x boards.
 
 config PHYTEC_EEPROM_BUS
        int "Board EEPROM's I2C bus number"
index 282f4b7974290ec113ed95ab7f35a752908a53d5..4bbe1a5ec3cc1ea3a2aa9a739d5de2cd01035d2e 100644 (file)
@@ -1,5 +1,5 @@
 config PHYTEC_K3_DDR_PATCH
        bool "Patch DDR timings on PHYTEC K3 SoMs"
        help
-          Allow to override default DDR timings prior to
-          DDRSS driver probing.
+         Allow to override default DDR timings prior to
+         DDRSS driver probing.
index 516dc8e2020148e85954ac9f7866e60a4d86722f..e7943c51dbc2af4f03bc1fce558077499959b70c 100644 (file)
@@ -9,7 +9,7 @@ config SYS_BOARD
        default "phycore_am62ax"
 
 config SYS_VENDOR
-       default "phytec"
+       default "phytec"
 
 config SYS_CONFIG_NAME
        default "phycore_am62ax"
@@ -24,7 +24,7 @@ config SYS_BOARD
        default "phycore_am62ax"
 
 config SYS_VENDOR
-       default "phytec"
+       default "phytec"
 
 config SYS_CONFIG_NAME
        default "phycore_am62ax"
index ecee5873c0c9b0ddb9bca3ed4041142b4f711793..feacc3d6d40235b3e1a258e9919fa102390a76d1 100644 (file)
@@ -9,7 +9,7 @@ config SYS_BOARD
        default "phycore_am62x"
 
 config SYS_VENDOR
-       default "phytec"
+       default "phytec"
 
 config SYS_CONFIG_NAME
        default "phycore_am62x"
@@ -24,7 +24,7 @@ config SYS_BOARD
        default "phycore_am62x"
 
 config SYS_VENDOR
-       default "phytec"
+       default "phytec"
 
 config SYS_CONFIG_NAME
        default "phycore_am62x"
@@ -38,31 +38,31 @@ source "board/phytec/common/k3/Kconfig"
 endif
 
 config PHYCORE_AM62X_RAM_SIZE_FIX
-        bool "Set phyCORE-AM62x RAM size fix instead of detecting"
-        default false
-        help
-          RAM size is automatic being detected with the help of
-          the EEPROM introspection data. Set RAM size to a fix value
-          instead.
+       bool "Set phyCORE-AM62x RAM size fix instead of detecting"
+       default false
+       help
+         RAM size is automatic being detected with the help of
+         the EEPROM introspection data. Set RAM size to a fix value
+         instead.
 
 choice
-        prompt "phyCORE-AM62x RAM size"
-        depends on PHYCORE_AM62X_RAM_SIZE_FIX
-        default PHYCORE_AM62X_RAM_SIZE_2GB
+       prompt "phyCORE-AM62x RAM size"
+       depends on PHYCORE_AM62X_RAM_SIZE_FIX
+       default PHYCORE_AM62X_RAM_SIZE_2GB
 
 config PHYCORE_AM62X_RAM_SIZE_1GB
-        bool "1GB RAM"
-        help
-          Set RAM size fix to 1GB for phyCORE-AM62x.
+       bool "1GB RAM"
+       help
+         Set RAM size fix to 1GB for phyCORE-AM62x.
 
 config PHYCORE_AM62X_RAM_SIZE_2GB
-        bool "2GB RAM"
-        help
-          Set RAM size fix to 2GB for phyCORE-AM62x.
+       bool "2GB RAM"
+       help
+         Set RAM size fix to 2GB for phyCORE-AM62x.
 
 config PHYCORE_AM62X_RAM_SIZE_4GB
-        bool "4GB RAM"
-        help
-          Set RAM size fix to 4GB for phyCORE-AM62x.
+       bool "4GB RAM"
+       help
+         Set RAM size fix to 4GB for phyCORE-AM62x.
 
 endchoice
index a709b71ba4dc464c20100d6cbe9e448db5e86336..a4d25b84b96c0208a0ddc0f4fe83c4f2a9526f69 100644 (file)
@@ -12,7 +12,7 @@ config SYS_BOARD
        default "phycore_am64x"
 
 config SYS_VENDOR
-       default "phytec"
+       default "phytec"
 
 config SYS_CONFIG_NAME
        default "phycore_am64x"
@@ -27,7 +27,7 @@ config SYS_BOARD
        default "phycore_am64x"
 
 config SYS_VENDOR
-       default "phytec"
+       default "phytec"
 
 config SYS_CONFIG_NAME
        default "phycore_am64x"
@@ -37,26 +37,26 @@ source "board/phytec/common/Kconfig"
 endif
 
 config PHYCORE_AM64X_RAM_SIZE_FIX
-        bool "Set phyCORE-AM64x RAM size fix instead of detecting"
-        default false
-        help
-          RAM size is automatic being detected with the help of
-          the EEPROM introspection data. Set RAM size to a fix value
-          instead.
+       bool "Set phyCORE-AM64x RAM size fix instead of detecting"
+       default false
+       help
+         RAM size is automatic being detected with the help of
+         the EEPROM introspection data. Set RAM size to a fix value
+         instead.
 
 choice
-        prompt "phyCORE-AM64x RAM size"
-        depends on PHYCORE_AM64X_RAM_SIZE_FIX
-        default PHYCORE_AM64X_RAM_SIZE_2GB
+       prompt "phyCORE-AM64x RAM size"
+       depends on PHYCORE_AM64X_RAM_SIZE_FIX
+       default PHYCORE_AM64X_RAM_SIZE_2GB
 
 config PHYCORE_AM64X_RAM_SIZE_1GB
-        bool "1GB RAM"
-        help
-          Set RAM size fix to 1GB for phyCORE-AM64x.
+       bool "1GB RAM"
+       help
+         Set RAM size fix to 1GB for phyCORE-AM64x.
 
 config PHYCORE_AM64X_RAM_SIZE_2GB
-        bool "2GB RAM"
-        help
-          Set RAM size fix to 2GB for phyCORE-AM64x.
+       bool "2GB RAM"
+       help
+         Set RAM size fix to 2GB for phyCORE-AM64x.
 
 endchoice
index 37912fb4ed32d2dbe16ba57bc1ba094ae8de342b..d82cdaf819b95a0cb31d2fb0b4d9cfeb1cfb4d0d 100644 (file)
@@ -9,7 +9,7 @@ config SYS_BOARD
        default "phycore_am68x"
 
 config SYS_VENDOR
-       default "phytec"
+       default "phytec"
 
 config SYS_CONFIG_NAME
        default "phycore_am68x"
@@ -27,7 +27,7 @@ config SYS_BOARD
        default "phycore_am68x"
 
 config SYS_VENDOR
-       default "phytec"
+       default "phytec"
 
 config SYS_CONFIG_NAME
        default "phycore_am68x"
index 64a4ffa7e673e7f54c8cd005ad96f800731d2339..d98da0ecab5c7dc070296fef9afbdc3e9ce5a27e 100644 (file)
@@ -11,8 +11,8 @@ config SYS_CONFIG_NAME
        default "exynos78x0-common"
 
 config EXYNOS7880
-    bool "Exynos 7880 SOC support"
-    default y
+       bool "Exynos 7880 SOC support"
+       default y
 endif
 
 if TARGET_A7Y17LTE
@@ -28,8 +28,8 @@ config SYS_CONFIG_NAME
        default "exynos78x0-common"
 
 config EXYNOS7880
-    bool "Exynos 7880 SOC support"
-    default y
+       bool "Exynos 7880 SOC support"
+       default y
 endif
 
 if TARGET_A3Y17LTE
@@ -45,6 +45,6 @@ config SYS_CONFIG_NAME
        default "exynos78x0-common"
 
 config EXYNOS7870
-    bool "Exynos 7870 SOC support"
-    default y
+       bool "Exynos 7870 SOC support"
+       default y
 endif
index 9d45c4239be4ba23b0b0ba007802cbfcf3d81621..3f2e75b03fe24fafef48ce877f449f6f6015c621 100644 (file)
@@ -33,10 +33,10 @@ endif
 if TARGET_ETAMIN
 
 config SYS_BOARD
-        default "draco"
+       default "draco"
 
 config SYS_VENDOR
-        default "siemens"
+       default "siemens"
 
 config SYS_SOC
         default "am33xx"
index c181d26a44a607abf1449daf034b1b91033ec655..1b1c9181bad766a5e260b416cbeb9c11287489e2 100644 (file)
@@ -11,10 +11,10 @@ config TARGET_DEVELOPERBOX
        select SYS_DISABLE_DCACHE_OPS
        select OF_BOARD_SETUP
        help
-        Choose this option if you build the U-Boot for the DeveloperBox
-        96boards Enterprise Edition.
-        This board will booted from SCP firmware and it enables SMMU, thus
-        the dcache is updated automatically when DMA operation is executed.
+         Choose this option if you build the U-Boot for the DeveloperBox
+         96boards Enterprise Edition.
+         This board will booted from SCP firmware and it enables SMMU, thus
+         the dcache is updated automatically when DMA operation is executed.
 endchoice
 
 config SYS_SOC
index b5c81dda237d8d42391f58a6b95c7b41ae4746f8..7efd857dc32cb52aba8c1dbda17cd6fb0bae303f 100644 (file)
@@ -4,13 +4,13 @@ config SYS_CPU
         default "mcf530x"
 
 config SYS_BOARD
-        default "amcore"
+       default "amcore"
 
 config SYS_VENDOR
-        default "sysam"
+       default "sysam"
 
 config SYS_CONFIG_NAME
-        default "amcore"
+       default "amcore"
 
 endif
 
index 51e7b3e0eaba03c2058a79932f60e807658ec2a6..a80ea9149b1fed8f79b6132ddadceef6d51d7444 100644 (file)
@@ -9,7 +9,7 @@ config SYS_BOARD
        default "am62ax"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "am62ax_evm"
index 9d95ffd9b2908b6004ed4899a8ebbd0b368d8140..1011b89d75f69fafa1a8a7c6e726e1738351b4ac 100644 (file)
@@ -9,7 +9,7 @@ config SYS_BOARD
        default "am62px"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "am62px_evm"
index 610dacfdc0855b3e0d51eb8f2a3a6e3c2ff445a2..eb54154d1ce08d92d703d4ff1998f55a0cec3b90 100644 (file)
@@ -9,7 +9,7 @@ config SYS_BOARD
        default "am62x"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "am62x_evm"
@@ -24,7 +24,7 @@ config SYS_BOARD
        default "am62x"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "am62x_evm"
index b873476a9d5f3b29947be95c54b220fc51013b43..c727b7f8c161f480ba8c1e01776ed376f5fe8613 100644 (file)
@@ -8,7 +8,7 @@ config SYS_BOARD
        default "am64x"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "am64x_evm"
@@ -23,7 +23,7 @@ config SYS_BOARD
        default "am64x"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "am64x_evm"
index eb47a25c70a56f88dccf03d0627a7ddae5ef5887..fe3fa13dc4b423deec6a15cb222dc24fe5fd0d7f 100644 (file)
@@ -9,7 +9,7 @@ config SYS_BOARD
        default "am65x"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "am65x_evm"
@@ -24,7 +24,7 @@ config SYS_BOARD
        default "am65x"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "am65x_evm"
index 149909093b38ce6ad21dd362ae653fbe2a5f612d..6762d08d4001ff02a5dc1c9cd1bd7ea58d57c3d3 100644 (file)
@@ -1,8 +1,8 @@
 config TI_I2C_BOARD_DETECT
        bool "Support for Board detection for TI platforms"
        help
-          Support for detection board information on Texas Instrument's
-          Evaluation Boards which have I2C based EEPROM detection
+         Support for detection board information on Texas Instrument's
+         Evaluation Boards which have I2C based EEPROM detection
 
 config EEPROM_BUS_ADDRESS
        int "Board EEPROM's I2C bus address"
index 093d23e7bf8531a23d04d76e74638b22112d4084..38edbe129684707724f8600ecaa6d137677076dd 100644 (file)
@@ -9,7 +9,7 @@ config SYS_BOARD
        default "j7200"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "j721e_evm"
@@ -27,7 +27,7 @@ config SYS_BOARD
        default "j7200"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "j721e_evm"
index 7c7e23988d8081c7557d9122930822c307965043..d85056e65bbc9bf0db5a2f3997dd92f3e9b9c5f0 100644 (file)
@@ -9,7 +9,7 @@ config SYS_BOARD
        default "j721e"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "j721e_evm"
@@ -27,7 +27,7 @@ config SYS_BOARD
        default "j721e"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "j721e_evm"
index 40853a8fd667c6358152cbf3727de00c1279ce69..34a3e6ef187e4b8f3d31ccdf98bd0ea17aabf8fa 100644 (file)
@@ -9,7 +9,7 @@ config SYS_BOARD
        default "j721s2"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "j721s2_evm"
@@ -27,7 +27,7 @@ config SYS_BOARD
        default "j721s2"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "j721s2_evm"
index 68c214e473bec6b5c06f3db5a6ef6179e72a663a..e819ba2f554f833b4923bf5c18a4a16a507c6cfb 100644 (file)
@@ -9,7 +9,7 @@ config SYS_BOARD
        default "j722s"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "j722s_evm"
index de95ac575d799a7e547df6569f24f009d6205f53..40c4913aea148034ad7b854cd7818e1c69a991f6 100644 (file)
@@ -9,7 +9,7 @@ config SYS_BOARD
        default "j784s4"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "j784s4_evm"
@@ -24,7 +24,7 @@ config SYS_BOARD
        default "j784s4"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "j784s4_evm"
@@ -42,7 +42,7 @@ config SYS_BOARD
        default "j784s4"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "j784s4_evm"
@@ -57,7 +57,7 @@ config SYS_BOARD
        default "j784s4"
 
 config SYS_VENDOR
-       default "ti"
+       default "ti"
 
 config SYS_CONFIG_NAME
        default "j784s4_evm"
index c6ff387351c4b9f03edf909cbeb6b8b614661db3..fc4cbe3323c72764853f139a296a5f5b7ea0e6b3 100644 (file)
@@ -35,7 +35,7 @@ config TDX_CMD_IMX_MFGR
        bool "Enable factory testing commands for Toradex iMX 6 modules"
        help
          This adds the commands
-           pf0100_otp_prog - Program the OTP fuses on the PMIC PF0100
+         pf0100_otp_prog - Program the OTP fuses on the PMIC PF0100
          If executed on already fused modules it doesn't change any fuse setting.
        default y
 
@@ -43,11 +43,11 @@ config TDX_APALIS_IMX6_V1_0
        bool "Apalis iMX6 V1.0 HW"
        help
          Apalis iMX6 V1.0 HW has a different pinout for the UART.
-           The UARTs must be used in DCE mode, RTS/CTS are swapped and
-           thus unusable on standard carrier boards.
-           This option configures DCE mode unconditionally. Whithout this
-           option the config block stating V1.0 HW selects DCE mode,
-           otherwise the UARTs are configuered in DTE mode.
+         The UARTs must be used in DCE mode, RTS/CTS are swapped and
+         thus unusable on standard carrier boards.
+         This option configures DCE mode unconditionally. Whithout this
+         option the config block stating V1.0 HW selects DCE mode,
+         otherwise the UARTs are configuered in DTE mode.
 
 source "board/toradex/common/Kconfig"
 
index 6afa97e2c828ed70c29ed1a0beffcd7e09311e6f..b44b9247603ca3860910eb91faf35630b6954279 100644 (file)
@@ -9,7 +9,7 @@ config SYS_BOARD
        default "aquila-am69"
 
 config SYS_VENDOR
-       default "toradex"
+       default "toradex"
 
 config SYS_CONFIG_NAME
        default "aquila-am69"
@@ -48,7 +48,7 @@ config SYS_BOARD
        default "aquila-am69"
 
 config SYS_VENDOR
-       default "toradex"
+       default "toradex"
 
 config SYS_CONFIG_NAME
        default "aquila-am69"
index d2ad1ce2a033bf379978681cb43afa8634a4c099..53d3469d439a64282b71abce0c57e5a704e76e8a 100644 (file)
@@ -35,7 +35,7 @@ config TDX_CMD_IMX_MFGR
        bool "Enable factory testing commands for Toradex iMX 6 modules"
        help
          This adds the commands
-           pf0100_otp_prog - Program the OTP fuses on the PMIC PF0100
+         pf0100_otp_prog - Program the OTP fuses on the PMIC PF0100
          If executed on already fused modules it doesn't change any fuse setting.
        default y
 
index a65caf3c26dff9cd3c77f52b617d6c7dccc24f30..4f5968bca2eac36d200bdfa9c773fb16033d29b3 100644 (file)
@@ -8,22 +8,22 @@ choice
        optional
 
 config TARGET_VERDIN_AM62P_A53
-        bool "Toradex Verdin AM62P running on A53"
-        select ARM64
-        select BINMAN
-        select OF_SYSTEM_SETUP
-        imply OF_UPSTREAM
+       bool "Toradex Verdin AM62P running on A53"
+       select ARM64
+       select BINMAN
+       select OF_SYSTEM_SETUP
+       imply OF_UPSTREAM
 
 config TARGET_VERDIN_AM62P_R5
-        bool "Toradex Verdin AM62P running on R5"
-        select CPU_V7R
-        select SYS_THUMB_BUILD
-        select K3_LOAD_SYSFW
-        select RAM
-        select SPL_RAM
-        select K3_DDRSS
-        select BINMAN
-        imply SYS_K3_SPL_ATF
+       bool "Toradex Verdin AM62P running on R5"
+       select CPU_V7R
+       select SYS_THUMB_BUILD
+       select K3_LOAD_SYSFW
+       select RAM
+       select SPL_RAM
+       select K3_DDRSS
+       select BINMAN
+       imply SYS_K3_SPL_ATF
 
 endchoice
 
index d34832bd0d30f198c4e4c9f2f0f83f7a41eaac57..96b2566b697f8a8a15e6f471b68b9b4eb893a331 100644 (file)
@@ -2,5 +2,5 @@ config TEN64_CONTROLLER
        bool "Enable Ten64 board controller driver"
        depends on TARGET_TEN64
        help
-               Support for the board microcontroller on the Traverse
-               Ten64 family of boards.
+         Support for the board microcontroller on the Traverse
+         Ten64 family of boards.
index 5c3240da07337dcc2393b80df60f0ec369011e5e..07fc8da1b71ab1cbfbb5499fc29a82af6090fe1e 100644 (file)
@@ -67,7 +67,7 @@ config BOOT_SCRIPT_OFFSET
        default 0x7F80000 if ARCH_VERSAL || ARCH_VERSAL_NET || ARCH_VERSAL2
        default 0 if TARGET_XILINX_MBV
        help
-          Specifies distro boot script offset in NAND/QSPI/NOR flash.
+         Specifies distro boot script offset in NAND/QSPI/NOR flash.
 
 config CMD_FRU
        bool "FRU information for product"