mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
Merge pull request #766 from fabian-z/master
Fixed kernel config to prevent display output issue -- Changed module selection for FB/DISP/VGA/HDMI to Y, CedarX to M
This commit is contained in:
commit
1d16c9d362
2 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@ _srcname=linux-sunxi-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="sun7i"
|
||||
pkgver=3.4.79
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=('armv7h')
|
||||
url="https://github.com/linux-sunxi/linux-sunxi/"
|
||||
license=('GPL2')
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue