From: Paul M. <le...@li...> - 2007-05-10 12:58:50
|
On Thu, May 10, 2007 at 02:08:33PM +0200, Manuel Lauss wrote: > +## > +## Audio unit modules > +## > + > +config SND_SOC_SH4_HAC > + select AC97_BUS > + select SND_SOC_AC97_BUS > + select SND_AC97_CODEC > + tristate > + > +config SND_SOC_SH4_SSI > + tristate > + This might seem like a silly question, but how are these two supposed to be enabled? At the very least you should have some dependencies on the CPU subtypes that support these blocks. > + > + > +## > +## Boards > +## > + Or are you expecting that the board-specific code will simply select these? Are you planning on submitting a stub that enables these? Or is this just to be a placeholder until some board wants them? |