Kconfig 240 B

12345678910111213141516171819
  1. if SH_RSK
  2. choice
  3. prompt "RSK+ options"
  4. default SH_RSK7203
  5. config SH_RSK7201
  6. bool "RSK7201"
  7. depends on CPU_SUBTYPE_SH7201
  8. config SH_RSK7203
  9. bool "RSK7203"
  10. select ARCH_REQUIRE_GPIOLIB
  11. depends on CPU_SUBTYPE_SH7203
  12. endchoice
  13. endif