Kconfig (5f8371cec93b94a24a55ba1de642ce6eade6d62c) | Kconfig (287c129716c2d4b75f3d8dd6e68732a3cd326ee6) |
---|---|
1menu "Board support" 2 3config SOLUTION_ENGINE 4 bool 5 6config SH_SOLUTION_ENGINE 7 bool "SolutionEngine" 8 select SOLUTION_ENGINE --- 32 unchanged lines hidden (view full) --- 41config SH_7722_SOLUTION_ENGINE 42 bool "SolutionEngine7722" 43 select SOLUTION_ENGINE 44 depends on CPU_SUBTYPE_SH7722 45 help 46 Select 7722 SolutionEngine if configuring for a Hitachi SH772 47 evaluation board. 48 | 1menu "Board support" 2 3config SOLUTION_ENGINE 4 bool 5 6config SH_SOLUTION_ENGINE 7 bool "SolutionEngine" 8 select SOLUTION_ENGINE --- 32 unchanged lines hidden (view full) --- 41config SH_7722_SOLUTION_ENGINE 42 bool "SolutionEngine7722" 43 select SOLUTION_ENGINE 44 depends on CPU_SUBTYPE_SH7722 45 help 46 Select 7722 SolutionEngine if configuring for a Hitachi SH772 47 evaluation board. 48 |
49config SH_7724_SOLUTION_ENGINE 50 bool "SolutionEngine7724" 51 select SOLUTION_ENGINE 52 depends on CPU_SUBTYPE_SH7724 53 select ARCH_REQUIRE_GPIOLIB 54 help 55 Select 7724 SolutionEngine if configuring for a Hitachi SH7724 56 evaluation board. 57 |
|
49config SH_7751_SOLUTION_ENGINE 50 bool "SolutionEngine7751" 51 select SOLUTION_ENGINE 52 select CPU_HAS_IPR_IRQ 53 depends on CPU_SUBTYPE_SH7751 54 help 55 Select 7751 SolutionEngine if configuring for a Hitachi SH7751 56 evaluation board. --- 235 unchanged lines hidden --- | 58config SH_7751_SOLUTION_ENGINE 59 bool "SolutionEngine7751" 60 select SOLUTION_ENGINE 61 select CPU_HAS_IPR_IRQ 62 depends on CPU_SUBTYPE_SH7751 63 help 64 Select 7751 SolutionEngine if configuring for a Hitachi SH7751 65 evaluation board. --- 235 unchanged lines hidden --- |