Kconfig 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # SPDX-License-Identifier: GPL-2.0
  2. menu "Companion Chips"
  3. config HD6446X_SERIES
  4. bool
  5. choice
  6. prompt "HD6446x options"
  7. depends on HD6446X_SERIES
  8. default HD64461
  9. config HD64461
  10. bool "Hitachi HD64461 companion chip support"
  11. help
  12. The Hitachi HD64461 provides an interface for
  13. the SH7709 CPU, supporting a LCD controller,
  14. CRT color controller, IrDA up to 4 Mbps, and a
  15. PCMCIA controller supporting 2 slots.
  16. More information is available at
  17. <http://semiconductor.hitachi.com/windowsce/superh/sld013.htm>.
  18. Say Y if you want support for the HD64461.
  19. Otherwise, say N.
  20. endchoice
  21. # These will also be split into the Kconfig's below
  22. config HD64461_IRQ
  23. int "HD64461 IRQ"
  24. depends on HD64461
  25. default "52"
  26. help
  27. The default setting of the HD64461 IRQ is 52.
  28. Do not change this unless you know what you are doing.
  29. config HD64461_ENABLER
  30. bool "HD64461 PCMCIA enabler"
  31. depends on HD64461
  32. help
  33. Say Y here if you want to enable PCMCIA support
  34. via the HD64461 companion chip.
  35. Otherwise, say N.
  36. endmenu