From: Anurag Dutta Date: Fri, 29 Nov 2024 11:31:29 +0000 (+0530) Subject: mux: Makefile: Add config for mux drivers X-Git-Tag: v2025.04-rc1~17^2~50^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0558f3a89fe0fa900b162ae2758772e37f72739;p=pandora-u-boot.git mux: Makefile: Add config for mux drivers Add config required to build mmio-mux driver and dependencies. Signed-off-by: Anurag Dutta --- diff --git a/drivers/Makefile b/drivers/Makefile index 9440af1b09b..0e1f58c515b 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -21,6 +21,7 @@ obj-$(CONFIG_$(PHASE_)INPUT) += input/ obj-$(CONFIG_$(PHASE_)LED) += led/ obj-$(CONFIG_$(PHASE_)MMC) += mmc/ obj-y += mtd/ +obj-$(CONFIG_MULTIPLEXER) += mux/ obj-$(CONFIG_$(PHASE_)ETH) += net/ obj-$(CONFIG_$(PHASE_)PCH) += pch/ obj-$(CONFIG_$(PHASE_)PCI) += pci/