summaryrefslogtreecommitdiffstats
path: root/drivers/bus/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2021-07-16 01:53:34 +0200
committerLinus Walleij <linus.walleij@linaro.org>2021-08-04 12:20:06 +0200
commit1c953bda90ca7e4a2574a738e41a04a2bbc03bd2 (patch)
treefbdaeec78134a1f399737ad92a04059fb76f1b0d /drivers/bus/Makefile
parentbus: ixp4xx: Add DT bindings for the IXP4xx expansion bus (diff)
downloadlinux-1c953bda90ca7e4a2574a738e41a04a2bbc03bd2.tar.xz
linux-1c953bda90ca7e4a2574a738e41a04a2bbc03bd2.zip
bus: ixp4xx: Add a driver for IXP4xx expansion bus
The Intel IXP4xx SoCs have an expansion bus that is usually just used for flash memory and configured by the boot loaders and can be accessed using the "simple-bus". However some devices need more elaborate configuration and then we need to provide a proper 3-unit address space indicating chip select for each device and provide timing and similar information. Cc: Marc Zyngier <maz@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/bus/Makefile')
-rw-r--r--drivers/bus/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bus/Makefile b/drivers/bus/Makefile
index 397e35392bff..1c29c5e8ffb8 100644
--- a/drivers/bus/Makefile
+++ b/drivers/bus/Makefile
@@ -16,6 +16,7 @@ obj-$(CONFIG_FSL_MC_BUS) += fsl-mc/
obj-$(CONFIG_BT1_APB) += bt1-apb.o
obj-$(CONFIG_BT1_AXI) += bt1-axi.o
obj-$(CONFIG_IMX_WEIM) += imx-weim.o
+obj-$(CONFIG_INTEL_IXP4XX_EB) += intel-ixp4xx-eb.o
obj-$(CONFIG_MIPS_CDMM) += mips_cdmm.o
obj-$(CONFIG_MVEBU_MBUS) += mvebu-mbus.o