Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit c4ee9fc5 authored by Robert Nelson's avatar Robert Nelson
Browse files
parent c1f790c1
No related merge requests found
...@@ -3515,6 +3515,9 @@ CONFIG_DRM_PANEL=y ...@@ -3515,6 +3515,9 @@ CONFIG_DRM_PANEL=y
# Display Panels # Display Panels
# #
# CONFIG_DRM_PANEL_SIMPLE is not set # CONFIG_DRM_PANEL_SIMPLE is not set
# CONFIG_DRM_PANEL_LD9040 is not set
# CONFIG_DRM_PANEL_S6E8AA0 is not set
# CONFIG_DRM_PTN3460 is not set
# CONFIG_VGASTATE is not set # CONFIG_VGASTATE is not set
CONFIG_VIDEOMODE_HELPERS=y CONFIG_VIDEOMODE_HELPERS=y
CONFIG_HDMI=y CONFIG_HDMI=y
...@@ -4361,6 +4364,7 @@ CONFIG_R8712U=m ...@@ -4361,6 +4364,7 @@ CONFIG_R8712U=m
CONFIG_R8188EU=m CONFIG_R8188EU=m
# CONFIG_88EU_AP_MODE is not set # CONFIG_88EU_AP_MODE is not set
# CONFIG_88EU_P2P is not set # CONFIG_88EU_P2P is not set
# CONFIG_R8723AU is not set
# CONFIG_RTS5139 is not set # CONFIG_RTS5139 is not set
# CONFIG_TRANZPORT is not set # CONFIG_TRANZPORT is not set
# CONFIG_LINE6_USB is not set # CONFIG_LINE6_USB is not set
......
...@@ -2251,6 +2251,9 @@ CONFIG_DRM_PANEL=y ...@@ -2251,6 +2251,9 @@ CONFIG_DRM_PANEL=y
# Display Panels # Display Panels
# #
# CONFIG_DRM_PANEL_SIMPLE is not set # CONFIG_DRM_PANEL_SIMPLE is not set
# CONFIG_DRM_PANEL_LD9040 is not set
# CONFIG_DRM_PANEL_S6E8AA0 is not set
# CONFIG_DRM_PTN3460 is not set
# CONFIG_VGASTATE is not set # CONFIG_VGASTATE is not set
CONFIG_VIDEOMODE_HELPERS=y CONFIG_VIDEOMODE_HELPERS=y
CONFIG_HDMI=y CONFIG_HDMI=y
...@@ -3017,6 +3020,7 @@ CONFIG_STAGING=y ...@@ -3017,6 +3020,7 @@ CONFIG_STAGING=y
# CONFIG_RTLLIB is not set # CONFIG_RTLLIB is not set
# CONFIG_R8712U is not set # CONFIG_R8712U is not set
# CONFIG_R8188EU is not set # CONFIG_R8188EU is not set
# CONFIG_R8723AU is not set
# CONFIG_R8821AE is not set # CONFIG_R8821AE is not set
# CONFIG_RTS5139 is not set # CONFIG_RTS5139 is not set
# CONFIG_RTS5208 is not set # CONFIG_RTS5208 is not set
......
...@@ -2739,6 +2739,9 @@ CONFIG_DRM_PANEL=y ...@@ -2739,6 +2739,9 @@ CONFIG_DRM_PANEL=y
# Display Panels # Display Panels
# #
CONFIG_DRM_PANEL_SIMPLE=y CONFIG_DRM_PANEL_SIMPLE=y
# CONFIG_DRM_PANEL_LD9040 is not set
# CONFIG_DRM_PANEL_S6E8AA0 is not set
# CONFIG_DRM_PTN3460 is not set
# CONFIG_VGASTATE is not set # CONFIG_VGASTATE is not set
CONFIG_VIDEOMODE_HELPERS=y CONFIG_VIDEOMODE_HELPERS=y
CONFIG_HDMI=y CONFIG_HDMI=y
...@@ -3464,6 +3467,7 @@ CONFIG_STAGING=y ...@@ -3464,6 +3467,7 @@ CONFIG_STAGING=y
# CONFIG_RTLLIB is not set # CONFIG_RTLLIB is not set
# CONFIG_R8712U is not set # CONFIG_R8712U is not set
# CONFIG_R8188EU is not set # CONFIG_R8188EU is not set
# CONFIG_R8723AU is not set
# CONFIG_R8821AE is not set # CONFIG_R8821AE is not set
# CONFIG_RTS5139 is not set # CONFIG_RTS5139 is not set
# CONFIG_RTS5208 is not set # CONFIG_RTS5208 is not set
......
...@@ -29,10 +29,10 @@ toolchain="gcc_linaro_gnueabihf_4_8" ...@@ -29,10 +29,10 @@ toolchain="gcc_linaro_gnueabihf_4_8"
#Kernel/Build #Kernel/Build
KERNEL_REL=3.14 KERNEL_REL=3.14
KERNEL_TAG=${KERNEL_REL} KERNEL_TAG=${KERNEL_REL}
BUILD=armv7-devel-r9 BUILD=armv7-devel-r10
#v3.X-rcX + upto SHA #v3.X-rcX + upto SHA
KERNEL_SHA="a7963eb7f4c4b5df84d5dd5083734278ad75bafb" KERNEL_SHA="ce7613db2d8d4d5af2587ab5d7090055c4562201"
#git branch #git branch
#BRANCH="v3.15.x" #BRANCH="v3.15.x"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment