summaryrefslogtreecommitdiff
path: root/drivers/soc
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-07-12 16:00:27 +0300
committerArnd Bergmann <arnd@arndb.de>2022-07-12 16:00:29 +0300
commit611f6810aac8e9b5b3eb48c0eed47e2f791af224 (patch)
tree1c3ca0c8b58c19ba721cefadf8e949c39150c126 /drivers/soc
parent77abf47213c6065d878020707aa611ef02f2e4bf (diff)
parentdb1bfbd60e325abddc824c49b2fd45a39a10b2f5 (diff)
downloadlinux-611f6810aac8e9b5b3eb48c0eed47e2f791af224.tar.xz
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/soc')
-rw-r--r--drivers/soc/sunxi/Kconfig1
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.