]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blob - arch/sh/cchips/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / arch / sh / cchips / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 menu "Companion Chips"
3
4 config HD6446X_SERIES
5 bool
6
7 choice
8 prompt "HD6446x options"
9 depends on HD6446X_SERIES
10 default HD64461
11
12 config HD64461
13 bool "Hitachi HD64461 companion chip support"
14 ---help---
15 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
26 endchoice
27
28 # These will also be split into the Kconfig's below
29 config 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
38 config 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
46 endmenu