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