public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jocelyn Mayer <jocelyn.mayer@netgem.com>
To: R.A.Reitsma@wbmt.tudelft.nl, linux-kernel@vger.kernel.org
Subject: Fix dependencies for radio-miropcm20
Date: Sat, 03 Feb 2001 21:25:45 +0100	[thread overview]
Message-ID: <3A7C6949.3070705@netgem.com> (raw)

I made a very little patch to avoid
people complaining that the kernel doesn't compile
properly when trying to use radio miropcm20 driver.
(I've seen some of this in french newsgroups...)

This driver always needs the ACI mixer,
so this feature should be enabled when we select
the miropcm driver.
For this, I think we have to change: (in 2.4.0 kernel)

--- Config.in-orig      Sat Feb  3 21:12:16 2001                        
                                                                        
                             
+++ Config.in   Sat Feb  3 21:18:48 2001                                
                                                                        
                             
@@ -22,7 +22,7 @@                                                       
                                                                        
                             
   hex '    GemTek i/o port (0x20c, 0x30c, 0x24c or 0x34c)' 
CONFIG_RADIO_GEMTEK_PORT 34c                                             
                                       
fi                                                                       
                                                                        
                           
dep_tristate '  Maestro on board radio' CONFIG_RADIO_MAESTRO 
$CONFIG_VIDEO_DEV                                                       
                                       
-dep_tristate '  Miro PCM20 Radio' CONFIG_RADIO_MIROPCM20 
$CONFIG_VIDEO_DEV                                                       
                                           
+dep_tristate '  Miro PCM20 Radio' CONFIG_RADIO_MIROPCM20 
$CONFIG_VIDEO_DEV $CONFIG_SOUND_ACI_MIXER                               
                                           
dep_tristate '  SF16FMI Radio' CONFIG_RADIO_SF16FMI $CONFIG_VIDEO_DEV    
                                                                        
                           
if [ "$CONFIG_RADIO_SF16FMI" = "y" ]; then                               
                                                                        
                           
   hex '    SF16FMI I/O port (0x284 or 0x384)' CONFIG_RADIO_SF16FMI_PORT 
284                                                                     
                           

With regards.

Jocelyn Mayer
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

             reply	other threads:[~2001-02-03 20:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-03 20:25 Jocelyn Mayer [this message]
2001-02-04  2:31 ` Fix dependencies for radio-miropcm20 Robert Siemer
2001-02-05  8:41   ` Arjan van de Ven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3A7C6949.3070705@netgem.com \
    --to=jocelyn.mayer@netgem.com \
    --cc=R.A.Reitsma@wbmt.tudelft.nl \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox