Skip to content

Commit 39f1443

Browse files
arm: adi: Adding sc573 platform support
Adding Kconfig options for sc573 platform support Signed-off-by: UtsavAgarwalADI <utsav.agarwal@analog.com>
1 parent 72f0bae commit 39f1443

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

arch/arm/mach-sc5xx/Kconfig

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ config ARCH_SC58X
3737
select COMMON_CLK_ADI_SC58X
3838
help
3939
This enables support for 32-bit Cortex-A5-based ADI ADSP SC-58X
40-
SoCs, like the SC589. It does not include the 64-bit Cortex-A55-based
41-
SoCs (see ARCH_SC58X_64 for those).
40+
SoCs, like the SC589.
4241

4342
config MACH_SC589_MINI
4443
bool "ADI sc589-mini board"
@@ -47,3 +46,17 @@ config MACH_SC589_MINI
4746
help
4847
Say 'Y' here if you want your kernel to run on the ADI
4948
SC589-MINI board.
49+
50+
config ARCH_SC57X
51+
bool "ADI SC57x SoCs"
52+
depends on ARCH_SC5XX
53+
select COMMON_CLK_ADI_SC57X
54+
help
55+
This enables support for ADI ADSP SC-57x SoCs
56+
57+
config MACH_SC573_EZKIT
58+
bool "ADI SC573 EZKIT board"
59+
depends on ARCH_SC57X
60+
help
61+
Say 'Y' here if you want your kernel to run on the ADI
62+
SC573-EZKIT board.

0 commit comments

Comments
 (0)