Re: [PATCH] cpufreq: imx: fix NVMEM_IMX_OCOTP dependency

2020-12-06 Thread Viresh Kumar
On 03-12-20, 23:53, Arnd Bergmann wrote: > From: Arnd Bergmann > > A driver should not 'select' drivers from another subsystem. > If NVMEM is disabled, this one results in a warning: > > WARNING: unmet direct dependencies detected for NVMEM_IMX_OCOTP > Depends on [n]: NVMEM [=n] && (ARCH_MXC [

[PATCH] cpufreq: imx: fix NVMEM_IMX_OCOTP dependency

2020-12-03 Thread Arnd Bergmann
From: Arnd Bergmann A driver should not 'select' drivers from another subsystem. If NVMEM is disabled, this one results in a warning: WARNING: unmet direct dependencies detected for NVMEM_IMX_OCOTP Depends on [n]: NVMEM [=n] && (ARCH_MXC [=y] || COMPILE_TEST [=y]) && HAS_IOMEM [=y] Selected