Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | menu "Companion Chips" |
| 2 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | config HD6446X_SERIES |
Paul Mundt | 357d594 | 2007-06-11 15:32:07 +0900 | [diff] [blame] | 4 | bool |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
| 25 | config HD64465 |
| 26 | bool "Hitachi HD64465 companion chip support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | ---help--- |
| 28 | The Hitachi HD64465 provides an interface for |
| 29 | the SH7750 CPU, supporting a LCD controller, |
| 30 | CRT color controller, IrDA, USB, PCMCIA, |
| 31 | keyboard controller, and a printer interface. |
| 32 | |
| 33 | More information is available at |
| 34 | <http://global.hitachi.com/New/cnews/E/1998/981019B.html>. |
| 35 | |
| 36 | Say Y if you want support for the HD64465. |
| 37 | Otherwise, say N. |
| 38 | |
| 39 | endchoice |
| 40 | |
| 41 | # These will also be split into the Kconfig's below |
| 42 | config HD64461_IRQ |
| 43 | int "HD64461 IRQ" |
| 44 | depends on HD64461 |
| 45 | default "36" |
| 46 | help |
| 47 | The default setting of the HD64461 IRQ is 36. |
| 48 | |
| 49 | Do not change this unless you know what you are doing. |
| 50 | |
Paul Mundt | 373e68b | 2006-09-27 15:41:24 +0900 | [diff] [blame] | 51 | config HD64461_IOBASE |
| 52 | hex "HD64461 start address" |
| 53 | depends on HD64461 |
| 54 | default "0xb0000000" |
| 55 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 56 | config HD64461_ENABLER |
| 57 | bool "HD64461 PCMCIA enabler" |
| 58 | depends on HD64461 |
| 59 | help |
| 60 | Say Y here if you want to enable PCMCIA support |
| 61 | via the HD64461 companion chip. |
| 62 | Otherwise, say N. |
| 63 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |