diff options
author | Tom Rini <trini@konsulko.com> | 2020-01-23 16:28:17 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-23 16:28:17 -0500 |
commit | 2c871f9e084b2c03d1961884228a6901387ab8d6 (patch) | |
tree | 3d5adbb8b209dc38b11c0b12ff47e0ec37633a7d /drivers/spi/Kconfig | |
parent | 052170c6a043eec4e73fad80955876cf1ba5e4f2 (diff) | |
parent | a9d1c0e2bc3fced595b742d90e65c744c55616b3 (diff) |
Merge branch '2020-01-22-master-imports'
- Re-add U8500 platform support
- Add bcm968360bg support
- Assorted Keymile fixes
- Other assorted bugfixes
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index fae2040af8..73d1a69807 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -84,7 +84,8 @@ config ATMEL_SPI config BCM63XX_HSSPI bool "BCM63XX HSSPI driver" - depends on (ARCH_BMIPS || ARCH_BCM6858 || ARCH_BCM63158) + depends on (ARCH_BMIPS || ARCH_BCM68360 || \ + ARCH_BCM6858 || ARCH_BCM63158) help Enable the BCM6328 HSSPI driver. This driver can be used to access the SPI NOR flash on platforms embedding this Broadcom |