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/mfd/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/mfd/Kconfig')
| -rw-r--r-- | drivers/mfd/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig new file mode 100644 index 00000000000..ae53b02f27c --- /dev/null +++ b/drivers/mfd/Kconfig @@ -0,0 +1,4 @@ +config MFD_ATMEL_SMC + bool "Atmel Static Memory Controller driver" + help + Say yes here to support Atmel Static Memory Controller driver. |
