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