ARM: berlin: add the LIBGPIO as a dependency for the BG2Q
The BG2Q has GPIOs driven by the dwapb GPIO driver. Add the LIBGPIO as a dependency to be able to support them. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Reviewed-by: Jisheng Zhang <jszhang@marvell.com> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
This commit is contained in:
parent
cb56c643cc
commit
d45fa871c0
|
@ -1,5 +1,6 @@
|
||||||
config ARCH_BERLIN
|
config ARCH_BERLIN
|
||||||
bool "Marvell Berlin SoCs" if ARCH_MULTI_V7
|
bool "Marvell Berlin SoCs" if ARCH_MULTI_V7
|
||||||
|
select ARCH_REQUIRE_GPIOLIB
|
||||||
select ARM_GIC
|
select ARM_GIC
|
||||||
select GENERIC_IRQ_CHIP
|
select GENERIC_IRQ_CHIP
|
||||||
select DW_APB_ICTL
|
select DW_APB_ICTL
|
||||||
|
|
Loading…
Reference in New Issue