summaryrefslogtreecommitdiff
path: root/board/phytec
diff options
context:
space:
mode:
authorJohan Jonker <[email protected]>2026-06-09 03:26:36 +0200
committerTom Rini <[email protected]>2026-06-25 14:06:55 -0600
commitdf3d87bd695656f879604b2089434a64ef74dbb6 (patch)
tree497fe313b3c0d1cbed2e17b3dc9492b1d788ac57 /board/phytec
parentf952ddb7ece20997dd6c12250124d1e377693d44 (diff)
Kconfig: board: restyle
Restyle all Kconfigs: Menu entries : no space left Menu attributes: 1 TAB Help text : 1 TAB + 2 spaces Signed-off-by: Johan Jonker <[email protected]> Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'board/phytec')
-rw-r--r--board/phytec/common/Kconfig18
-rw-r--r--board/phytec/common/k3/Kconfig4
-rw-r--r--board/phytec/phycore_am62ax/Kconfig4
-rw-r--r--board/phytec/phycore_am62x/Kconfig40
-rw-r--r--board/phytec/phycore_am64x/Kconfig34
-rw-r--r--board/phytec/phycore_am68x/Kconfig4
6 files changed, 52 insertions, 52 deletions
diff --git a/board/phytec/common/Kconfig b/board/phytec/common/Kconfig
index 6afd03086f7..87fa70632e5 100644
--- a/board/phytec/common/Kconfig
+++ b/board/phytec/common/Kconfig
@@ -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"
diff --git a/board/phytec/common/k3/Kconfig b/board/phytec/common/k3/Kconfig
index 282f4b79742..4bbe1a5ec3c 100644
--- a/board/phytec/common/k3/Kconfig
+++ b/board/phytec/common/k3/Kconfig
@@ -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.
diff --git a/board/phytec/phycore_am62ax/Kconfig b/board/phytec/phycore_am62ax/Kconfig
index 516dc8e2020..e7943c51dbc 100644
--- a/board/phytec/phycore_am62ax/Kconfig
+++ b/board/phytec/phycore_am62ax/Kconfig
@@ -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"
diff --git a/board/phytec/phycore_am62x/Kconfig b/board/phytec/phycore_am62x/Kconfig
index ecee5873c0c..feacc3d6d40 100644
--- a/board/phytec/phycore_am62x/Kconfig
+++ b/board/phytec/phycore_am62x/Kconfig
@@ -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
diff --git a/board/phytec/phycore_am64x/Kconfig b/board/phytec/phycore_am64x/Kconfig
index a709b71ba4d..a4d25b84b96 100644
--- a/board/phytec/phycore_am64x/Kconfig
+++ b/board/phytec/phycore_am64x/Kconfig
@@ -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
diff --git a/board/phytec/phycore_am68x/Kconfig b/board/phytec/phycore_am68x/Kconfig
index 37912fb4ed3..d82cdaf819b 100644
--- a/board/phytec/phycore_am68x/Kconfig
+++ b/board/phytec/phycore_am68x/Kconfig
@@ -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"