Kconfig names the option CONFIG_SND_FM801_TEA575X, but the makefiles don't
check for the resulting CONFIG_CONFIG_SND_FM801_TEA575X -- trivial fix
attached.
LLaP
bero
--
Ark Linux - Linux for the masses
http://www.arklinux.org/
Redistribution and processing of this message is subject to
http://www.arklinux.org/terms.php
Bernhard Rosenkraenzer <[email protected]> wrote:
>
> -config CONFIG_SND_FM801_TEA575X
> +config SND_FM801_TEA575X
> tristate "ForteMedia FM801 + TEA5757 tuner"
> depends on SND_FM801
> select CONFIG_VIDEO_DEV
^^^^^^
That's broken too. I've sent a fix to Jaroslaw, thanks.