Re: [patch] pci/hotplug acpiphp: fix Kconfig for Dock dependencies

2006-07-26 Thread Keshavamurthy Anil S
On Tue, Jul 25, 2006 at 05:13:31PM -0700, Randy.Dunlap wrote: 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

Re: [patch] pci/hotplug acpiphp: fix Kconfig for Dock dependencies

2006-07-26 Thread Kristen Carlson Accardi
--- I confirmed that Anil's patch will work, here is a proper patch with Anil's changes. Change the build options for acpiphp so that it may build without being dependent on the ACPI_DOCK option, but yet does not allow the option of acpiphp being built-in when dock is built as a module.

[patch] pci/hotplug acpiphp: fix Kconfig for Dock dependencies

2006-07-25 Thread Kristen Carlson Accardi
--- the build options submitted for 2.6.18-rcX for acpiphp and the dock module are not quite right. Can you please review this patch and make sure this makes sense? I'd like this pushed to Linus as soon as possible. Change the build options for acpiphp so that it may build without being

Re: [patch] pci/hotplug acpiphp: fix Kconfig for Dock dependencies

2006-07-25 Thread Keshavamurthy Anil S
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? Signed-off-by: Anil S Keshavamurthy [EMAIL PROTECTED]

Re: [patch] pci/hotplug acpiphp: fix Kconfig for Dock dependencies

2006-07-25 Thread Randy.Dunlap
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