From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 15 May 2017 20:47:46 +0200 Subject: [U-Boot] [PATCH v3 1/8] rockchip: video: introduce CONFIG_DW_HDMI and select for Rockchip HDMI In-Reply-To: <1494013716-25091-2-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1494013716-25091-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1494013716-25091-2-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: <20170515204746.14e40dd9@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 5 May 2017 21:48:26 +0200 Philipp Tomsich philipp.tomsich at theobroma-systems.com wrote: > Instead of having drivers/video/rockchip/Kconfig point outside of its > hierarchy for dw_hdmi.o, we should use a configuration-option to > include the Designware HDMI support. > > This change introduces a new config option (not to be selected via > menuconfig, but to be selected from a dependent video driver's > configuration option) that enables dw_hdmi.o and selects it whenever > the HDMI support for Rockchip SoCs is selected. > > Signed-off-by: Philipp Tomsich > Reviewed-by: Simon Glass > > --- > > Changes in v3: None > Changes in v2: > - renamed to CONFIG_DW_HDMI (from CONFIG_DESIGNWARE_HDMI) for consistency > with naming in the MMC and USB subsystems > > drivers/video/Kconfig | 9 +++++++++ > drivers/video/Makefile | 1 + > drivers/video/rockchip/Kconfig | 1 + > drivers/video/rockchip/Makefile | 2 +- > 4 files changed, 12 insertions(+), 1 deletion(-) applied to u-boot-video/master (with VIDEO_DW_HDMI in subject). Thanks! -- Anatolij