nvmem: Broaden the selection of NVMEM_SNVS_LPGPR
authorFabio Estevam <festevam@gmail.com>
Fri, 14 Jun 2019 14:32:20 +0000 (15:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Jun 2019 17:35:51 +0000 (19:35 +0200)
commit2d1c193911b03b77b2f4df8df07578af43ce5564
treedc7fba4c1126f4c56fe0ab621d04e8dcc8af8860
parent67ff708bd2facd0a7b93f3c5960586999962456d
nvmem: Broaden the selection of NVMEM_SNVS_LPGPR

The SNVS LPGR IP block is also found on other i.MX SoCs that
are not covered by the current SOC_IMX6 || SOC_IMX7D logic.

One example is the i.MX7ULP.

To avoid keep expanding the SoC logic selection, make it broader
by using the more generic ARCH_MXC symbol instead.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/nvmem/Kconfig