mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
2718a1b7e4
PD#SWPL-85472 Problem: Project used timestamp driver on kernel 4.19, but kernel 5.15 can't find this driver. Solution: Porting from: amlogic-4.19-dev Verify: A1/C2 Signed-off-by: Huqiang Qin <huqiang.qin@amlogic.com> Change-Id: I6c03e1bbf0406b430cb0cf51b0bf09dd51abd31a
9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config AMLOGIC_SOC_TIMESTAMP
|
|
tristate "Amlogic SoC Timestamp"
|
|
depends on OF
|
|
default n
|
|
help
|
|
Say yes if you want to get soc-level timestamp.
|