linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andi Kleen <ak@muc.de>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Make CONFIG_ISA a choice for i386
Date: Tue, 18 Jun 2002 02:50:02 +0200	[thread overview]
Message-ID: <20020618025002.A10804@averell> (raw)


Now that most driver dirs honour CONFIG_ISA it makes sense to offer it 
as a user visible choice for i386.  Most users of modern PCs will 
define this as off. Also disables the old style CDROM support when
ISA support is not defined.

-Andi

--- linux/arch/i386/config.in	Mon Jun 10 14:31:20 2002
+++ linux-2.5.22-work/arch/i386/config.in	Tue Jun 18 02:46:39 2002
@@ -5,7 +5,6 @@
 mainmenu_name "Linux Kernel Configuration"
 
 define_bool CONFIG_X86 y
-define_bool CONFIG_ISA y
 define_bool CONFIG_SBUS n
 
 define_bool CONFIG_UID16 y
@@ -259,7 +258,9 @@
 
 source drivers/pci/Config.in
 
-bool 'EISA support' CONFIG_EISA
+bool 'ISA support' CONFIG_ISA
+
+dep_bool 'EISA support' CONFIG_EISA $CONFIG_ISA
 
 if [ "$CONFIG_VISWS" != "y" ]; then
    bool 'MCA support' CONFIG_MCA
@@ -357,7 +358,10 @@
 
 source drivers/isdn/Config.in
 
+if [ "$CONFIG_ISA" != "n" ]; then
+
 mainmenu_option next_comment
+
 comment 'Old CD-ROM drivers (not SCSI, not IDE)'
 
 bool 'Support non-SCSI/IDE/ATAPI CDROM drives' CONFIG_CD_NO_IDESCSI
@@ -365,6 +369,8 @@
    source drivers/cdrom/Config.in
 fi
 endmenu
+
+fi
 
 #
 # input before char - char/joystick depends on it. As does USB.

                 reply	other threads:[~2002-06-18  0:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20020618025002.A10804@averell \
    --to=ak@muc.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).