aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-08-31 21:27:38 +0000
committerNicolas Thill <nico@openwrt.org>2008-08-31 21:27:38 +0000
commit378d5b4ea006e640ef2f339410fa206ac627032d (patch)
treeba025ae763c8516dbab3f0c72a4c7c90296a48ce
parentf6e3490994cc27094f134a77862cc8a656ec66c5 (diff)
downloadmaster-187ad058-378d5b4ea006e640ef2f339410fa206ac627032d.tar.gz
master-187ad058-378d5b4ea006e640ef2f339410fa206ac627032d.tar.bz2
master-187ad058-378d5b4ea006e640ef2f339410fa206ac627032d.zip
Make ide-core depend on pci support, remove dupe Kconfig item
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12448 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/kernel/modules/block.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk
index bf327e1696..cc8398335c 100644
--- a/package/kernel/modules/block.mk
+++ b/package/kernel/modules/block.mk
@@ -116,12 +116,12 @@ $(eval $(call KernelPackage,ata-via-sata))
define KernelPackage/ide-core
SUBMENU:=$(BLOCK_MENU)
TITLE:=IDE (ATA/ATAPI) device support
+ DEPENDS:=@PCI_SUPPORT
KCONFIG:= \
CONFIG_IDE \
CONFIG_IDE_GENERIC \
CONFIG_BLK_DEV_GENERIC \
CONFIG_BLK_DEV_IDE \
- CONFIG_IDE_GENERIC \
CONFIG_BLK_DEV_IDEDISK \
CONFIG_BLK_DEV_IDEDMA_PCI=y \
CONFIG_BLK_DEV_IDEPCI=y