mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] 2.6.4-rc1-mm1 SND_FM801_TEA575X Kconfig error
@ 2004-03-02  1:39 Bernhard Rosenkraenzer
  2004-03-02  2:02 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Rosenkraenzer @ 2004-03-02  1:39 UTC (permalink / raw)
  To: linux-kernel, akpm

[-- Attachment #1: Type: TEXT/PLAIN, Size: 326 bytes --]

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

[-- Attachment #2: fix --]
[-- Type: TEXT/PLAIN, Size: 422 bytes --]

--- linux-2.6.3/sound/pci/Kconfig.ark	2004-03-02 02:45:58.000000000 +0100
+++ linux-2.6.3/sound/pci/Kconfig	2004-03-02 02:46:03.000000000 +0100
@@ -160,7 +160,7 @@
 	help
 	  Say 'Y' or 'M' to include support for ForteMedia FM801 based soundcards.
 
-config CONFIG_SND_FM801_TEA575X
+config SND_FM801_TEA575X
 	tristate "ForteMedia FM801 + TEA5757 tuner"
 	depends on SND_FM801
         select CONFIG_VIDEO_DEV

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] 2.6.4-rc1-mm1 SND_FM801_TEA575X Kconfig error
  2004-03-02  1:39 [PATCH] 2.6.4-rc1-mm1 SND_FM801_TEA575X Kconfig error Bernhard Rosenkraenzer
@ 2004-03-02  2:02 ` Andrew Morton
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2004-03-02  2:02 UTC (permalink / raw)
  To: Bernhard Rosenkraenzer; +Cc: linux-kernel

Bernhard Rosenkraenzer <bero@arklinux.org> 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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-02  2:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-02  1:39 [PATCH] 2.6.4-rc1-mm1 SND_FM801_TEA575X Kconfig error Bernhard Rosenkraenzer
2004-03-02  2:02 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®