mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-04 04:04:19 +00:00
net: mdio: octeon: Select MDIO_DEVRES
This driver makes use of devm_mdiobus_alloc_size. To ensure this is available select MDIO_DEVRES which provides it. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Reported-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
897217b9a0
commit
529d1fdf97
@ -138,6 +138,7 @@ config MDIO_OCTEON
|
||||
depends on (64BIT && OF_MDIO) || COMPILE_TEST
|
||||
depends on HAS_IOMEM
|
||||
select MDIO_CAVIUM
|
||||
select MDIO_DEVRES
|
||||
help
|
||||
This module provides a driver for the Octeon and ThunderX MDIO
|
||||
buses. It is required by the Octeon and ThunderX ethernet device
|
||||
|
Loading…
Reference in New Issue
Block a user