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 s 14 help 15 The Hitachi HD64461 provides an inte 16 the SH7709 CPU, supporting a LCD con 17 CRT color controller, IrDA up to 4 M 18 PCMCIA controller supporting 2 slots 19 20 More information is available at 21 <http://semiconductor.hitachi.com/wi 22 23 Say Y if you want support for the HD 24 Otherwise, say N. 25 26 endchoice 27 28 # These will also be split into the Kconfig's 29 config HD64461_IRQ 30 int "HD64461 IRQ" 31 depends on HD64461 32 default "52" 33 help 34 The default setting of the HD64461 I 35 36 Do not change this unless you know w 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 PCM 43 via the HD64461 companion chip. 44 Otherwise, say N. 45 46 endmenu
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.