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/pxa | |
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/pxa')
-rw-r--r-- | target/linux/pxa/config-default | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/pxa/config-default b/target/linux/pxa/config-default index 1e61659203..355e16ee8b 100644 --- a/target/linux/pxa/config-default +++ b/target/linux/pxa/config-default @@ -56,24 +56,16 @@ CONFIG_ENABLE_MUST_CHECK=y # CONFIG_EPOLL is not set # CONFIG_EXT2_FS is not set CONFIG_FB=y -# CONFIG_FB_BACKLIGHT is not set CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_IMAGEBLIT=y -# CONFIG_FB_DDC is not set -# CONFIG_FB_MACMODES is not set -# CONFIG_FB_MBX is not set -# CONFIG_FB_MODE_HELPERS is not set CONFIG_FB_PXA=y # CONFIG_FB_PXA_ALPS_CDOLLAR is not set # CONFIG_FB_PXA_NONEOFTHEABOVE is not set CONFIG_FB_PXA_PARAMETERS=y CONFIG_FB_PXA_SAMSUNG_LTE430WQ_F0C=y # CONFIG_FB_PXA_SHARP_LQ043_PSP is not set -# CONFIG_FB_S1D13XXX is not set -# CONFIG_FB_SVGALIB is not set CONFIG_FB_TILEBLITTING=y -# CONFIG_FB_VIRTUAL is not set # CONFIG_FIRMWARE_EDID is not set CONFIG_FONTS=y # CONFIG_FONT_10x18 is not set |