krnel: The dm9000 module does not need to depend on pci
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
This commit is contained in:
parent
80cb5c5703
commit
1e90ba8958
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,7 @@ $(eval $(call KernelPackage,ifb))
|
|||
define KernelPackage/dm9000
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Davicom 9000 Ethernet support
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-mii
|
||||
DEPENDS:=+kmod-mii
|
||||
KCONFIG:=CONFIG_DM9000 \
|
||||
CONFIG_DM9000_DEBUGLEVEL=4 \
|
||||
CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL=y
|
||||
|
|
Loading…
Reference in a new issue