Kconfig 297 B

1234567891011121314151617
  1. if SH_SDK7780
  2. choice
  3. prompt "SDK7780 options"
  4. default SH_SDK7780_BASE
  5. config SH_SDK7780_BASE
  6. bool "SDK7780 with base-board support"
  7. depends on CPU_SUBTYPE_SH7780
  8. help
  9. Selecting this option will enable support for the expansion
  10. baseboard devices. If in doubt, say Y.
  11. endchoice
  12. endif