Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) Kconfig (7480e0aabd5f9e6c3e3b72ed206e89284e90f11f)
1menu "Board support"
2
3config SOLUTION_ENGINE
4 bool
5
6config SH_ALPHA_BOARD
7 bool
8
1menu "Board support"
2
3config SOLUTION_ENGINE
4 bool
5
6config SH_ALPHA_BOARD
7 bool
8
9config SH_DEVICE_TREE
10 bool "Board Described by Device Tree"
11 select OF
12 select OF_EARLY_FLATTREE
13 select CLKSRC_OF
14 select GENERIC_CALIBRATE_DELAY
15 help
16 Select Board Described by Device Tree to build a kernel that
17 does not hard-code any board-specific knowledge but instead uses
18 a device tree blob provided by the boot-loader. You must enable
19 drivers for any hardware you want to use separately. At this
20 time, only boards based on the open-hardware J-Core processors
21 have sufficient driver coverage to use this option; do not
22 select it if you are using original SuperH hardware.
23
9config SH_SOLUTION_ENGINE
10 bool "SolutionEngine"
11 select SOLUTION_ENGINE
12 select CPU_HAS_IPR_IRQ
13 depends on CPU_SUBTYPE_SH7705 || CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7710 || \
14 CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7750S || \
15 CPU_SUBTYPE_SH7750R
16 help

--- 367 unchanged lines hidden ---
24config SH_SOLUTION_ENGINE
25 bool "SolutionEngine"
26 select SOLUTION_ENGINE
27 select CPU_HAS_IPR_IRQ
28 depends on CPU_SUBTYPE_SH7705 || CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7710 || \
29 CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7750S || \
30 CPU_SUBTYPE_SH7750R
31 help

--- 367 unchanged lines hidden ---