Kconfig (a1f817dc8ed79cdff2b76bc51d545fb9465982be) Kconfig (bb0eb050a577a866cb47c2dc37596f1207f4c2d9)
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
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
13 select TIMER_OF
14 select COMMON_CLK
15 select GENERIC_CALIBRATE_DELAY
16 help
17 Select Board Described by Device Tree to build a kernel that
18 does not hard-code any board-specific knowledge but instead uses
19 a device tree blob provided by the boot-loader. You must enable
20 drivers for any hardware you want to use separately. At this
21 time, only boards based on the open-hardware J-Core processors

--- 387 unchanged lines hidden ---
14 select COMMON_CLK
15 select GENERIC_CALIBRATE_DELAY
16 help
17 Select Board Described by Device Tree to build a kernel that
18 does not hard-code any board-specific knowledge but instead uses
19 a device tree blob provided by the boot-loader. You must enable
20 drivers for any hardware you want to use separately. At this
21 time, only boards based on the open-hardware J-Core processors

--- 387 unchanged lines hidden ---