mirror of https://gitee.com/openkylin/linux.git
powerpc/mpc5200: Make mpc5200 GPIO driver select the GENERIC_GPIO config
CONFIG_GENERIC_GPIO is needed for the gpio driver to work. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
parent
78f56bd3d2
commit
6d5509babc
|
@ -46,6 +46,7 @@ config PPC_MPC5200_BUGFIX
|
||||||
config PPC_MPC5200_GPIO
|
config PPC_MPC5200_GPIO
|
||||||
bool "MPC5200 GPIO support"
|
bool "MPC5200 GPIO support"
|
||||||
depends on PPC_MPC52xx
|
depends on PPC_MPC52xx
|
||||||
|
select GENERIC_GPIO
|
||||||
select HAVE_GPIO_LIB
|
select HAVE_GPIO_LIB
|
||||||
help
|
help
|
||||||
Enable gpiolib support for mpc5200 based boards
|
Enable gpiolib support for mpc5200 based boards
|
||||||
|
|
Loading…
Reference in New Issue