mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
pps gpio client: add missing dependency
Add "depends on GENERIC_HARDIRQS" to avoid compile breakage on s390: drivers/built-in.o: In function `pps_gpio_remove': linux-next/drivers/pps/clients/pps-gpio.c:189: undefined reference to `free_irq' Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Cc: James Nuss <jamesnuss@nanometrics.ca> Cc: Rodolfo Giometti <giometti@enneenne.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
161520451d
commit
79bc57463b
@ -31,7 +31,7 @@ config PPS_CLIENT_PARPORT
|
|||||||
|
|
||||||
config PPS_CLIENT_GPIO
|
config PPS_CLIENT_GPIO
|
||||||
tristate "PPS client using GPIO"
|
tristate "PPS client using GPIO"
|
||||||
depends on PPS
|
depends on PPS && GENERIC_HARDIRQS
|
||||||
help
|
help
|
||||||
If you say yes here you get support for a PPS source using
|
If you say yes here you get support for a PPS source using
|
||||||
GPIO. To be useful you must also register a platform device
|
GPIO. To be useful you must also register a platform device
|
||||||
|
Loading…
Reference in New Issue
Block a user