ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / sh / cchips / Kconfig
1 menu "Companion Chips"
2
3 # A board must have defined HD6446X_SERIES in order to see these
4 config HD6446X_SERIES
5         bool "HD6446x support"
6         default n
7
8 choice
9         prompt "HD6446x options"
10         depends on HD6446X_SERIES
11         default HD64461
12
13 config HD64461
14         bool "Hitachi HD64461 companion chip support"
15         depends on CPU_SUBTYPE_SH7709
16         ---help---
17           The Hitachi HD64461 provides an interface for
18           the SH7709 CPU, supporting a LCD controller,
19           CRT color controller, IrDA up to 4 Mbps, and a
20           PCMCIA controller supporting 2 slots.
21
22           More information is available at
23           <http://semiconductor.hitachi.com/windowsce/superh/sld013.htm>.
24
25           Say Y if you want support for the HD64461.
26           Otherwise, say N.
27
28 config HD64465
29         bool "Hitachi HD64465 companion chip support"
30         depends on CPU_SUBTYPE_SH7750
31         ---help---
32           The Hitachi HD64465 provides an interface for
33           the SH7750 CPU, supporting a LCD controller,
34           CRT color controller, IrDA, USB, PCMCIA,
35           keyboard controller, and a printer interface.
36
37           More information is available at
38           <http://global.hitachi.com/New/cnews/E/1998/981019B.html>.
39
40           Say Y if you want support for the HD64465.
41           Otherwise, say N.
42
43 endchoice
44
45 # These will also be split into the Kconfig's below
46 config HD64461_IRQ
47         int "HD64461 IRQ"
48         depends on HD64461
49         default "36"
50         help
51           The default setting of the HD64461 IRQ is 36.
52
53           Do not change this unless you know what you are doing.
54
55 config HD64461_ENABLER
56         bool "HD64461 PCMCIA enabler"
57         depends on HD64461
58         help
59           Say Y here if you want to enable PCMCIA support
60           via the HD64461 companion chip.
61           Otherwise, say N.
62
63
64 config HD64465_IOBASE
65         hex "HD64465 start address"
66         depends on HD64465
67         default "0xb0000000"
68         help
69           The default setting of the HD64465 IO base address is 0xb0000000.
70
71           Do not change this unless you know what you are doing.
72
73 config HD64465_IRQ
74         int "HD64465 IRQ"
75         depends on HD64465
76         default "5"
77         help
78           The default setting of the HD64465 IRQ is 5.
79
80           Do not change this unless you know what you are doing.
81
82 endmenu
83