Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4cb776f authored by Jonas Bonn's avatar Jonas Bonn
Browse files

openrisc: require gpiolib



The recent move to GPIO descriptors breaks the OpenRISC build.  Requiring
gpiolib resolves this; using gpiolib exclusively is also the recommended
way forward for all arches by the developers working on these GPIO changes.
The non-gpiolib implementation for OpenRISC never worked anyway...

Signed-off-by: default avatarJonas Bonn <jonas@southpole.se>
parent 6c23cbbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@ config OPENRISC
	select OF_EARLY_FLATTREE
	select OF_EARLY_FLATTREE
	select IRQ_DOMAIN
	select IRQ_DOMAIN
	select HAVE_MEMBLOCK
	select HAVE_MEMBLOCK
	select ARCH_WANT_OPTIONAL_GPIOLIB
	select ARCH_REQUIRE_GPIOLIB
        select HAVE_ARCH_TRACEHOOK
        select HAVE_ARCH_TRACEHOOK
	select HAVE_GENERIC_HARDIRQS
	select HAVE_GENERIC_HARDIRQS
	select VIRT_TO_BUS
	select VIRT_TO_BUS