On Thu, 11 Nov 2021 07:31:25 -0300 Fabio Estevam <festevam@xxxxxxxxx> wrote: > Hi Lukas, > > On Thu, Nov 11, 2021 at 5:40 AM Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> wrote: > > > > Commit 1e23dcaa1a9f ("iio: imx8qxp-adc: Add driver support for NXP IMX8QXP > > ADC") adds the config IMX8QXP_ADC for this new driver, which depends on > > the non-existing config ARCH_MXC_ARM64. > > > > Hence, ./scripts/checkkconfigsymbols.py warns: > > > > ARCH_MXC_ARM64 > > Referencing files: drivers/iio/adc/Kconfig > > > > Probably, the existing config ARCH_MXC is intended to be referred here. > > So, repair the dependency to refer to that config. > > > > Fixes: 1e23dcaa1a9f ("iio: imx8qxp-adc: Add driver support for NXP IMX8QXP ADC") > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> > > This looks good. > > The incorrect ARCH_MXC_ARM64 symbol probably came when porting the > driver from the NXP downstream kernel: > > Reviewed-by: Fabio Estevam <festevam@xxxxxxxxx> Applied to the fixes-togreg branch of iio.git Thanks, Jonathan