2004-03-02 01:44:16

by Bernhard Rosenkraenzer

[permalink] [raw]
Subject: [PATCH] 2.6.4-rc1-mm1 SND_FM801_TEA575X Kconfig error

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


Attachments:
2.6.4-rc1-mm1-tea575x.patch (422.00 B)
fix

2004-03-02 02:00:45

by Andrew Morton

[permalink] [raw]
Subject: Re: [PATCH] 2.6.4-rc1-mm1 SND_FM801_TEA575X Kconfig error

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.