Re: [patch] Don't offer CONFIG_INDYDOG on non-ip22 machines

Marcelo Tosatti (marcelo@conectiva.com.br)
Fri, 22 Mar 2002 18:13:48 -0300 (BRT)


On Thu, 21 Mar 2002, Adrian Bunk wrote:

> After reading Documentation/kbuild/config-language.txt it seems that this
> should work in theory...
>
> The following patch fixes it so that it works for me:
>
> --- drivers/char/Config.in.old Thu Mar 21 12:48:57 2002
> +++ drivers/char/Config.in Thu Mar 21 13:01:21 2002
> @@ -201,7 +201,9 @@
> tristate ' SBC-60XX Watchdog Timer' CONFIG_60XX_WDT
> tristate ' W83877F (EMACS) Watchdog Timer' CONFIG_W83877F_WDT
> tristate ' ZF MachZ Watchdog' CONFIG_MACHZ_WDT
> - dep_tristate ' Indy/I2 Hardware Watchdog' CONFIG_INDYDOG $CONFIG_SGI_IP22
> + if [ "$CONFIG_SGI_IP22" = "y" ]; then
> + tristate ' Indy/I2 Hardware Watchdog' CONFIG_INDYDOG
> + fi
> fi
> endmenu
>

Applied...

-
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/