Skip to content

Commit

Permalink
[MIPS] Add generic GPIO support
Browse files Browse the repository at this point in the history
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jul 10, 2007
1 parent 4679258 commit 0966333
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions include/asm-mips/gpio.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef __ASM_MIPS_GPIO_H
#define __ASM_MIPS_GPIO_H

#include <gpio.h>

#endif /* __ASM_MIPS_GPIO_H */

0 comments on commit 0966333

Please sign in to comment.