From: Edwin van Drunen <[email protected]> Add missing symbols to generic and x86 targets of the kernel which are needed for compiling Framebuffer and Virtual Terminal support. The symbol CONFIG_FB_GEODE has been moved from generic to x86, since Geode is an x86 subtarget, where also the new FB_GEODE subsymbols have been added.
Signed-off-by: Edwin van Drunen <[email protected]> --- Index: target/linux/generic/config-3.3 =================================================================== --- target/linux/generic/config-3.3 (revision 33823) +++ target/linux/generic/config-3.3 (working copy) @@ -413,6 +413,7 @@ # CONFIG_COMPAT_BRK is not set # CONFIG_CONFIGFS_FS is not set # CONFIG_CONNECTOR is not set +# CONFIG_CONSOLE_TRANSLATIONS is not set CONFIG_CONSTRUCTORS=y # CONFIG_CONTEXT_SWITCH_TRACER is not set # CONFIG_COPS is not set @@ -689,7 +690,9 @@ # CONFIG_FB_ATY is not set # CONFIG_FB_ATY128 is not set # CONFIG_FB_BACKLIGHT is not set +# CONFIG_FB_BIG_ENDIAN is not set # CONFIG_FB_BOOT_VESA_SUPPORT is not set +# CONFIG_FB_BOTH_ENDIAN is not set # CONFIG_FB_BROADSHEET is not set # CONFIG_FB_CARMINE is not set # CONFIG_FB_CFB_COPYAREA is not set @@ -700,12 +703,12 @@ # CONFIG_FB_CYBER2000 is not set # CONFIG_FB_DDC is not set # CONFIG_FB_FOREIGN_ENDIAN is not set -# CONFIG_FB_GEODE is not set # CONFIG_FB_HGA is not set # CONFIG_FB_IBM_GXT4500 is not set # CONFIG_FB_IMSTT is not set # CONFIG_FB_KYRO is not set # CONFIG_FB_LE80578 is not set +# CONFIG_FB_LITTLE_ENDIAN is not set # CONFIG_FB_MACMODES is not set # CONFIG_FB_MATROX is not set # CONFIG_FB_MB862XX is not set @@ -757,9 +760,22 @@ CONFIG_FLATMEM=y CONFIG_FLATMEM_MANUAL=y CONFIG_FLAT_NODE_MEM_MAP=y +# CONFIG_FONTS is not set +# CONFIG_FONT_8x8 is not set +# CONFIG_FONT_8x16 is not set +# CONFIG_FONT_6x11 is not set +# CONFIG_FONT_7x14 is not set +# CONFIG_FONT_PEARL_8x8 is not set +# CONFIG_FONT_ACORN_8x8 is not set +# CONFIG_FONT_MINI_4x6 is not set +# CONFIG_FONT_SUN8x16 is not set +# CONFIG_FONT_SUN12x22 is not set +# CONFIG_FONT_10x18 is not set # CONFIG_FORCEDETH is not set CONFIG_FORCE_MAX_ZONEORDER=11 # CONFIG_FRAMEBUFFER_CONSOLE is not set +# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set +# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set # CONFIG_FRAME_POINTER is not set CONFIG_FRAME_WARN=1024 # CONFIG_FREEZER is not set @@ -1380,6 +1396,9 @@ # CONFIG_LOGIRUMBLEPAD2_FF is not set # CONFIG_LOGITECH_FF is not set # CONFIG_LOGO is not set +# CONFIG_LOGO_LINUX_CLUT224 is not set +# CONFIG_LOGO_LINUX_MONO is not set +# CONFIG_LOGO_LINUX_VGA16 is not set CONFIG_LOG_BUF_SHIFT=17 # CONFIG_LOONGSON_MC146818 is not set # CONFIG_LP486E is not set @@ -3279,8 +3298,10 @@ # CONFIG_V4L_MEM2MEM_DRIVERS is not set # CONFIG_VETH is not set # CONFIG_VFAT_FS is not set +# CONFIG_VGACON_SOFT_SCROLLBACK is not set # CONFIG_VGASTATE is not set # CONFIG_VGA_ARB is not set +# CONFIG_VGA_CONSOLE is not set # CONFIG_VGA_SWITCHEROO is not set # CONFIG_VIA_RHINE is not set # CONFIG_VIA_VELOCITY is not set @@ -3384,6 +3405,8 @@ # CONFIG_VT is not set # CONFIG_VT6655 is not set # CONFIG_VT6656 is not set +# CONFIG_VT_CONSOLE is not set +# CONFIG_VT_HW_CONSOLE_BINDING is not set # CONFIG_VXFS_FS is not set # CONFIG_VXGE is not set # CONFIG_W1 is not set Index: target/linux/x86/config-3.3 =================================================================== --- target/linux/x86/config-3.3 (revision 33823) +++ target/linux/x86/config-3.3 (working copy) @@ -86,6 +86,10 @@ # CONFIG_EUROTECH_WDT is not set CONFIG_EXT4_FS=y # CONFIG_F71808E_WDT is not set +# CONFIG_FB_GEODE is not set +# CONFIG_FB_GEODE_GX is not set +# CONFIG_FB_GEODE_GX1 is not set +# CONFIG_FB_GEODE_LX is not set CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_FIRMWARE_MEMMAP=y CONFIG_FIX_EARLYCON_MEM=y --- _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
