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

Commit 09663335 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Ralf Baechle
Browse files

[MIPS] Add generic GPIO support

parent 4679258d
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -778,6 +778,9 @@ config GENERIC_ISA_DMA_SUPPORT_BROKEN
	bool
	bool
	select ZONE_DMA
	select ZONE_DMA


config GENERIC_GPIO
	bool

#
#
# Endianess selection.  Sufficiently obscure so many users don't know what to
# Endianess selection.  Sufficiently obscure so many users don't know what to
# answer,so we try hard to limit the available choices.  Also the use of a
# answer,so we try hard to limit the available choices.  Also the use of a
+6 −0
Original line number Original line Diff line number Diff line
#ifndef __ASM_MIPS_GPIO_H
#define __ASM_MIPS_GPIO_H

#include <gpio.h>

#endif /* __ASM_MIPS_GPIO_H */