Skip to content

Commit 559e4a3

Browse files
committed
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: a99cc66 ("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>
1 parent 424b21e commit 559e4a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/powerpc/platforms/40x/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ config PPC4xx_GPIO
6565
bool "PPC4xx GPIO support"
6666
depends on 40x
6767
select GPIOLIB
68+
select OF_GPIO_MM_GPIOCHIP
6869
help
6970
Enable gpiolib support for ppc40x based boards
7071

0 commit comments

Comments
 (0)