From: Hauke Mehrtens Date: Tue, 23 Jul 2013 21:28:49 +0000 (+0200) Subject: bgmac: make bgmac depend on bcm47xx X-Git-Tag: v3.12-rc1~132^2~297^2^2~60 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=72bb2f2678878dd4a758e628957f29ce28000d88;p=~emulex%2Finfiniband.git bgmac: make bgmac depend on bcm47xx bgmac uses bcm47xx_nvram.h which is only available when BCM47XX was selected. Earlier BCMA_HOST_SOC depended on BCM47XX so this was not build on any other archs, but that changed. We should modify this driver to get access to the nvram or the variables through platform data. This fixes a build problem in linux-next reported by Stephen Rothwell: drivers/net/ethernet/broadcom/bgmac.c:19:27: fatal error: bcm47xx_nvram.h: No such file or directory #include ^ Signed-off-by: Hauke Mehrtens Reported-by: Stephen Rothwell Signed-off-by: John W. Linville --- diff --git a/drivers/net/ethernet/broadcom/Kconfig b/drivers/net/ethernet/broadcom/Kconfig index 1d680baf43d..7b839bf5bb7 100644 --- a/drivers/net/ethernet/broadcom/Kconfig +++ b/drivers/net/ethernet/broadcom/Kconfig @@ -130,7 +130,7 @@ config BNX2X_SRIOV config BGMAC tristate "BCMA bus GBit core support" - depends on BCMA_HOST_SOC && HAS_DMA + depends on BCMA_HOST_SOC && HAS_DMA && BCM47XX ---help--- This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus. They can be found on BCM47xx SoCs and provide gigabit ethernet.