summaryrefslogtreecommitdiff
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorBalamanikandan Gunasundar <[email protected]>2022-10-25 16:21:05 +0530
committerEugen Hristev <[email protected]>2022-12-08 18:06:27 +0200
commit2dc1b8fe17b283db4e4485f01ba10dff6b37d693 (patch)
tree7edbd0d44426175749e1b7820ab8e5c033d3ff13 /drivers/Makefile
parent68ddf18dc3bd6b9c229bae0f9cf383f7255c0437 (diff)
mfd: syscon: atmel-smc: Add new helpers to ease SMC regs manipulation
Add helper functions for atmel Static Memory Controller. The functions are required to configure SMC. This file is inherited from the work done by Boris Brezillon for Linux Signed-off-by: Balamanikandan Gunasundar <[email protected]>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 6f1de58e003..83b14ef1fd3 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -103,6 +103,7 @@ obj-$(CONFIG_QE) += qe/
obj-$(CONFIG_U_QE) += qe/
obj-y += mailbox/
obj-y += memory/
+obj-y += mfd/
obj-y += mtd/
obj-y += pwm/
obj-y += reset/