summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2003-03-21 02:26:59 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-03-21 02:26:59 -0800
commitb65904c787bf4f52b4cb33ecd7e585db9430efbb (patch)
treeccf520a9ad8de617851ffdcfe616f9428f3f42f9
parent7da60b9cd7b84fc3f7acf1fc899450c1fd43c96f (diff)
[PATCH] update i2o build rules for change
[Please also rm i2o_pci.c]
-rw-r--r--drivers/message/i2o/Kconfig1
-rw-r--r--drivers/message/i2o/Makefile1
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/Kconfig b/drivers/message/i2o/Kconfig
index f140aae47887..fbfbd22cb1bb 100644
--- a/drivers/message/i2o/Kconfig
+++ b/drivers/message/i2o/Kconfig
@@ -3,6 +3,7 @@ menu "I2O device support"
config I2O
tristate "I2O support"
+ depends on PCI
---help---
The Intelligent Input/Output (I2O) architecture allows hardware
drivers to be split into two parts: an operating system specific
diff --git a/drivers/message/i2o/Makefile b/drivers/message/i2o/Makefile
index 077b4cd4f812..099e75f882c9 100644
--- a/drivers/message/i2o/Makefile
+++ b/drivers/message/i2o/Makefile
@@ -5,7 +5,6 @@
# In the future, some of these should be built conditionally.
#
-obj-$(CONFIG_I2O_PCI) += i2o_pci.o
obj-$(CONFIG_I2O) += i2o_core.o i2o_config.o
obj-$(CONFIG_I2O_BLOCK) += i2o_block.o
obj-$(CONFIG_I2O_SCSI) += i2o_scsi.o