Fixed kernel config to prevent display output issue

Fixed issue with kernel config which prevents any form of display output on certain Cubietrucks, see additional information here: http://archlinuxarm.org/forum/viewtopic.php?f=33&t=6413&start=90#p38633
This commit is contained in:
fabian-z 2014-03-19 14:54:18 +01:00
parent 980df3db94
commit 14e1b6a05e

View file

@ -2277,8 +2277,8 @@ CONFIG_USB_STKWEBCAM=m
CONFIG_USB_S2255=m
# CONFIG_V4L_PLATFORM_DRIVERS is not set
# CONFIG_V4L_MEM2MEM_DRIVERS is not set
CONFIG_VIDEO_SUNXI_CEDAR=y
CONFIG_VIDEO_DECODER_SUNXI=y
CONFIG_VIDEO_SUNXI_CEDAR=m
CONFIG_VIDEO_DECODER_SUNXI=m
# CONFIG_VIDEO_AVS_COUNTER is not set
# CONFIG_VIDEO_CSI_SUN4I is not set
CONFIG_RADIO_ADAPTERS=y
@ -2535,12 +2535,12 @@ CONFIG_FB_MODE_HELPERS=y
#
# Frame buffer hardware drivers
#
CONFIG_FB_SUNXI=m
CONFIG_FB_SUNXI=y
CONFIG_FB_SUNXI_RESERVED_MEM=y
CONFIG_FB_SUNXI_UMP=y
CONFIG_FB_SUNXI_LCD=m
CONFIG_FB_SUNXI_HDMI=m
# CONFIG_HDMI_CEC is not set
CONFIG_FB_SUNXI_LCD=y
CONFIG_FB_SUNXI_HDMI=y
CONFIG_HDMI_CEC=m
# CONFIG_FB_ARMCLCD is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_SMSCUFX is not set