linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gunther.Mayer@t-online.de (Gunther Mayer)
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org
Subject: Patch: test13-pre2 fails "make xconfig" in isdn/Config.in
Date: Sat, 16 Dec 2000 12:36:30 +0100	[thread overview]
Message-ID: <3A3B53BE.41C31B99@t-online.de> (raw)

Hi Linus,
apply this patch if like to fix this obvious error
with "make xconfig" on plain tree:
	./tkparse < ../arch/i386/config.in >> kconfig.tk
	drivers/isdn/Config.in: 98: can't handle dep_bool/dep_mbool/dep_tristate condition
	make[1]: *** [kconfig.tk] Error 1
	make[1]: Leaving directory `/usr/src/linux/scripts'

-
Gunther




--- linux/drivers/isdn/Config.in-240t13pre2-orig        Sat Dec 16 12:20:59 2000
+++ linux/drivers/isdn/Config.in        Sat Dec 16 12:21:48 2000
@@ -95,7 +95,7 @@
       dep_bool  '    Eicon PCI DIVA Server BRI/PRI/4BRI support' CONFIG_ISDN_DRV_EICON_PCI $CONFIG_PCI
       bool      '    Eicon S,SX,SCOM,Quadro,S2M support' CONFIG_ISDN_DRV_EICON_ISA
    fi
-   dep_tristate '  Build Eicon driver type standalone' CONFIG_ISDN_DRV_EICON_DIVAS
+   bool '  Build Eicon driver type standalone' CONFIG_ISDN_DRV_EICON_DIVAS
 fi
 
 # CAPI subsystem
-
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:[~2000-12-16 11:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-16 11:36 Gunther Mayer [this message]
2000-12-16 14:45 ` Patch: test13-pre2 fails "make xconfig" in isdn/Config.in Kai Germaschewski
2000-12-16 23:19 ` Armin Schindler

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=3A3B53BE.41C31B99@t-online.de \
    --to=gunther.mayer@t-online.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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;
as well as URLs for NNTP newsgroup(s).