1 # SPDX-License-Identifier: GPL-2.0 2 if SH_RSK 3 4 choice 5 prompt "RSK+ options" 6 default SH_RSK7203 7 8 config SH_RSK7201 9 bool "RSK7201" 10 depends on CPU_SUBTYPE_SH7201 11 12 config SH_RSK7203 13 bool "RSK7203" 14 select GPIOLIB 15 depends on CPU_SUBTYPE_SH7203 16 17 config SH_RSK7264 18 bool "RSK2+SH7264" 19 select GPIOLIB 20 depends on CPU_SUBTYPE_SH7264 21 22 config SH_RSK7269 23 bool "RSK2+SH7269" 24 select GPIOLIB 25 depends on CPU_SUBTYPE_SH7269 26 27 endchoice 28 29 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.