Message ID | 5453CCCF.5090201@infradead.org (mailing list archive) |
---|---|
State | Accepted |
Commit | e894beb8183dd9e3834983440900ceb632823676 |
Headers | show |
On Fri, 31 Oct 2014, Randy Dunlap wrote: > From: Randy Dunlap <rdunlap@infradead.org> > > Fix build errors when CONFIG_I2C is not enabled by making the > driver depend on I2C. > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Brian Austin <brian.austin@cirrus.com> Thanks for submitting this. Sorry I dropped it Brian
On Fri, Oct 31, 2014 at 10:54:23AM -0700, Randy Dunlap wrote: > From: Randy Dunlap <rdunlap@infradead.org> > > Fix build errors when CONFIG_I2C is not enabled by making the > driver depend on I2C. Applied, please do try to follow the changelog style for the subsystem.
--- linux-next-20141031.orig/sound/soc/codecs/Kconfig +++ linux-next-20141031/sound/soc/codecs/Kconfig @@ -338,6 +338,7 @@ config SND_SOC_CS42L51 config SND_SOC_CS42L51_I2C tristate "Cirrus Logic CS42L51 CODEC (I2C)" + depends on I2C select SND_SOC_CS42L51 config SND_SOC_CS42L52