9 Jul
2008
9 Jul
'08
10:27 p.m.
At Wed, 9 Jul 2008 16:27:56 +0200, Manuel Lauss wrote:
Hi Takashi,
On Wed, Jul 09, 2008 at 07:48:00PM +0200, Takashi Iwai wrote:
Hi,
there are still some minor Kconfig issues:
--- /dev/null +++ b/sound/soc/au1x/Kconfig @@ -0,0 +1,36 @@ +menu "SoC Audio for the Alchemy/AMD/RMI Au1xxx"
- depends on SOC_AU1200 || SOC_AU1550
Avoid menu. If really needed, use rather menuconfig.
Done. (Someone should do that for all others. It's annoying that the OMAP and Freescale SOC options are visible on Au1xxx).
+## +## Au1200/Au1550 PSC + DBDMA +## +config SND_SOC_AU1XPSC
- tristate "SoC Audio for Au1200/Au1250/Au1550"
- depends on SND_SOC && (SOC_AU1200 || SOC_AU1550)
As mentioned earlier, dependency on SND_SOC is superfluous here.
Also done.
Thanks, applied now.
Takashi