Kconfig 1012 B

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