powerpc/40x: Add missing select OF_GPIO_MM_GPIOCHIP
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 23 Mar 2023 14:18:19 +0000 (16:18 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 23 Mar 2023 14:22:17 +0000 (16:22 +0200)
commit559e4a3df02991456113089996df1168a74c2e0a
tree82ef63dabdb2c60196d98c2c9494dbfbda862131
parent424b21e01aafc98a9c086f00b3ad1874302b92fc
powerpc/40x: Add missing select OF_GPIO_MM_GPIOCHIP

Since the split of the legacy of_mm_gpio_chip to a separate
file and a specific build configuration option, the users
must select it when needed. The PowerPC 40x code misses this,
so we have to add the select here.

Fixes: a99cc66807d6 ("gpiolib: split of_mm_gpio_chip out of linux/of_gpio.h")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
arch/powerpc/platforms/40x/Kconfig