lkml.org 
[lkml]   [2000]   [Jan]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] (against 2.3.40) changes defaults for CONFIG_I82365 and CONFIG_TCIC (i386)

Hi everyone,

Attached is a small patch (i386defconfig.patch) that change the default
configuration of CONFIG_I82365 and CONFIG_TCIC to more sane defaults.
Please review the patch and give me your comments on it, or apply it if
it is fine.
This patch is against Linux 2.3.40 and only change one file.


My reason for this patch is below:
-----

The recommended (in the help text) choice for CONFIG_I82365 is "Y", and
this makes sense as it's the most common PCMCIA bridge out there, but
the default setting is none the less "N". This patch change
arch/i386/defconfig to provide a default that match the sane choice.

The default setting for CONFIG_TCIC is "Y" and once again this goes
against both common sense (IMHO) and the recommendation of the help
file. So this patch also change the default setting for this
configuration option to be "N" by default.


The patch is self explanatory, but here is a short synopsis:
-----

CONFIG_I82365 - current default=N new default=Y
CONFIG_TCIC - current default=Y new default=N



Best regards
Jesper Juhl - jesper.juhl@dif.dk

--- linux-2.3.40/arch/i386/defconfig Fri Jan 21 01:00:45 2000
+++ linux-2.3.40jj/arch/i386/defconfig Tue Jan 25 23:08:24 2000
@@ -62,8 +62,8 @@
#
CONFIG_PCMCIA=y
CONFIG_CARDBUS=y
-# CONFIG_I82365 is not set
-CONFIG_TCIC=y
+CONFIG_I82365=y
+# CONFIG_TCIC is not set
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
\
 
 \ /
  Last update: 2005-03-22 13:56    [W:0.021 / U:0.940 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site