diff options
| author | Balamanikandan Gunasundar <[email protected]> | 2022-10-25 16:21:05 +0530 |
|---|---|---|
| committer | Eugen Hristev <[email protected]> | 2022-12-08 18:06:27 +0200 |
| commit | 2dc1b8fe17b283db4e4485f01ba10dff6b37d693 (patch) | |
| tree | 7edbd0d44426175749e1b7820ab8e5c033d3ff13 /drivers/Makefile | |
| parent | 68ddf18dc3bd6b9c229bae0f9cf383f7255c0437 (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/Makefile | 1 |
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/ |
