diff options
author | Jeff Kirsher <[email protected]> | 2019-01-04 10:48:02 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-01-04 14:02:16 -0800 |
commit | ae84e4a8eb6f0d7f3b902ce238f285e98cf2ac12 (patch) | |
tree | 93ace2f96870ef13f15c89de6f2ee35b67296af8 /lib/audit.c | |
parent | 8d933670452107e41165bea70a30dffbd281bef1 (diff) |
ixgbe: fix Kconfig when driver is not a module
The new ability added to the driver to use mii_bus to handle MII related
ioctls is causing compile issues when the driver is compiled into the
kernel (i.e. not a module).
The problem was in selecting MDIO_DEVICE instead of the preferred PHYLIB
Kconfig option. The reason being that MDIO_DEVICE had a dependency on
PHYLIB and would be compiled as a module when PHYLIB was a module, no
matter whether ixgbe was compiled into the kernel.
CC: Dave Jones <[email protected]>
CC: Steve Douthit <[email protected]>
CC: Florian Fainelli <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Reviewed-by: Stephen Douthit <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/audit.c')
0 files changed, 0 insertions, 0 deletions