spi: bcm53xx: Fix module dependency
authorAxel Lin <[email protected]>
Fri, 26 Sep 2014 06:18:31 +0000 (14:18 +0800)
committerMark Brown <[email protected]>
Fri, 26 Sep 2014 08:08:09 +0000 (09:08 +0100)
commit933fc7b06ca62741fd5067edab13068d13b3cb35
tree8a33025b2e6d66092b22536469aedab8feb8096f
parent050429a78b2dbec763a6bb5423ea5a1fcc9adca3
spi: bcm53xx: Fix module dependency

config SPI_BCM53XX needs to depend on BCMA_POSSIBLE and select BCMA.
This fixes below build error:
ERROR: "bcma_driver_unregister" [drivers/spi/spi-bcm53xx.ko] undefined!
ERROR: "__bcma_driver_register" [drivers/spi/spi-bcm53xx.ko] undefined!

Signed-off-by: Axel Lin <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
drivers/spi/Kconfig