aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-07-07 08:44:34 -0400
committerArnd Bergmann <arnd@arndb.de>2016-07-07 08:44:34 -0400
commit0c789933d231acf650f93aa630fe0db257f1738c (patch)
tree357a19bf2f2e5bbf1f728f1fa601d8b0994a4e4f
parent1ed59b8f4390df4d4ee77b85f1681a3056c10a24 (diff)
parent684d2d7ca35a97a6154cff46413f65a92bb14336 (diff)
Merge tag 'sunxi-defconfig-for-4.8' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into next/defconfig
Merge "Allwinner defconfig changes for 4.8" from Maxime Ripard: Two patches to enable the DRM driver in the sunxi and multi_v7 defconfig. * tag 'sunxi-defconfig-for-4.8' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux: ARM: sunxi: Enable sun4i DRM driver ARM: multi_v7: Enable sun4i DRM driver
-rw-r--r--arch/arm/configs/multi_v7_defconfig1
-rw-r--r--arch/arm/configs/sunxi_defconfig2
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 29e84c3f6e67..8d189350e8ba 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -583,6 +583,7 @@ CONFIG_DRM_ATMEL_HLCDC=m
583CONFIG_DRM_RCAR_DU=m 583CONFIG_DRM_RCAR_DU=m
584CONFIG_DRM_RCAR_HDMI=y 584CONFIG_DRM_RCAR_HDMI=y
585CONFIG_DRM_RCAR_LVDS=y 585CONFIG_DRM_RCAR_LVDS=y
586CONFIG_DRM_SUN4I=m
586CONFIG_DRM_TEGRA=y 587CONFIG_DRM_TEGRA=y
587CONFIG_DRM_PANEL_SAMSUNG_LD9040=m 588CONFIG_DRM_PANEL_SAMSUNG_LD9040=m
588CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0=m 589CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0=m
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index 81a1b92fd4e6..714da336ec86 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -97,6 +97,8 @@ CONFIG_MEDIA_SUPPORT=y
97CONFIG_MEDIA_RC_SUPPORT=y 97CONFIG_MEDIA_RC_SUPPORT=y
98CONFIG_RC_DEVICES=y 98CONFIG_RC_DEVICES=y
99CONFIG_IR_SUNXI=y 99CONFIG_IR_SUNXI=y
100CONFIG_DRM=y
101CONFIG_DRM_SUN4I=y
100CONFIG_FB=y 102CONFIG_FB=y
101CONFIG_FB_SIMPLE=y 103CONFIG_FB_SIMPLE=y
102CONFIG_FRAMEBUFFER_CONSOLE=y 104CONFIG_FRAMEBUFFER_CONSOLE=y