summaryrefslogtreecommitdiff
path: root/drivers/mux/Makefile
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2020-10-16 13:46:32 +0300
committerTom Rini <trini@konsulko.com>2020-10-28 18:49:30 +0300
commit35b8b92c85167cee4f6ee44934f0ef8b909a4ed9 (patch)
treef14733b3ecdf1a9ad54926fadd8c540e5f830a4a /drivers/mux/Makefile
parent90a979d7887ba75b05143f6704c9638e775635e2 (diff)
downloadu-boot-35b8b92c85167cee4f6ee44934f0ef8b909a4ed9.tar.xz
drivers: mux: mmio-based syscon mux controller
This adds a driver for mmio-based syscon multiplexers controlled by bitfields in a syscon register range. This is heavily based on the linux mmio-mux driver. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Pratyush Yadav <p.yadav@ti.com>
Diffstat (limited to 'drivers/mux/Makefile')
-rw-r--r--drivers/mux/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mux/Makefile b/drivers/mux/Makefile
index 351e4363d3..78ebf04c7a 100644
--- a/drivers/mux/Makefile
+++ b/drivers/mux/Makefile
@@ -4,3 +4,4 @@
# Jean-Jacques Hiblot <jjhiblot@ti.com>
obj-$(CONFIG_$(SPL_)MULTIPLEXER) += mux-uclass.o
+obj-$(CONFIG_$(SPL_)MUX_MMIO) += mmio.o