mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:16:16 +02:00
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
This commit is contained in:
parent
d729792e7f
commit
031ab4fed4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user