mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
ec8f24b7fa
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 lines
440 B
Plaintext
15 lines
440 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# PPS generators configuration
|
|
#
|
|
|
|
comment "PPS generators support"
|
|
|
|
config PPS_GENERATOR_PARPORT
|
|
tristate "Parallel port PPS signal generator"
|
|
depends on 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.
|