Kconfig (debc6a6927dcd833a30750b07a4c2b456b71f1be) | Kconfig (e7d165146a7de5ceb4f68e188b2679f003744f54) |
---|---|
1menu "Board support" 2 3config SOLUTION_ENGINE 4 bool 5 6config SH_SOLUTION_ENGINE 7 bool "SolutionEngine" 8 select SOLUTION_ENGINE --- 179 unchanged lines hidden (view full) --- 188config SH_AP325RXA 189 bool "AP-325RXA" 190 depends on CPU_SUBTYPE_SH7723 191 select ARCH_REQUIRE_GPIOLIB 192 help 193 Renesas "AP-325RXA" support. 194 Compatible with ALGO SYSTEM CO.,LTD. "AP-320A" 195 | 1menu "Board support" 2 3config SOLUTION_ENGINE 4 bool 5 6config SH_SOLUTION_ENGINE 7 bool "SolutionEngine" 8 select SOLUTION_ENGINE --- 179 unchanged lines hidden (view full) --- 188config SH_AP325RXA 189 bool "AP-325RXA" 190 depends on CPU_SUBTYPE_SH7723 191 select ARCH_REQUIRE_GPIOLIB 192 help 193 Renesas "AP-325RXA" support. 194 Compatible with ALGO SYSTEM CO.,LTD. "AP-320A" 195 |
196config SH_KFR2R09 197 bool "KFR2R09" 198 depends on CPU_SUBTYPE_SH7724 199 select ARCH_REQUIRE_GPIOLIB 200 help 201 "Kit For R2R for 2009" support. 202 |
|
196config SH_SH7763RDP 197 bool "SH7763RDP" 198 depends on CPU_SUBTYPE_SH7763 199 help 200 Select SH7763RDP if configuring for a Renesas SH7763 201 evaluation board. 202 203config SH_ESPT --- 98 unchanged lines hidden --- | 203config SH_SH7763RDP 204 bool "SH7763RDP" 205 depends on CPU_SUBTYPE_SH7763 206 help 207 Select SH7763RDP if configuring for a Renesas SH7763 208 evaluation board. 209 210config SH_ESPT --- 98 unchanged lines hidden --- |