menu "Companion Chips" config [31mCONFIG_HD6446X_SERIES[0m bool choice prompt "HD6446x options" depends on [31mCONFIG_HD6446X_SERIES[0m default [31mCONFIG_HD64461[0m config [31mCONFIG_HD64461[0m bool "Hitachi HD64461 companion chip support" ---help--- The Hitachi [31mCONFIG_HD64461[0m provides an interface for the SH7709 CPU, supporting a LCD controller, CRT color controller, IrDA up to 4 Mbps, and a [31mCONFIG_PCMCIA[0m controller supporting 2 slots. More information is available at <http://semiconductor.hitachi.com/windowsce/superh/sld013.htm>. Say Y if you want support for the [31mCONFIG_HD64461[0m. Otherwise, say N. endchoice # These will also be split into the Kconfig's below config [31mCONFIG_HD64461_IRQ[0m int "HD64461 IRQ" depends on [31mCONFIG_HD64461[0m default "36" help The default setting of the [31mCONFIG_HD64461[0m IRQ is 36. Do not change this unless you know what you are doing. config [31mCONFIG_HD64461_ENABLER[0m bool "HD64461 PCMCIA enabler" depends on [31mCONFIG_HD64461[0m help Say Y here if you want to enable [31mCONFIG_PCMCIA[0m support via the [31mCONFIG_HD64461[0m companion chip. Otherwise, say N. endmenu |