Message ID | 595096daf0ac9c1741b6182eb72d636802a21006.1544126077.git.horms+renesas@verge.net.au (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] Renesas ARM64 Based SoC Defconfig Updates for v4.21 | expand |
Hi Simon, On Thu, Dec 6, 2018 at 10:58 PM Simon Horman <horms+renesas@verge.net.au> wrote: > Enable the scu-simple-card which is used by > the R-Car E3 (r8a77990) based Ebisu board. > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index f88190463481..9d0b42d96f03 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -491,6 +491,7 @@ CONFIG_SND_SOC_RT5514=m > CONFIG_SND_SOC_RT5514_SPI=m > CONFIG_SND_SOC_RT5645=m > CONFIG_SND_SIMPLE_CARD=m > +CONFIG_SND_SIMPLE_SCU_CARD=y Shouldn't this be "m"? > CONFIG_SND_AUDIO_GRAPH_CARD=m > CONFIG_I2C_HID=m > CONFIG_USB=y Gr{oetje,eeting}s, Geert
On Fri, Dec 07, 2018 at 09:28:22AM +0100, Geert Uytterhoeven wrote: > Hi Simon, > > On Thu, Dec 6, 2018 at 10:58 PM Simon Horman <horms+renesas@verge.net.au> wrote: > > Enable the scu-simple-card which is used by > > the R-Car E3 (r8a77990) based Ebisu board. > > > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au> > > --- > > arch/arm64/configs/defconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > > index f88190463481..9d0b42d96f03 100644 > > --- a/arch/arm64/configs/defconfig > > +++ b/arch/arm64/configs/defconfig > > @@ -491,6 +491,7 @@ CONFIG_SND_SOC_RT5514=m > > CONFIG_SND_SOC_RT5514_SPI=m > > CONFIG_SND_SOC_RT5645=m > > CONFIG_SND_SIMPLE_CARD=m > > +CONFIG_SND_SIMPLE_SCU_CARD=y > > Shouldn't this be "m"? Thanks Geert, I'll look into an incremental update for that. > > > CONFIG_SND_AUDIO_GRAPH_CARD=m > > CONFIG_I2C_HID=m > > CONFIG_USB=y > > 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 >
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f88190463481..9d0b42d96f03 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -491,6 +491,7 @@ CONFIG_SND_SOC_RT5514=m CONFIG_SND_SOC_RT5514_SPI=m CONFIG_SND_SOC_RT5645=m CONFIG_SND_SIMPLE_CARD=m +CONFIG_SND_SIMPLE_SCU_CARD=y CONFIG_SND_AUDIO_GRAPH_CARD=m CONFIG_I2C_HID=m CONFIG_USB=y
Enable the scu-simple-card which is used by the R-Car E3 (r8a77990) based Ebisu board. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)