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/Kconfig | |
| 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/Kconfig')
| -rw-r--r-- | drivers/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index 75ac149d311..9101e538b09 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -62,6 +62,8 @@ source "drivers/mailbox/Kconfig" source "drivers/memory/Kconfig" +source "drivers/mfd/Kconfig" + source "drivers/misc/Kconfig" source "drivers/mmc/Kconfig" |
