git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f6419
)
mux: Makefile: Add config for mux drivers
author
Anurag Dutta
<a-dutta@ti.com>
Fri, 29 Nov 2024 11:31:29 +0000
(17:01 +0530)
committer
Tom Rini
<trini@konsulko.com>
Sat, 14 Dec 2024 15:34:16 +0000
(09:34 -0600)
Add config required to build mmio-mux driver and dependencies.
Signed-off-by: Anurag Dutta <a-dutta@ti.com>
drivers/Makefile
patch
|
blob
|
history
diff --git
a/drivers/Makefile
b/drivers/Makefile
index
9440af1
..
0e1f58c
100644
(file)
--- 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/