Re: [PATCH] CONFIG_ISA
Christoph Hellwig (hch@infradead.org)
Mon, 13 May 2002 08:01:33 +0100
On Mon, May 13, 2002 at 01:40:51AM +0200, Andi Kleen wrote:
> --- linux-vanilla/drivers/media/radio/Config.in	Sun Apr 14 21:18:54 2002
> +++ linux/drivers/media/radio/Config.in	Thu May  9 20:07:45 2002
> @@ -4,6 +4,7 @@
>  mainmenu_option next_comment
>  comment 'Radio Adapters'
>  
> +if [ "$CONFIG_ISA" = "y" ]; then
>  dep_tristate '  ADS Cadet AM/FM Tuner' CONFIG_RADIO_CADET $CONFIG_VIDEO_DEV
>  dep_tristate '  AIMSlab RadioTrack (aka RadioReveal) support' CONFIG_RADIO_RTRACK $CONFIG_VIDEO_DEV
>  if [ "$CONFIG_RADIO_RTRACK" = "y" ]; then
> @@ -21,9 +22,11 @@ dep_tristate '  GemTek Radio Card suppor
>  if [ "$CONFIG_RADIO_GEMTEK" = "y" ]; then
>     hex '    GemTek i/o port (0x20c, 0x30c, 0x24c or 0x34c)' CONFIG_RADIO_GEMTEK_PORT 34c
>  fi
> +fi
Could you please update the indentation?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/