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/s3c24xx/config-2.6.30 | |
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/s3c24xx/config-2.6.30')
-rw-r--r-- | target/linux/s3c24xx/config-2.6.30 | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/target/linux/s3c24xx/config-2.6.30 b/target/linux/s3c24xx/config-2.6.30 index 5071f4a979..16b39d40bf 100644 --- a/target/linux/s3c24xx/config-2.6.30 +++ b/target/linux/s3c24xx/config-2.6.30 @@ -77,32 +77,12 @@ CONFIG_DUMMY_CONSOLE=y CONFIG_ELF_CORE=y # CONFIG_EMBEDDED is not set # CONFIG_ENABLE_WARN_DEPRECATED is not set -CONFIG_FB=y -# CONFIG_FB_BACKLIGHT is not set CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y -# CONFIG_FB_BOOT_VESA_SUPPORT is not set -# CONFIG_FB_BROADSHEET is not set +CONFIG_FB=y 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_FOREIGN_ENDIAN is not set -# CONFIG_FB_MACMODES is not set -# CONFIG_FB_MB862XX is not set -# CONFIG_FB_METRONOME is not set -# CONFIG_FB_MODE_HELPERS is not set -# CONFIG_FB_S1D13XXX is not set -# CONFIG_FB_S3C2410 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 is not set -# CONFIG_FB_TMIO is not set -# CONFIG_FB_VIRTUAL is not set CONFIG_FIQ=y # CONFIG_FIRMWARE_EDID is not set CONFIG_FONTS=y |