Message ID | 20160111042512.GA30997@jirafa.cyrius.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sun, Jan 10, 2016 at 08:25:12PM -0800, Martin Michlmayr wrote: > The kirkwood-t5325 driver driver was removed in commit 270a85c80c86 > ("ASoC: kirkwood: Remove unused drivers") in favour of DT based > simple-card equivalents. Remove the obsolete config option. > > Signed-off-by: Martin Michlmayr <tbm@cyrius.com> Reviewd-by: Andrew Lunn <andrew@lunn.ch> Thanks Andrew > --- > arch/arm/configs/mvebu_v5_defconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v5_defconfig > index 824de49..79e6260 100644 > --- a/arch/arm/configs/mvebu_v5_defconfig > +++ b/arch/arm/configs/mvebu_v5_defconfig > @@ -108,7 +108,6 @@ CONFIG_SOUND=y > CONFIG_SND=y > CONFIG_SND_SOC=y > CONFIG_SND_KIRKWOOD_SOC=y > -CONFIG_SND_KIRKWOOD_SOC_T5325=y > CONFIG_SND_SOC_ALC5623=y > CONFIG_SND_SIMPLE_CARD=y > CONFIG_REGULATOR=y > -- > 2.1.4 > > -- > Martin Michlmayr > http://www.cyrius.com/ > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Hi Martin On sam., janv. 16 2016, Andrew Lunn <andrew@lunn.ch> wrote: > On Sun, Jan 10, 2016 at 08:25:12PM -0800, Martin Michlmayr wrote: >> The kirkwood-t5325 driver driver was removed in commit 270a85c80c86 >> ("ASoC: kirkwood: Remove unused drivers") in favour of DT based >> simple-card equivalents. Remove the obsolete config option. >> >> Signed-off-by: Martin Michlmayr <tbm@cyrius.com> > > Reviewd-by: Andrew Lunn <andrew@lunn.ch> Actually this change was already done in 8c95b85c0ba2 ("ARM: mvebu: update v5 defconfig"). So I won't apply it. Thanks, Gregory > > Thanks > Andrew > >> --- >> arch/arm/configs/mvebu_v5_defconfig | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v5_defconfig >> index 824de49..79e6260 100644 >> --- a/arch/arm/configs/mvebu_v5_defconfig >> +++ b/arch/arm/configs/mvebu_v5_defconfig >> @@ -108,7 +108,6 @@ CONFIG_SOUND=y >> CONFIG_SND=y >> CONFIG_SND_SOC=y >> CONFIG_SND_KIRKWOOD_SOC=y >> -CONFIG_SND_KIRKWOOD_SOC_T5325=y >> CONFIG_SND_SOC_ALC5623=y >> CONFIG_SND_SIMPLE_CARD=y >> CONFIG_REGULATOR=y >> -- >> 2.1.4 >> >> -- >> Martin Michlmayr >> http://www.cyrius.com/ >> >> _______________________________________________ >> linux-arm-kernel mailing list >> linux-arm-kernel@lists.infradead.org >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v5_defconfig index 824de49..79e6260 100644 --- a/arch/arm/configs/mvebu_v5_defconfig +++ b/arch/arm/configs/mvebu_v5_defconfig @@ -108,7 +108,6 @@ CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_SOC=y CONFIG_SND_KIRKWOOD_SOC=y -CONFIG_SND_KIRKWOOD_SOC_T5325=y CONFIG_SND_SOC_ALC5623=y CONFIG_SND_SIMPLE_CARD=y CONFIG_REGULATOR=y
The kirkwood-t5325 driver driver was removed in commit 270a85c80c86 ("ASoC: kirkwood: Remove unused drivers") in favour of DT based simple-card equivalents. Remove the obsolete config option. Signed-off-by: Martin Michlmayr <tbm@cyrius.com> --- arch/arm/configs/mvebu_v5_defconfig | 1 - 1 file changed, 1 deletion(-)