Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (fdcfdfa1b5b698c12a56aebd0065055a34c25c7a) |
---|---|
1if SH_HIGHLANDER 2 3choice 4 prompt "Highlander options" 5 default SH_R7780MP 6 7config SH_R7780RP 8 bool "R7780RP-1 board support" --- 4 unchanged lines hidden (view full) --- 13 depends on CPU_SUBTYPE_SH7780 14 help 15 Selecting this option will enable support for the mass-production 16 version of the R7780RP. If in doubt, say Y. 17 18config SH_R7785RP 19 bool "R7785RP board support" 20 depends on CPU_SUBTYPE_SH7785 | 1if SH_HIGHLANDER 2 3choice 4 prompt "Highlander options" 5 default SH_R7780MP 6 7config SH_R7780RP 8 bool "R7780RP-1 board support" --- 4 unchanged lines hidden (view full) --- 13 depends on CPU_SUBTYPE_SH7780 14 help 15 Selecting this option will enable support for the mass-production 16 version of the R7780RP. If in doubt, say Y. 17 18config SH_R7785RP 19 bool "R7785RP board support" 20 depends on CPU_SUBTYPE_SH7785 |
21 select ARCH_REQUIRE_GPIOLIB | 21 select GPIOLIB |
22 23endchoice 24 25endif | 22 23endchoice 24 25endif |