From: Nicolas Thill Date: Sun, 31 Aug 2008 21:27:38 +0000 (+0000) Subject: Make ide-core depend on pci support, remove dupe Kconfig item X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=378d5b4ea006e640ef2f339410fa206ac627032d;p=15.05%2Fopenwrt.git 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 --- 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