[opensuse-kernel] [PATCH] config: armv6hl: Extend default config for Raspberry Pi
![](https://seccdn.libravatar.org/avatar/1cd903ce739b05e07b73c4db146530d7.jpg?s=120&d=mm&r=g)
Enable CONFIG_FB_SIMPLE as that's what U-Boot exposes in DT. Signed-off-by: Andreas Färber <afaerber@suse.de> --- config/armv6hl/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/armv6hl/default b/config/armv6hl/default index a8d06c4..128863a 100644 --- a/config/armv6hl/default +++ b/config/armv6hl/default @@ -3743,7 +3743,7 @@ CONFIG_FB_METRONOME=m CONFIG_FB_MX3=m CONFIG_FB_BROADSHEET=m # CONFIG_FB_AUO_K190X is not set -# CONFIG_FB_SIMPLE is not set +CONFIG_FB_SIMPLE=y CONFIG_OMAP2_VRFB=y CONFIG_OMAP2_DSS=y # CONFIG_OMAP2_DSS_DEBUG is not set -- 1.8.4 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/3faa48f7f462ca17481ecd1e2f45d53f.jpg?s=120&d=mm&r=g)
On 09.01.2014, at 13:14, Andreas Färber <afaerber@suse.de> wrote:
Enable CONFIG_FB_SIMPLE as that's what U-Boot exposes in DT.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Thanks, applied to master. Alex -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (2)
-
Alexander Graf
-
Andreas Färber