aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/nvmem/Kconfig
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2018-05-11 12:06:58 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-14 16:20:48 +0200
commit3b51f47be171b30ad9e031ab5006c14551a8c2a3 (patch)
tree414005c6afc606e324f76fec946366cd4604bc73 /drivers/nvmem/Kconfig
parentdt-bindings: nvmem: Add binding for RAVE SP EEPROM driver (diff)
downloadwireguard-linux-3b51f47be171b30ad9e031ab5006c14551a8c2a3.tar.xz
wireguard-linux-3b51f47be171b30ad9e031ab5006c14551a8c2a3.zip
nvmem: Add RAVE SP EEPROM driver
Add driver providing access to EEPROMs connected to RAVE SP devices Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Cc: linux-kernel@vger.kernel.org Cc: Chris Healy <cphealy@gmail.com> Cc: Lucas Stach <l.stach@pengutronix.de> Cc: Aleksander Morgado <aleksander@aleksander.es> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/nvmem/Kconfig')
-rw-r--r--drivers/nvmem/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig
index 1090924efdb1..54a3c298247b 100644
--- a/drivers/nvmem/Kconfig
+++ b/drivers/nvmem/Kconfig
@@ -175,4 +175,10 @@ config NVMEM_SNVS_LPGPR
This driver can also be built as a module. If so, the module
will be called nvmem-snvs-lpgpr.
+config RAVE_SP_EEPROM
+ tristate "Rave SP EEPROM Support"
+ depends on RAVE_SP_CORE
+ help
+ Say y here to enable Rave SP EEPROM support.
+
endif