diff options
| author | Oliver Gaskell <[email protected]> | 2024-09-12 16:50:57 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-03 09:29:23 -0600 |
| commit | 9e24d9a6156057914fcc8d2b1f004afb155e2fd8 (patch) | |
| tree | cf205a6f063644f93f3c23dc37293c204f3dc9a5 /arch | |
| parent | e91d85e8fb9446ca9a0f396832637c0f586a0c39 (diff) | |
arm: SC594-SOM-EZLITE initial support
Adds support for Analog Devices' SC594-SOM-EZLITE board. Includes:
- Board specific configs in mach-sc5xx/Kconfig
- Board-specific Kconfig and environment in board/adi/
Signed-off-by: Oliver Gaskell <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-sc5xx/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-sc5xx/Kconfig b/arch/arm/mach-sc5xx/Kconfig index e93f2144417..b57c21cf165 100644 --- a/arch/arm/mach-sc5xx/Kconfig +++ b/arch/arm/mach-sc5xx/Kconfig @@ -54,6 +54,11 @@ if SC59X choice prompt "SC59x 32-bit board select" +config TARGET_SC594_SOM_EZLITE + bool + prompt "SC594-SOM with SOMCRR-EZLITE" + select ADI_CARRIER_SOMCRR_EZLITE + config TARGET_SC594_SOM_EZKIT bool prompt "SC594-SOM with SOMCRR-EZKIT" @@ -524,5 +529,6 @@ config PINCTRL_ADI source "board/adi/sc598-som-ezkit/Kconfig" source "board/adi/sc598-som-ezlite/Kconfig" source "board/adi/sc594-som-ezkit/Kconfig" +source "board/adi/sc594-som-ezlite/Kconfig" endif |
