mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 03:17:48 +00:00
98e959d44b
So that there's no need to get into the submenu to disable all related config entries. The BROKEN PPS_GENERATOR_PARPORT now also depends on PPS Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com> Acked-by: Rodolfo Giometti <giometti@enneenne.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 lines
423 B
Plaintext
15 lines
423 B
Plaintext
#
|
|
# PPS generators configuration
|
|
#
|
|
|
|
comment "PPS generators support"
|
|
depends on PPS
|
|
|
|
config PPS_GENERATOR_PARPORT
|
|
tristate "Parallel port PPS signal generator"
|
|
depends on PPS && PARPORT && BROKEN
|
|
help
|
|
If you say yes here you get support for a PPS signal generator which
|
|
utilizes STROBE pin of a parallel port to send PPS signals. It uses
|
|
parport abstraction layer and hrtimers to precisely control the signal.
|