File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,16 @@ config SH_DEVICE_TREE
22
22
have sufficient driver coverage to use this option; do not
23
23
select it if you are using original SuperH hardware.
24
24
25
+ config SH_JCORE_SOC
26
+ bool "J-Core SoC"
27
+ depends on SH_DEVICE_TREE && (CPU_SH2 || CPU_J2)
28
+ select CLKSRC_JCORE_PIT
29
+ select JCORE_AIC
30
+ default y if CPU_J2
31
+ help
32
+ Select this option to include drivers core components of the
33
+ J-Core SoC, including interrupt controllers and timers.
34
+
25
35
config SH_SOLUTION_ENGINE
26
36
bool "SolutionEngine"
27
37
select SOLUTION_ENGINE
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ CONFIG_MEMORY_START=0x10000000
8
8
CONFIG_MEMORY_SIZE=0x04000000
9
9
CONFIG_CPU_BIG_ENDIAN=y
10
10
CONFIG_SH_DEVICE_TREE=y
11
+ CONFIG_SH_JCORE_SOC=y
11
12
CONFIG_HZ_100=y
12
13
CONFIG_CMDLINE_OVERWRITE=y
13
14
CONFIG_CMDLINE="console=ttyUL0 earlycon"
You can’t perform that action at this time.
0 commit comments