* Finding out what certain kernel config options are dependant on
@ 2004-08-10 11:15 Tim Cambrant
2004-08-10 14:42 ` Adrian Bunk
0 siblings, 1 reply; 3+ messages in thread
From: Tim Cambrant @ 2004-08-10 11:15 UTC (permalink / raw)
To: linux-kernel
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.
_________________________________________________________________
Auktioner: Tjäna en hacka på gamla prylar http://tradera.msn.se
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Finding out what certain kernel config options are dependant on
2004-08-10 11:15 Finding out what certain kernel config options are dependant on Tim Cambrant
@ 2004-08-10 14:42 ` Adrian Bunk
2004-08-11 23:26 ` David Woodhouse
0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2004-08-10 14:42 UTC (permalink / raw)
To: Tim Cambrant; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Finding out what certain kernel config options are dependant on
2004-08-10 14:42 ` Adrian Bunk
@ 2004-08-11 23:26 ` David Woodhouse
0 siblings, 0 replies; 3+ messages in thread
From: David Woodhouse @ 2004-08-11 23:26 UTC (permalink / raw)
To: Adrian Bunk; +Cc: Tim Cambrant, linux-kernel
On Tue, 2004-08-10 at 16:42 +0200, Adrian Bunk wrote:
> find . -name Kconfig\* | xargs grep select | grep CRYPTO
Aunt Tillie's gonna fscking _love_ this :)
--
dwmw2
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-08-11 23:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-10 11:15 Finding out what certain kernel config options are dependant on Tim Cambrant
2004-08-10 14:42 ` Adrian Bunk
2004-08-11 23:26 ` David Woodhouse
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®