From: Adrian Bunk <bunk@stusta.de>
To: Alessandro Suardi <alessandro.suardi@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: CONFIG_SCSI_QLA2<tripleX> looks dead - could it be removed ?
Date: Sun, 9 Jan 2005 07:05:31 +0100 [thread overview]
Message-ID: <20050109060531.GN14108@stusta.de> (raw)
In-Reply-To: <5a4c581d050108214866117e3a@mail.gmail.com>
On Sun, Jan 09, 2005 at 06:48:41AM +0100, Alessandro Suardi wrote:
> Hoping that this time the gmail filter doesn't bounce my subject (doh)
>
> Said entry only appears in defconfigs, but doesn't seem to be actually
> used by anyone - at least according to this grep:
>
> [asuardi@incident linux]$ find . -type f | xargs grep
> CONFIG_SCSI_QLA2XXX | grep -v defconfig
Correct grep command:
grep -r SCSI_QLA2XXX * | grep -v defconfig
> ./drivers/scsi/Makefile:obj-$(CONFIG_SCSI_QLA2XXX) += qla2xxx/
> ./include/linux/autoconf.h:#define CONFIG_SCSI_QLA2XXX_MODULE 1
> ./.config:CONFIG_SCSI_QLA2XXX=m
> ./.config.old:CONFIG_SCSI_QLA2XXX=m
> [asuardi@incident linux]$
>
> Moreover, there doesn't seem to be any entry in kbuild menus to
> turn it off. Even taking it out of my .config and running oldconfig
> brings it back in.
You missed drivers/scsi/qla2xxx/Kconfig .
> --alessandro
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
next prev parent reply other threads:[~2005-01-09 6:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-09 5:48 CONFIG_SCSI_QLA2<tripleX> looks dead - could it be removed ? Alessandro Suardi
2005-01-09 6:05 ` Adrian Bunk [this message]
2005-01-09 6:18 ` Alessandro Suardi
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=20050109060531.GN14108@stusta.de \
--to=bunk@stusta.de \
--cc=alessandro.suardi@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.