diff options
author | Rabin Vincent <rabin@rab.in> | 2015-02-05 15:20:26 -0500 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-03-25 04:45:26 -0400 |
commit | 8fda64c23c2a2d421704d349696565b3a8366864 (patch) | |
tree | 6b716b3c44fed5a25f334517a9647a17a3315eba /arch | |
parent | 90a5a895cc8b284ac522757a01de15e36710c2b9 (diff) |
CRIS: enable GPIOLIB
Enable GPIOLIB on CRIS so that we can use the generic GPIO APIs.
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/cris/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 4a03911053ab..319660ed2994 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -52,6 +52,7 @@ config CRIS | |||
52 | select CLONE_BACKWARDS2 | 52 | select CLONE_BACKWARDS2 |
53 | select OLD_SIGSUSPEND | 53 | select OLD_SIGSUSPEND |
54 | select OLD_SIGACTION | 54 | select OLD_SIGACTION |
55 | select ARCH_REQUIRE_GPIOLIB | ||
55 | 56 | ||
56 | config HZ | 57 | config HZ |
57 | int | 58 | int |