File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,7 @@ config ARCH_SC58X
37
37
select COMMON_CLK_ADI_SC58X
38
38
help
39
39
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.
42
41
43
42
config MACH_SC589_MINI
44
43
bool "ADI sc589-mini board"
@@ -47,3 +46,17 @@ config MACH_SC589_MINI
47
46
help
48
47
Say 'Y' here if you want your kernel to run on the ADI
49
48
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.
You can’t perform that action at this time.
0 commit comments