Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] Add generic GPIO support

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Yoichi Yuasa and committed by
Ralf Baechle
09663335 4679258d

+9
+3
arch/mips/Kconfig
··· 778 778 bool 779 779 select ZONE_DMA 780 780 781 + config GENERIC_GPIO 782 + bool 783 + 781 784 # 782 785 # Endianess selection. Sufficiently obscure so many users don't know what to 783 786 # answer,so we try hard to limit the available choices. Also the use of a
+6
include/asm-mips/gpio.h
··· 1 + #ifndef __ASM_MIPS_GPIO_H 2 + #define __ASM_MIPS_GPIO_H 3 + 4 + #include <gpio.h> 5 + 6 + #endif /* __ASM_MIPS_GPIO_H */