|
From: Kenn H. <ke...@us...> - 2004-08-18 23:50:32
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9628/arch/vax Modified Files: defconfig Log Message: Update defconfig for recent Kconfig changes. Also force /dev/console to be the first serial port by adding console=ttyS0 to default kernel command line. Index: defconfig =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/defconfig,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- defconfig 8 Aug 2004 23:38:59 -0000 1.15 +++ defconfig 18 Aug 2004 23:50:23 -0000 1.16 @@ -11,7 +11,7 @@ # CONFIG_I2C is not set # CONFIG_I2C_ALGOBIT is not set # CONFIG_PREEMPT is not set -CONFIG_CMDLINE="root=/dev/nfs ip=bootp rw debug" +CONFIG_CMDLINE="root=/dev/nfs ip=bootp rw debug console=ttyS0" CONFIG_EARLY_PRINTK=y # @@ -110,9 +110,61 @@ # CONFIG_INPUT_MISC is not set # +# Character devices +# +CONFIG_VT=y +CONFIG_VT_CONSOLE=y +CONFIG_HW_CONSOLE=y +# CONFIG_SERIAL_NONSTANDARD is not set + +# +# Serial drivers +# +# CONFIG_SERIAL_8250 is not set + +# +# Non-8250 serial port support +# +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +CONFIG_UNIX98_PTYS=y +CONFIG_LEGACY_PTYS=y +CONFIG_LEGACY_PTY_COUNT=256 +# CONFIG_QIC02_TAPE is not set + +# +# IPMI +# +# CONFIG_IPMI_HANDLER is not set + +# +# Watchdog Cards +# +# CONFIG_WATCHDOG is not set +# CONFIG_RTC is not set +# CONFIG_GEN_RTC is not set +# CONFIG_DTLK is not set +# CONFIG_R3964 is not set +# CONFIG_APPLICOM is not set + +# +# Ftape, the floppy tape device driver +# +# CONFIG_FTAPE is not set +# CONFIG_AGP is not set +# CONFIG_DRM is not set +# CONFIG_RAW_DRIVER is not set + +# # Graphics support # # CONFIG_FB is not set + +# +# Console display driver support +# +# CONFIG_MDA_CONSOLE is not set +CONFIG_DUMMY_CONSOLE=y CONFIG_BINFMT_ELF=y # CONFIG_BINFMT_MISC is not set @@ -362,13 +414,9 @@ # VAX character devices # CONFIG_SERIAL=y -CONFIG_SERIAL_CORE=y CONFIG_DZ=y CONFIG_SERIAL_IPR=y CONFIG_SERIAL_CONSOLE=y -CONFIG_UNIX98_PTYS=y -CONFIG_UNIX98_PTY_COUNT=256 -# CONFIG_RTC is not set # # Kernel hacking @@ -378,6 +426,8 @@ CONFIG_DEBUG_SPINLOCK=y CONFIG_DEBUG_BUGVERBOSE=y CONFIG_VAX_DIAG_LED=y +CONFIG_DEBUG_VAX_CHECK_CHMx_ARGS=y +CONFIG_DEBUG_VAX_CHECK_CHMx_ARGS_ABORT=y # # Security options |