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:	Thu, 27 Jul 2006 02:23:15 +0200 (CEST)
From:	Roman Zippel <zippel@...ux-m68k.org>
To:	Kristen Carlson Accardi <kristen.c.accardi@...el.com>
cc:	Keshavamurthy Anil S <anil.s.keshavamurthy@...el.com>,
	linux-acpi@...r.kernel.org, len.brown@...el.com, akpm@...l.org,
	rdunlap@...otime.net, linux-kernel@...r.kernel.org, greg@...ah.com,
	pcihpd-discuss@...ts.sourceforge.net
Subject: Re: [patch] pci/hotplug acpiphp: fix Kconfig for Dock dependencies

Hi,

On Wed, 26 Jul 2006, Kristen Carlson Accardi wrote:

>  config HOTPLUG_PCI_ACPI
>  	tristate "ACPI PCI Hotplug driver"
> -	depends on ACPI_DOCK && HOTPLUG_PCI
> +	depends on (!ACPI_DOCK && ACPI && HOTPLUG_PCI) || (ACPI_DOCK && HOTPLUG_PCI)
>  	help

If you keep the HOTPLUG_PCI separate, it won't break the menu, e.g. 
((!ACPI_DOCK && ACPI) || ACPI_DOCK) && HOTPLUG_PCI
BTW most of this file could be put into a "if HOTPLUG_PCI" group, so all 
the HOTPLUG_PCI dependencies don't have to be repeated.

bye, Roman
-
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