diff options
| author | Scott Murray <scottm@somanetworks.com> | 2002-11-02 07:00:20 -0800 |
|---|---|---|
| committer | Russell King <rmk@arm.linux.org.uk> | 2002-11-02 07:00:20 -0800 |
| commit | 84c1925b7841bba4f46bc17e3e2e6b96868d50a9 (patch) | |
| tree | 7426c55dbdb69efed081cc3bbea5226df0873c67 /drivers/hotplug/Kconfig | |
| parent | cb7b6b34d559aebf3bc225387fcd70f4c1ff60c7 (diff) | |
[PATCH] 2.5.45 CompactPCI driver patch 2/4
This is patch 2 of 4 of my CompactPCI hotplug core and
drivers, consisting of the CompactPCI hotplug driver core.
It is basically a glue layer on top of the PCI hotplug core that exposes
an API roughly similiar in concept to the API implemented by MontaVista
from the PICMG 2.12 specification, minus all the Win32isms and cruft.
Diffstat (limited to 'drivers/hotplug/Kconfig')
| -rw-r--r-- | drivers/hotplug/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/hotplug/Kconfig b/drivers/hotplug/Kconfig index dfcbd9ccf5c0..aa496446e256 100644 --- a/drivers/hotplug/Kconfig +++ b/drivers/hotplug/Kconfig @@ -73,5 +73,19 @@ config HOTPLUG_PCI_ACPI When in doubt, say N. +config HOTPLUG_PCI_CPCI + tristate "CompactPCI Hotplug driver" + depends on HOTPLUG_PCI + help + Say Y here if you have a CompactPCI system card with CompactPCI + hotswap support per the PICMG 2.1 specification. + + This code is also available as a module ( = code which can be + inserted in and removed from the running kernel whenever you want). + The module will be called cpci_hotplug.o. If you want to compile it + as a module, say M here and read <file:Documentation/modules.txt>. + + When in doubt, say N. + endmenu |
