blob: efde2edb5627809e232cbf1528b9d152f4659103 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002menu "Companion Chips"
3
Linus Torvalds1da177e2005-04-16 15:20:36 -07004config HD6446X_SERIES
Paul Mundt357d5942007-06-11 15:32:07 +09005 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
7choice
8 prompt "HD6446x options"
9 depends on HD6446X_SERIES
10 default HD64461
11
12config HD64461
13 bool "Hitachi HD64461 companion chip support"
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090014 help
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 The Hitachi HD64461 provides an interface for
16 the SH7709 CPU, supporting a LCD controller,
17 CRT color controller, IrDA up to 4 Mbps, and a
18 PCMCIA controller supporting 2 slots.
19
20 More information is available at
21 <http://semiconductor.hitachi.com/windowsce/superh/sld013.htm>.
22
23 Say Y if you want support for the HD64461.
24 Otherwise, say N.
25
Linus Torvalds1da177e2005-04-16 15:20:36 -070026endchoice
27
28# These will also be split into the Kconfig's below
29config HD64461_IRQ
30 int "HD64461 IRQ"
31 depends on HD64461
32 default "36"
33 help
34 The default setting of the HD64461 IRQ is 36.
35
36 Do not change this unless you know what you are doing.
37
38config HD64461_ENABLER
39 bool "HD64461 PCMCIA enabler"
40 depends on HD64461
41 help
42 Say Y here if you want to enable PCMCIA support
43 via the HD64461 companion chip.
44 Otherwise, say N.
45
Linus Torvalds1da177e2005-04-16 15:20:36 -070046endmenu