diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-10-05 20:42:52 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-10-05 20:42:52 +0000 |
commit | 344f41e08a87c1d8c06c0d9d61cf7fd80a37b40d (patch) | |
tree | 6831f0bde4af1e7ce2dfdaaa3bfe29049c747273 /target/linux/goldfish | |
parent | 81ae5e6bed0f717bf0f76f2a6ecb2a3f7742964d (diff) | |
download | upstream-344f41e08a87c1d8c06c0d9d61cf7fd80a37b40d.tar.gz upstream-344f41e08a87c1d8c06c0d9d61cf7fd80a37b40d.tar.bz2 upstream-344f41e08a87c1d8c06c0d9d61cf7fd80a37b40d.zip |
[kernel] move common CONFIG_FB entries to generic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17936 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/goldfish')
-rw-r--r-- | target/linux/goldfish/config-2.6.30 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/goldfish/config-2.6.30 b/target/linux/goldfish/config-2.6.30 index a238a34190..71a4cfe625 100644 --- a/target/linux/goldfish/config-2.6.30 +++ b/target/linux/goldfish/config-2.6.30 @@ -75,29 +75,13 @@ CONFIG_DUMMY_CONSOLE=y CONFIG_EARLYSUSPEND=y # CONFIG_FAULT_INJECTION is not set CONFIG_FB=y -# CONFIG_FB_BACKLIGHT is not set -# CONFIG_FB_BOOT_VESA_SUPPORT is not set -# CONFIG_FB_BROADSHEET is not set CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_IMAGEBLIT=y -# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set -# CONFIG_FB_DDC is not set CONFIG_FB_EARLYSUSPEND=y -# CONFIG_FB_FOREIGN_ENDIAN is not set CONFIG_FB_GOLDFISH=y -# CONFIG_FB_MACMODES is not set -# CONFIG_FB_MB862XX is not set -# CONFIG_FB_METRONOME is not set CONFIG_FB_MODE_HELPERS=y -# CONFIG_FB_S1D13XXX is not set -# CONFIG_FB_SVGALIB is not set -# CONFIG_FB_SYS_COPYAREA is not set -# CONFIG_FB_SYS_FILLRECT is not set -# CONFIG_FB_SYS_FOPS is not set -# CONFIG_FB_SYS_IMAGEBLIT is not set CONFIG_FB_TILEBLITTING=y -# CONFIG_FB_VIRTUAL is not set # CONFIG_FIRMWARE_EDID is not set # CONFIG_FONTS is not set CONFIG_FONT_8x16=y |