Kconfig (95d002e0a34cb0f238abb39987f9980f325d8332) Kconfig (1b496469d0c020e09124e03e66a81421c21272a7)
1# SPDX-License-Identifier: GPL-2.0
2menu "Board support"
3
4config SOLUTION_ENGINE
5 bool
6
7config SH_ALPHA_BOARD
8 bool
9
10config SH_DEVICE_TREE
1# SPDX-License-Identifier: GPL-2.0
2menu "Board support"
3
4config SOLUTION_ENGINE
5 bool
6
7config SH_ALPHA_BOARD
8 bool
9
10config SH_DEVICE_TREE
11 bool "Board Described by Device Tree"
11 bool
12 select OF
13 select OF_EARLY_FLATTREE
14 select TIMER_OF
15 select COMMON_CLK
16 select GENERIC_CALIBRATE_DELAY
12 select OF
13 select OF_EARLY_FLATTREE
14 select TIMER_OF
15 select COMMON_CLK
16 select GENERIC_CALIBRATE_DELAY
17 help
18 Select Board Described by Device Tree to build a kernel that
19 does not hard-code any board-specific knowledge but instead uses
20 a device tree blob provided by the boot-loader. You must enable
21 drivers for any hardware you want to use separately. At this
22 time, only boards based on the open-hardware J-Core processors
23 have sufficient driver coverage to use this option; do not
24 select it if you are using original SuperH hardware.
25
26config SH_JCORE_SOC
27 bool "J-Core SoC"
17
18config SH_JCORE_SOC
19 bool "J-Core SoC"
28 depends on SH_DEVICE_TREE && (CPU_SH2 || CPU_J2)
20 select SH_DEVICE_TREE
29 select CLKSRC_JCORE_PIT
30 select JCORE_AIC
21 select CLKSRC_JCORE_PIT
22 select JCORE_AIC
31 default y if CPU_J2
23 depends on CPU_J2
32 help
33 Select this option to include drivers core components of the
34 J-Core SoC, including interrupt controllers and timers.
35
36config SH_SOLUTION_ENGINE
37 bool "SolutionEngine"
38 select SOLUTION_ENGINE
39 select CPU_HAS_IPR_IRQ

--- 370 unchanged lines hidden ---
24 help
25 Select this option to include drivers core components of the
26 J-Core SoC, including interrupt controllers and timers.
27
28config SH_SOLUTION_ENGINE
29 bool "SolutionEngine"
30 select SOLUTION_ENGINE
31 select CPU_HAS_IPR_IRQ

--- 370 unchanged lines hidden ---