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