diff options
| author | Don Mullis <dwm@meer.net> | 2006-12-10 05:18:37 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-10 12:55:39 -0500 |
| commit | bf4735a46a6b8dfc1a951f05683e80374d8baa70 (patch) | |
| tree | 6ac5cafb9e3287446549a56161ca6843cf60377e /drivers/pci/hotplug/Kconfig | |
| parent | d53ef07ab45085c0b06b652d588aa49b8ba41458 (diff) | |
[PATCH] Kconfig refactoring for better menu nesting
Refactor Kconfig content to maximize nesting of menus by menuconfig and
xconfig.
Tested by simultaneously running `make xconfig` with and without
patch, and comparing displays.
Signed-off-by: Don Mullis <dwm@meer.net>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/pci/hotplug/Kconfig')
| -rw-r--r-- | drivers/pci/hotplug/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/Kconfig b/drivers/pci/hotplug/Kconfig index 6e780db9454..adce4204d87 100644 --- a/drivers/pci/hotplug/Kconfig +++ b/drivers/pci/hotplug/Kconfig | |||
| @@ -76,7 +76,8 @@ config HOTPLUG_PCI_IBM | |||
| 76 | 76 | ||
| 77 | config HOTPLUG_PCI_ACPI | 77 | config HOTPLUG_PCI_ACPI |
| 78 | tristate "ACPI PCI Hotplug driver" | 78 | tristate "ACPI PCI Hotplug driver" |
| 79 | depends on (!ACPI_DOCK && ACPI && HOTPLUG_PCI) || (ACPI_DOCK && HOTPLUG_PCI) | 79 | depends on HOTPLUG_PCI |
| 80 | depends on (!ACPI_DOCK && ACPI) || (ACPI_DOCK) | ||
| 80 | help | 81 | help |
| 81 | Say Y here if you have a system that supports PCI Hotplug using | 82 | Say Y here if you have a system that supports PCI Hotplug using |
| 82 | ACPI. | 83 | ACPI. |
