diff mbox

[3/3] enable needed modules for cubieboard2

Message ID 1379328727-2577-4-git-send-email-carlos@crqgestion.es
State Superseded
Headers show

Commit Message

Carlos Quijano Sept. 16, 2013, 10:52 a.m. UTC
Signed-off-by: Carlos Quijano <carlos@crqgestion.es>
---
 .../cubieboard2/cubieboard2_kernel.config          |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Sept. 16, 2013, 6:08 p.m. UTC | #1
Dear Carlos Quijano,

On Mon, 16 Sep 2013 12:52:07 +0200, Carlos Quijano wrote:

> diff --git a/board/cubietech/cubieboard2/cubieboard2_kernel.config b/board/cubietech/cubieboard2/cubieboard2_kernel.config
> index 081e00b..690b5a1 100644
> --- a/board/cubietech/cubieboard2/cubieboard2_kernel.config
> +++ b/board/cubietech/cubieboard2/cubieboard2_kernel.config
> @@ -2109,9 +2109,9 @@ CONFIG_FB_MODE_HELPERS=y
>  CONFIG_FB_SUNXI=y
>  CONFIG_FB_SUNXI_RESERVED_MEM=y
>  CONFIG_FB_SUNXI_UMP=y
> -# CONFIG_FB_SUNXI_LCD is not set
> +CONFIG_FB_SUNXI_LCD=y
>  CONFIG_FB_SUNXI_HDMI=y
> -# CONFIG_HDMI_CEC is not set
> +CONFIG_HDMI_CEC=y
>  # CONFIG_FB_ARMCLCD is not set
>  # CONFIG_FB_UVESA is not set
>  # CONFIG_FB_S1D13XXX is not set

This should be part of the patch adding the kernel configuration file.

Thomas
diff mbox

Patch

diff --git a/board/cubietech/cubieboard2/cubieboard2_kernel.config b/board/cubietech/cubieboard2/cubieboard2_kernel.config
index 081e00b..690b5a1 100644
--- a/board/cubietech/cubieboard2/cubieboard2_kernel.config
+++ b/board/cubietech/cubieboard2/cubieboard2_kernel.config
@@ -2109,9 +2109,9 @@  CONFIG_FB_MODE_HELPERS=y
 CONFIG_FB_SUNXI=y
 CONFIG_FB_SUNXI_RESERVED_MEM=y
 CONFIG_FB_SUNXI_UMP=y
-# CONFIG_FB_SUNXI_LCD is not set
+CONFIG_FB_SUNXI_LCD=y
 CONFIG_FB_SUNXI_HDMI=y
-# CONFIG_HDMI_CEC is not set
+CONFIG_HDMI_CEC=y
 # CONFIG_FB_ARMCLCD is not set
 # CONFIG_FB_UVESA is not set
 # CONFIG_FB_S1D13XXX is not set