Home
last modified time | relevance | path

Searched hist:"0 a03658d222a99b192a7f84e41e8af197a87259e" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pinctrl/
H A DKconfigdiff 0a03658d222a99b192a7f84e41e8af197a87259e Tue Nov 24 10:17:03 CET 2020 Tiezhu Yang <yangtiezhu@loongson.cn> pinctrl: at91-pio4: Make PINCTRL_AT91PIO4 depend on HAS_IOMEM to fix build error

If CONFIG_HAS_IOMEM is not set, devm_platform_ioremap_resource() will
be not built in drivers/base/platform.c and then there exists a build
error about undefined reference to "devm_platform_ioremap_resource"
in pinctrl-at91-pio4.c under COMPILE_TEST and CONFIG_PINCTRL_AT91PIO4,
make PINCTRL_AT91PIO4 depend on HAS_IOMEM to fix it.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Link: https://lore.kernel.org/r/1606209423-4742-1-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>