This website requires JavaScript.
Explore
Help
Sign in
evie
/
android_kernel_oneplus_msm8998
Watch
1
Star
0
Fork
You've already forked android_kernel_oneplus_msm8998
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c993487ec8
android_kernel_oneplus_msm8998
/
arch
/
sh
/
boards
/
mach-sdk7786
/
Makefile
4 lines
68 B
Makefile
Raw
Normal View
History
Unescape
Escape
sh: mach-sdk7786: Split out FPGA IRQ controller setup. This moves out the FPGA IRQ controller setup code to its own file, in preparation for switching off of IRL mode and having it provide its own irq_chip. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2010-01-20 15:23:54 +09:00
obj-y
:=
setup.o fpga.o irq.o
sh: mach-sdk7786: Add support for fpga gpios. The sdk7786 FPGA supports a number of user settable input switches that are otherwise unused. This wires up a dummy gpio chip for the switch bank to simply expose them to userspace. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2010-10-14 03:04:44 +09:00
obj-$(CONFIG_GENERIC_GPIO)
+=
gpio.o
Reference in a new issue
Copy permalink