mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 17:21:49 +00:00
621dd24743
The GPIOs on ports C/D/E on the BF538/BF539 do not behave the same way as the other ports on the part and the same way as all other Blackfin parts. The MMRs are programmed slightly different and they cannot be used to generate interrupts or wakeup a sleeping system. Since these guys don't fit into the existing code, create a simple gpiolib driver for them. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7 lines
108 B
Makefile
7 lines
108 B
Makefile
#
|
|
# arch/blackfin/mach-bf538/Makefile
|
|
#
|
|
|
|
obj-y := ints-priority.o dma.o
|
|
obj-$(CONFIG_GPIOLIB) += ext-gpio.o
|