powerpc: Make selects of IBM_EMAC_* depend on IBM_EMAC
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 1 Dec 2016 09:50:46 +0000 (20:50 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 1 Dec 2016 11:07:16 +0000 (22:07 +1100)
commit335967276bb6c9ca6a16e5aa0e61ae5e22ddff6f
tree86b8e46745335c82d639eee0903e02ba4b606c3a
parent577ec789a79eb34f85a26c01f3851671b0d80e2e
powerpc: Make selects of IBM_EMAC_* depend on IBM_EMAC

We have a bunch of Kconfig symbols which select various IBM_EMAC_*
symbols. These all cause warnings when IBM_EMAC is not selected.

eg.

  warning: (PPC_CELL_NATIVE && BLUESTONE && CANYONLANDS && GLACIER &&
  EIGER && 440EPX && 440GRX && 440GX && 460SX && 405EX) selects
  IBM_EMAC_RGMII which has unmet direct dependencies (NETDEVICES &&
  ETHERNET && NET_VENDOR_IBM)

So make them all depend on IBM_EMAC being enabled first.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/40x/Kconfig
arch/powerpc/platforms/44x/Kconfig
arch/powerpc/platforms/cell/Kconfig