From: Marcel Ziswiler <marcel@ziswiler.com>
To: linux-arm-kernel@lists.infradead.org
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>,
Fabio Estevam <festevam@gmail.com>,
Andreas Kemnade <andreas@kemnade.info>,
Daniel Vetter <daniel.vetter@ffwll.ch>,
Kees Cook <keescook@chromium.org>,
NXP Linux Team <linux-imx@nxp.com>,
Otavio Salvador <otavio@ossystems.com.br>,
Pascal Zimmermann <pzimmermann@dh-electronics.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Russell King <linux@armlinux.org.uk>,
Sascha Hauer <s.hauer@pengutronix.de>,
Shawn Guo <shawnguo@kernel.org>,
linux-kernel@vger.kernel.org
Subject: [PATCH v4 2/9] ARM: imx_v6_v7_defconfig: enable fb
Date: Mon, 20 Sep 2021 16:49:31 +0200 [thread overview]
Message-ID: <20210920144938.314588-3-marcel@ziswiler.com> (raw)
In-Reply-To: <20210920144938.314588-1-marcel@ziswiler.com>
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Enable CONFIG_FB which is nowadays required for CONFIG_DRM_PANEL_LVDS,
CONFIG_DRM_PANEL_SIMPLE, CONFIG_DRM_PANEL_SEIKO_43WVF1G,
CONFIG_FB_MODE_HELPERS, CONFIG_BACKLIGHT_PWM, CONFIG_BACKLIGHT_GPIO,
CONFIG_FRAMEBUFFER_CONSOLE, CONFIG_LOGO, CONFIG_FONTS, CONFIG_FONT_8x8
and CONFIG_FONT_8x16.
Fixes: f611b1e7624c ("drm: Avoid circular dependencies for CONFIG_FB")
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
---
(no changes since v3)
Changes in v3:
- Add Fabio's reviewed-by. Thanks!
- Added fixes tag as pointed out by Stefan and Fabio. Thanks!
arch/arm/configs/imx_v6_v7_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index 70b3c377c4302..6618a009a105e 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -293,6 +293,7 @@ CONFIG_DRM_IMX_LDB=y
CONFIG_DRM_IMX_HDMI=y
CONFIG_DRM_ETNAVIV=y
CONFIG_DRM_MXSFB=y
+CONFIG_FB=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_LCD_CLASS_DEVICE=y
CONFIG_LCD_L4F00242T03=y
--
2.26.2
next prev parent reply other threads:[~2021-09-20 14:50 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-20 14:49 [PATCH v4 0/9] ARM: prepare and add colibri imx6ull 1gb (emmc) support Marcel Ziswiler
2021-09-20 14:49 ` [PATCH v4 1/9] ARM: imx_v6_v7_defconfig: enable mtd physmap Marcel Ziswiler
2021-10-05 3:22 ` Shawn Guo
2021-09-20 14:49 ` Marcel Ziswiler [this message]
2021-09-20 14:49 ` [PATCH v4 3/9] ARM: imx_v6_v7_defconfig: change snd soc tlv320aic3x to i2c variant Marcel Ziswiler
2021-10-05 3:23 ` Shawn Guo
2021-09-20 14:49 ` [PATCH v4 4/9] ARM: imx_v6_v7_defconfig: rebuild default configuration Marcel Ziswiler
2021-10-05 3:23 ` Shawn Guo
2021-09-20 14:49 ` [PATCH v4 5/9] ARM: imx_v6_v7_defconfig: build imx sdma driver as module Marcel Ziswiler
2021-09-20 14:52 ` Marek Vasut
2021-09-20 15:55 ` Marcel Ziswiler
2021-09-20 16:14 ` Marek Vasut
2021-09-20 16:50 ` Lucas Stach
2021-10-05 3:24 ` Shawn Guo
2021-09-20 14:49 ` [PATCH v4 6/9] ARM: imx_v6_v7_defconfig: enable bpf syscall and cgroup bpf Marcel Ziswiler
2021-10-05 3:24 ` Shawn Guo
2021-09-20 14:49 ` [PATCH v4 7/9] dt-bindings: arm: fsl: clean-up all toradex boards/modules Marcel Ziswiler
2021-10-05 3:27 ` Shawn Guo
2021-09-20 14:49 ` [PATCH v4 8/9] ARM: dts: colibri-imx6ull-emmc: add device tree Marcel Ziswiler
[not found] ` <20211005032834.GG20743@dragon>
2021-10-05 4:13 ` Marcel Ziswiler
2021-09-20 14:49 ` [PATCH v4 9/9] dt-bindings: arm: fsl: add toradex,colibri-imx6ull-emmc Marcel Ziswiler
2021-10-05 3:28 ` Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210920144938.314588-3-marcel@ziswiler.com \
--to=marcel@ziswiler.com \
--cc=andreas@kemnade.info \
--cc=daniel.vetter@ffwll.ch \
--cc=festevam@gmail.com \
--cc=keescook@chromium.org \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=marcel.ziswiler@toradex.com \
--cc=otavio@ossystems.com.br \
--cc=pzimmermann@dh-electronics.com \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®