cpufreq: imx: Select NVMEM_IMX_OCOTP
authorWalter Lozano <walter.lozano@collabora.com>
Tue, 14 Jul 2020 18:43:56 +0000 (15:43 -0300)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 30 Jul 2020 05:27:50 +0000 (10:57 +0530)
commit2782ef34ed230e1b8dbea9ad46e5fc2ca6cfecfb
tree46f408de66550b391e5dc8c89c134d81ebb88457
parent34adbcbd0acc1dfa0d40dc1be1c69ba0df555d1a
cpufreq: imx: Select NVMEM_IMX_OCOTP

When probing cpufreq for iMX6 the values in the efuse needs to be
read which requires NVMEM_IMX_OCOTP. If this option is not enabled,
the probe will be deferred forever and cpufreq won't be available.

This patch forces the selection of the required configuration option.

Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/Kconfig.arm