diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 6d850f1b1d31a69ef59b92599ee64b4cbd033213..357810d6ec2db720c68f535f8f0560c38492b4bf 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -149,13 +149,13 @@ config SPI_BCM2835AUX config SPI_BCM63XX tristate "Broadcom BCM63xx SPI controller" - depends on BCM63XX || COMPILE_TEST + depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST help Enable support for the SPI controller on the Broadcom BCM63xx SoCs. config SPI_BCM63XX_HSSPI tristate "Broadcom BCM63XX HS SPI controller driver" - depends on BCM63XX || ARCH_BCM_63XX || COMPILE_TEST + depends on BCM63XX || BMIPS_GENERIC || ARCH_BCM_63XX || COMPILE_TEST help This enables support for the High Speed SPI controller present on newer Broadcom BCM63XX SoCs.