Kconfig 332 B

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