mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
[MIPS] Add generic GPIO support
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
4679258d52
commit
096633358c
@ -778,6 +778,9 @@ config GENERIC_ISA_DMA_SUPPORT_BROKEN
|
||||
bool
|
||||
select ZONE_DMA
|
||||
|
||||
config GENERIC_GPIO
|
||||
bool
|
||||
|
||||
#
|
||||
# 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
|
||||
|
6
include/asm-mips/gpio.h
Normal file
6
include/asm-mips/gpio.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef __ASM_MIPS_GPIO_H
|
||||
#define __ASM_MIPS_GPIO_H
|
||||
|
||||
#include <gpio.h>
|
||||
|
||||
#endif /* __ASM_MIPS_GPIO_H */
|
Loading…
Reference in New Issue
Block a user