lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 17 May 2007 02:32:14 +0200
From:	Stefan Richter <stefanr@...6.in-berlin.de>
To:	Timur Tabi <timur@...escale.com>
CC:	Stefan Richter <stefanr@...6.in-berlin.de>,
	Al Viro <viro@....linux.org.uk>, torvalds@...ux-foundation.org,
	linux-kernel@...r.kernel.org, zippel@...ux-m68k.org,
	kbuild-devel@...ts.sourceforge.net
Subject: Re: [RFC] select and dependencies in Kconfig

Timur Tabi wrote:
> For example, if I want to add a new driver C that uses library B, I can
> just add this:
> 
> C
>     select B
> 
> If I have to use "depends on", then I would have to change the Kconfig
> option for B like this:
> 
> B
>     depends on A || C

You mean, "B... serves A, C".

However, it shouldn't matter which way around the dependencies are
written down in the Kconfigs.  What does matter is how "make
{old,menu,...}config" deal with it.
-- 
Stefan Richter
-=====-=-=== -=-= =---=
http://arcgraph.de/sr/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ