diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-05-11 16:34:57 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-05-30 02:29:36 -0400 |
commit | 684d2d7ca35a97a6154cff46413f65a92bb14336 (patch) | |
tree | e8fe1dbf7f745ca2e2096abce73862bfadc5a8cc | |
parent | d85322bf2e59e08c78e214d2b521fc64b4e1d3d2 (diff) |
ARM: sunxi: Enable sun4i DRM driver
Enable the new DRM driver in the sunxi default configuration
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm/configs/sunxi_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
97 | CONFIG_MEDIA_RC_SUPPORT=y | 97 | CONFIG_MEDIA_RC_SUPPORT=y |
98 | CONFIG_RC_DEVICES=y | 98 | CONFIG_RC_DEVICES=y |
99 | CONFIG_IR_SUNXI=y | 99 | CONFIG_IR_SUNXI=y |
100 | CONFIG_DRM=y | ||
101 | CONFIG_DRM_SUN4I=y | ||
100 | CONFIG_FB=y | 102 | CONFIG_FB=y |
101 | CONFIG_FB_SIMPLE=y | 103 | CONFIG_FB_SIMPLE=y |
102 | CONFIG_FRAMEBUFFER_CONSOLE=y | 104 | CONFIG_FRAMEBUFFER_CONSOLE=y |