]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Kconfig: Make all Kconfig encoding ascii
authorMichal Simek <michal.simek@amd.com>
Tue, 16 Apr 2024 06:55:18 +0000 (08:55 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Apr 2024 17:01:48 +0000 (11:01 -0600)
Some of Kconfigs are using utf-8 encoding because of used chars. Convert
all of them to ascii enconging. Based on discussion ASCII should be used in
general with the exception of names.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-rockchip/px30/Kconfig
arch/arm/mach-rockchip/rk3588/Kconfig
arch/arm/mach-rockchip/rv1126/Kconfig
drivers/mtd/spi/Kconfig

index 41893920cb4de6c518e22a7655407a7623c837bf..23f8f430c4aea9cae211b27e9dc72cc94acbc827 100644 (file)
@@ -36,9 +36,9 @@ config TARGET_PX30_CORE
             10.1" OF for creating complete PX30.Core C.TOUCH 2.0 10.1" Open Frame.
 
 config TARGET_RINGNECK_PX30
-       bool "Theobroma Systems PX30-µQ7 (Ringneck)"
+       bool "Theobroma Systems PX30-uQ7 (Ringneck)"
        help
-         The PX30-uQ7 (Ringneck) SoM is a µQseven-compatible (40mmx70mm,
+         The PX30-uQ7 (Ringneck) SoM is a uQseven-compatible (40mmx70mm,
           MXM-230 connector) system-on-module from Theobroma Systems[1],
          featuring the Rockchip PX30.
 
index eb956b097c74906649264be751a6cb03e6a1404e..39049ab35a9c313ddbb6ab06586e90fc20b5d320 100644 (file)
@@ -66,7 +66,7 @@ config TARGET_NANOPCT6_RK3588
                        HDMI2.0, and HDMI1.4
          2x 4-lane MIPI-DSI, compatible with MIPI DPHY 2.0 or CPHY 1.1
          USB-A: USB 3.0, Type A
-         USB-C: Full function USB TypeC port, DP display up to 4Kp60, USB 3.0
+         USB-C: Full function USB Type-C port, DP display up to 4Kp60, USB 3.0
          40-pin 2.54mm header connector: up to 2x SPIs, 6x UARTs, 1x I2Cs,
                                          8x PWMs, 2x I2Ss, 28x GPIOs
          Debug UART: 3 Pin 2.54mm header, 3V level, 1500000bps
@@ -117,7 +117,7 @@ config TARGET_ROCK5A_RK3588
          Mali G610MC4 GPU
          MIPI CSI 2 multiple lanes connector
          4-lane MIPI DSI connector
-         Audio  3.5mm earphone jack
+         Audio - 3.5mm earphone jack
          eMMC module connector
          uSD slot (up to 128GB)
          2x USB 2.0, 2x USB 3.0
@@ -197,7 +197,7 @@ config TARGET_TOYBRICK_RK3588
          4x ARM Cortex-A76, 4x ARM Cortex-A55
          8/16GB Memory LPDDR4x
          Mali G610MC4 GPU
-         2× MIPI-CSI0 Connector
+         2x MIPI-CSI0 Connector
          1x 2Lanes PCIe3.0 Connector
          1x SATA3.0 Connector
          32GB eMMC Module
index ae323ee91235b424af60b146303b6150366ce9f1..330b7df2312efd7ec3816b3489d6418b8fc9a732 100644 (file)
@@ -6,8 +6,8 @@ config TARGET_RV1126_NEU2
          Neu2:
          Neural Compute Module 2(Neu2) is a 96boards SoM-CB compute module
          based on Rockchip RV1126 from Edgeble AI.
-         Neu2 powered with Consumer grade (0 to +80 °C) RV1126 SoC.
-         Neu2k powered with Industrial grade (-40 °C to +85 °C) RV1126K SoC.
+         Neu2 powered with Consumer grade (0 to +80 deg C) RV1126 SoC.
+         Neu2k powered with Industrial grade (-40 C to +85 deg C) RV1126K SoC.
 
          Neu2-IO:
          Neural Compute Module 2(Neu2) IO board is an industrial form factor
index d068b7860e1c99e06a3db582ea247dd1d7579f6d..bedc4e970e4321a7084e0c166e9e9c9eed6f0103 100644 (file)
@@ -246,7 +246,7 @@ config SPI_FLASH_USE_4K_SECTORS
          to erasing whole blocks (32/64 KiB).
          Changing a small part of the flash's contents is usually faster with
          small sectors. On the other hand erasing should be faster when using
-         64 KiB block instead of 16 × 4 KiB sectors.
+         64 KiB block instead of 16 x 4 KiB sectors.
 
          Please note that some tools/drivers/filesystems may not work with
          4096 B erase size (e.g. UBIFS requires 15 KiB as a minimum).