diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-07-12 15:00:27 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-07-12 15:00:29 +0200 |
commit | 611f6810aac8e9b5b3eb48c0eed47e2f791af224 (patch) | |
tree | 1c3ca0c8b58c19ba721cefadf8e949c39150c126 /drivers | |
parent | 77abf47213c6065d878020707aa611ef02f2e4bf (diff) | |
parent | db1bfbd60e325abddc824c49b2fd45a39a10b2f5 (diff) | |
download | linux-611f6810aac8e9b5b3eb48c0eed47e2f791af224.tar.bz2 |
Merge tag 'sunxi-drivers-for-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/drivers
- build mbus driver only for ARM/ARM64
* tag 'sunxi-drivers-for-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
soc: sunxi: mbus: Only build the driver on ARM/ARM64
Link: https://lore.kernel.org/r/YshfPux1c2x9S7Fi@kista.localdomain
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/soc/sunxi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/sunxi/Kconfig b/drivers/soc/sunxi/Kconfig index 1fef0e711056..8aecbc9b1976 100644 --- a/drivers/soc/sunxi/Kconfig +++ b/drivers/soc/sunxi/Kconfig @@ -6,6 +6,7 @@ config SUNXI_MBUS bool default ARCH_SUNXI + depends on ARM || ARM64 help Say y to enable the fixups needed to support the Allwinner MBUS DMA quirks. |