blob: 2e516e9a6ede5bf7be19ce8a8cf9dd449458eb1e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001menu "Companion Chips"
2
3config VOYAGERGX
4 bool "VoyagerGX chip support"
5 depends on SH_RTS7751R2D
6 help
7 Selecting this option will support Silicon Motion, Inc. SM501.
8 Designed to complement needs for the embedded industry, it
9 provides video and 2D capability. To reduce system cost a
10 wide variety of include I/O is supported, including analog RGB
11 and digital LCD Panel interface, 8-bit parallel interface, USB,
12 UART, IrDA, Zoom Video, AC97 or I2S, SSP, PWM, and I2C. There
13 are additional GPIO bits that can be used to interface to
14 external as well.
15
Linus Torvalds1da177e2005-04-16 15:20:36 -070016config HD6446X_SERIES
Paul Mundt357d5942007-06-11 15:32:07 +090017 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -070018
19choice
20 prompt "HD6446x options"
21 depends on HD6446X_SERIES
22 default HD64461
23
24config HD64461
25 bool "Hitachi HD64461 companion chip support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070026 ---help---
27 The Hitachi HD64461 provides an interface for
28 the SH7709 CPU, supporting a LCD controller,
29 CRT color controller, IrDA up to 4 Mbps, and a
30 PCMCIA controller supporting 2 slots.
31
32 More information is available at
33 <http://semiconductor.hitachi.com/windowsce/superh/sld013.htm>.
34
35 Say Y if you want support for the HD64461.
36 Otherwise, say N.
37
38config HD64465
39 bool "Hitachi HD64465 companion chip support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 ---help---
41 The Hitachi HD64465 provides an interface for
42 the SH7750 CPU, supporting a LCD controller,
43 CRT color controller, IrDA, USB, PCMCIA,
44 keyboard controller, and a printer interface.
45
46 More information is available at
47 <http://global.hitachi.com/New/cnews/E/1998/981019B.html>.
48
49 Say Y if you want support for the HD64465.
50 Otherwise, say N.
51
52endchoice
53
54# These will also be split into the Kconfig's below
55config HD64461_IRQ
56 int "HD64461 IRQ"
57 depends on HD64461
58 default "36"
59 help
60 The default setting of the HD64461 IRQ is 36.
61
62 Do not change this unless you know what you are doing.
63
Paul Mundt373e68b2006-09-27 15:41:24 +090064config HD64461_IOBASE
65 hex "HD64461 start address"
66 depends on HD64461
67 default "0xb0000000"
68
Linus Torvalds1da177e2005-04-16 15:20:36 -070069config HD64461_ENABLER
70 bool "HD64461 PCMCIA enabler"
71 depends on HD64461
72 help
73 Say Y here if you want to enable PCMCIA support
74 via the HD64461 companion chip.
75 Otherwise, say N.
76
Linus Torvalds1da177e2005-04-16 15:20:36 -070077config HD64465_IOBASE
78 hex "HD64465 start address"
79 depends on HD64465
80 default "0xb0000000"
81 help
82 The default setting of the HD64465 IO base address is 0xb0000000.
83
84 Do not change this unless you know what you are doing.
85
86config HD64465_IRQ
87 int "HD64465 IRQ"
88 depends on HD64465
89 default "5"
90 help
91 The default setting of the HD64465 IRQ is 5.
92
93 Do not change this unless you know what you are doing.
94
95endmenu
96