On Tue, 25 Jul 2006, Keshavamurthy Anil S wrote: > On Tue, Jul 25, 2006 at 04:18:54PM -0700, Kristen Carlson Accardi wrote: > > drivers/pci/hotplug/Kconfig | 17 ++++++++++++++++- > > 1 file changed, 16 insertions(+), 1 deletion(-) > Can;t this be done with just one line change? The first attempted patch was something like: depends on HOTPLUG_PCI && ACPI_DOCK!=n but that is not legal kconfig language. Did you have something else in mind? > Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx> > > > > > 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) -- ~Randy - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html