projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65e9673
)
mips: loongson: use GPIO driver on CONFIG_GPIOLIB
author
Alexandre Courbot
<acourbot@nvidia.com>
Sun, 10 Mar 2013 12:22:21 +0000
(21:22 +0900)
committer
Alexandre Courbot
<acourbot@nvidia.com>
Wed, 20 Mar 2013 13:48:13 +0000
(22:48 +0900)
The GPIO driver uses gpiolib, thus it should be compiled when
CONFIG_GPIOLIB is defined and not only CONFIG_GENERIC_GPIO.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
arch/mips/loongson/common/Makefile
patch
|
blob
|
history
diff --git
a/arch/mips/loongson/common/Makefile
b/arch/mips/loongson/common/Makefile
index
e526488
..
4c57b3e
100644
(file)
--- a/
arch/mips/loongson/common/Makefile
+++ b/
arch/mips/loongson/common/Makefile
@@
-4,7
+4,7
@@
obj-y += setup.o init.o cmdline.o env.o time.o reset.o irq.o \
pci.o bonito-irq.o mem.o machtype.o platform.o
-obj-$(CONFIG_G
ENERIC_GPIO
) += gpio.o
+obj-$(CONFIG_G
PIOLIB
) += gpio.o
#
# Serial port support