mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 15:28:50 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
13
drivers/pps/generators/Kconfig
Normal file
13
drivers/pps/generators/Kconfig
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#
|
||||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue