[BACK]Return to Kconfig CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / m32r / drivers

File: [Development] / linux-2.6-xfs / arch / m32r / drivers / Attic / Kconfig (download)

Revision 1.1, Fri Oct 1 15:10:15 2004 UTC (13 years ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN

Upgrade kernel to 2.6.9-rc3 and kdb to 4.4
Merge of 2.6.x-xfs-melb:linux:19628a by kenmcd.

#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

menu "M32R drivers"

config M32RPCC
	bool "M32R PCMCIA I/F"
	depends on CHIP_M32700

config M32R_CFC
	bool "CF I/F Controller"
	depends on PLAT_USRV || PLAT_M32700UT || PLAT_MAPPI2 || PLAT_OPSPUT

config M32700UT_CFC
	bool
	depends on M32R_CFC
	default y

config CFC_NUM
	int "CF I/F number"
	depends on PLAT_USRV || PLAT_M32700UT
	default "1" if PLAT_USRV || PLAT_M32700UT || PLAT_MAPPI2 || PLAT_OPSPUT

config MTD_M32R
	bool "Flash device mapped on M32R"
	depends on PLAT_USRV || PLAT_M32700UT || PLAT_MAPPI2

config M32700UT_DS1302
	bool "DS1302 Real Time Clock support"
	depends on PLAT_M32700UT || PLAT_OPSPUT

endmenu