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] [day] [month] [year] [list]
Date:	Sat, 5 Jul 2008 15:15:06 +0200 (CEST)
From:	Jan Engelhardt <jengelh@...ozas.de>
To:	Ben Dooks <ben-linux@...ff.org>
cc:	linux-kernel@...r.kernel.org
Subject: Re: Kconfig question - multiple entries touching one integer


On Friday 2008-07-04 12:08, Ben Dooks wrote:
>
>doing
>
>	config ARCH_EXTRA_RESOURCES
>	int
>	default 0
>	default 32 if BOARD_A
>	default 64 if BOARD_B
>
>doesn't work

The construct does work, config PAGE_OFFSET in arch/x86/Kconfig
uses it, though the order is different (the base default is last).
--
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