lkml.org 
[lkml]   [2002]   [Mar]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch] Don't offer CONFIG_INDYDOG on non-ip22 machines


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/

\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.126 / U:1.772 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site