|
From: Kenn H. <ke...@us...> - 2004-09-15 22:00:06
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23924/arch/vax Modified Files: defconfig Log Message: Turn on EMBEDDED so that I can turn off CONFIG_VT. This "fixes" problems with console output. (The real fix is to do some hard thinking about the way we register consoles in the DZ and IPRCONS serial drivers, but I want to get the post-2.6.8 snapshot labeled for now.) The framebuffer guys will need to turn on CONFIG_VT themselves. Index: defconfig =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/defconfig,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- defconfig 8 Sep 2004 23:21:16 -0000 1.17 +++ defconfig 15 Sep 2004 21:59:53 -0000 1.18 @@ -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 console=ttyS0" +CONFIG_CMDLINE="root=/dev/nfs ip=bootp rw debug" CONFIG_EARLY_PRINTK=y # @@ -48,7 +48,7 @@ # CONFIG_HOTPLUG is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -# CONFIG_EMBEDDED is not set +CONFIG_EMBEDDED=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set @@ -112,9 +112,7 @@ # # Character devices # -CONFIG_VT=y -CONFIG_VT_CONSOLE=y -CONFIG_HW_CONSOLE=y +# CONFIG_VT is not set # CONFIG_SERIAL_NONSTANDARD is not set # @@ -157,12 +155,6 @@ # 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 @@ -441,6 +433,16 @@ # CONFIG_CRYPTO is not set # +# Multimedia devices +# +# CONFIG_VIDEO_DEV is not set + +# +# Digital Video Broadcasting Devices +# +# CONFIG_DVB is not set + +# # Sound # # CONFIG_SOUND is not set |