Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregk...
[sfrench/cifs-2.6.git] / drivers / nvmem / Kconfig
index ff505af064ba6749be971587f7e59c4109a12b51..1090924efdb1231a2ad31dddf6658870abdfa5f9 100644 (file)
@@ -1,5 +1,5 @@
 menuconfig NVMEM
-       tristate "NVMEM Support"
+       bool "NVMEM Support"
        help
          Support for NVMEM(Non Volatile Memory) devices like EEPROM, EFUSES...
 
@@ -167,10 +167,10 @@ config MESON_MX_EFUSE
 
 config NVMEM_SNVS_LPGPR
        tristate "Support for Low Power General Purpose Register"
-       depends on SOC_IMX6 || COMPILE_TEST
+       depends on SOC_IMX6 || SOC_IMX7D || COMPILE_TEST
        help
          This is a driver for Low Power General Purpose Register (LPGPR) available on
-         i.MX6 SoCs in Secure Non-Volatile Storage (SNVS) of this chip.
+         i.MX6 and i.MX7 SoCs in Secure Non-Volatile Storage (SNVS) of this chip.
 
          This driver can also be built as a module. If so, the module
          will be called nvmem-snvs-lpgpr.