kernel/modules: fix kmod-mdio-gpio module dependencies
On some targets this module depends on kmod-of-mdio. This is similar to the fixes done in:dc629d9cf5
("kernel: fix kmod-switch-rtl8366-smi dependency")56bd23cf52
("kernel: let kmod-rtl8366-smi conditionally depend on kmod-of-mdio") Fixes:32f32398af
("kernel/modules: add kmod-mdio-gpio module") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
f60301db74
commit
83483ba787
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ $(eval $(call KernelPackage,mii))
|
||||||
define KernelPackage/mdio-gpio
|
define KernelPackage/mdio-gpio
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
TITLE:= Supports GPIO lib-based MDIO busses
|
TITLE:= Supports GPIO lib-based MDIO busses
|
||||||
DEPENDS:=+kmod-libphy @GPIO_SUPPORT
|
DEPENDS:=+kmod-libphy @GPIO_SUPPORT +(TARGET_armvirt||TARGET_brcm2708_bcm2708):kmod-of-mdio
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_MDIO_BITBANG \
|
CONFIG_MDIO_BITBANG \
|
||||||
CONFIG_MDIO_GPIO
|
CONFIG_MDIO_GPIO
|
||||||
|
|
Loading…
Reference in a new issue