From: Adrian Bunk <bunk@fs.tum.de>
To: Tim Cambrant <tcambrant@hotmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Finding out what certain kernel config options are dependant on
Date: Tue, 10 Aug 2004 16:42:00 +0200 [thread overview]
Message-ID: <20040810144200.GN26174@fs.tum.de> (raw)
In-Reply-To: <BAY1-F15JkUwWpSWerO0001ad67@hotmail.com>
On Tue, Aug 10, 2004 at 01:15:18PM +0200, Tim Cambrant wrote:
> Hi, I'm sorry for not posting a more development related question, but I
> know there is a need for finding out why certain options in make config are
> preselected, and why we can't choose not to use them. If this doesn't make
> sense, consider this:
> On my machine, with 2.6.8-rc4-mm1 (and all the other versions I've tried so
> far in 2.6) CONFIG_CRYPTO is preselected, and I can't remove it. I'm not
> interested in the cryptographic API at all. So what driver or option did i
> enable that requires CONFIG_CRYPTO?
> I'd appreciate help on finding this out, since I'd like to remove it all
> from my .config. Is there a script or some other automated way on finding
> this out?
> If I find out that CONFIG_CRYPTO really is needed in the kernel all the
> way, I appologize for asking such a stupid question, but then I'd wonder
> why there is even an option for that.
find . -name Kconfig\* | xargs grep select | grep CRYPTO
It seems, you have one or more of the following options enabled:
BLK_DEV_CRYPTOLOOP
DM_CRYPT
INET6_AH
INET6_ESP
INET6_IPCOMP
INET_AH
INET_ESP
INET_IPCOMP
IPV6_PRIVACY
IP_SCTP
NFS_V4
RPCSEC_GSS_KRB5
Disabling all of them should enable you to disable CRYPTO.
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:[~2004-08-10 14:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-10 11:15 Tim Cambrant
2004-08-10 14:42 ` Adrian Bunk [this message]
2004-08-11 23:26 ` David Woodhouse
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=20040810144200.GN26174@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=linux-kernel@vger.kernel.org \
--cc=tcambrant@hotmail.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
all inboxes | Powered by JetHome®