Message ID | 1500270596-22384-2-git-send-email-krzk@kernel.org (mailing list archive) |
---|---|
State | Rejected |
Delegated to: | Simon Horman |
Headers | show |
Hi Krzysztof, On Mon, Jul 17, 2017 at 7:49 AM, Krzysztof Kozlowski <krzk@kernel.org> wrote: > Remove options which do not exist anymore: > - DRM_RCAR_HDMI was merged to generic DRM bridge and is obsolete since > commit 5c602531feb3 ("drm: rcar-du: Replace manual bridge > implementation with DRM bridge"); > > - SND_SOC_RSRC_CARD was replaced by SND_SIMPLE_SCU_CARD in commit > d12c6216c4a5 ("ASoC: rsrc-card: rename rsrc-card to simple-scu-card > phase3"); > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> These have already be fixed in the defconfig-for-v4.14 branch Simon Horman's tree (git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git). https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git/log/?h=defconfig-for-v4.14 They're not yet in -next as v4.13-rc1 wasn't released at that time, and Simon is now on holidays. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
On Mon, Jul 17, 2017 at 09:29:24AM +0200, Geert Uytterhoeven wrote: > Hi Krzysztof, > > On Mon, Jul 17, 2017 at 7:49 AM, Krzysztof Kozlowski <krzk@kernel.org> wrote: > > Remove options which do not exist anymore: > > - DRM_RCAR_HDMI was merged to generic DRM bridge and is obsolete since > > commit 5c602531feb3 ("drm: rcar-du: Replace manual bridge > > implementation with DRM bridge"); > > > > - SND_SOC_RSRC_CARD was replaced by SND_SIMPLE_SCU_CARD in commit > > d12c6216c4a5 ("ASoC: rsrc-card: rename rsrc-card to simple-scu-card > > phase3"); > > > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > > These have already be fixed in the defconfig-for-v4.14 branch Simon Horman's > tree (git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git). > > https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git/log/?h=defconfig-for-v4.14 > > They're not yet in -next as v4.13-rc1 wasn't released at that time, and > Simon is now on holidays. Ahhh, thanks for noticing this! Best regards, Krzysztof
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 3c66a422fb4d..123a1debe3d7 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -155,7 +155,6 @@ CONFIG_VIDEO_ML86V7667=y CONFIG_DRM=y CONFIG_DRM_I2C_ADV7511=y CONFIG_DRM_RCAR_DU=y -CONFIG_DRM_RCAR_HDMI=y CONFIG_DRM_RCAR_LVDS=y CONFIG_FB_SH_MOBILE_LCDC=y CONFIG_FB_SH_MOBILE_MERAM=y @@ -169,9 +168,9 @@ CONFIG_SND=y CONFIG_SND_SOC=y CONFIG_SND_SOC_SH4_FSI=y CONFIG_SND_SOC_RCAR=y -CONFIG_SND_SOC_RSRC_CARD=y CONFIG_SND_SOC_AK4642=y CONFIG_SND_SOC_WM8978=y +CONFIG_SND_SIMPLE_SCU_CARD=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_RCAR=y
Remove options which do not exist anymore: - DRM_RCAR_HDMI was merged to generic DRM bridge and is obsolete since commit 5c602531feb3 ("drm: rcar-du: Replace manual bridge implementation with DRM bridge"); - SND_SOC_RSRC_CARD was replaced by SND_SIMPLE_SCU_CARD in commit d12c6216c4a5 ("ASoC: rsrc-card: rename rsrc-card to simple-scu-card phase3"); Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> --- arch/arm/configs/shmobile_defconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)