mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
0afabe230c
PD#SWPL-88882 Problem: kernel through to user space rw files Solution: add debug file function Verify: sc2 Signed-off-by: qinglin.li <qinglin.li@amlogic.com> Change-Id: I760ac112d21b2ba9d0a86f725771455627d8154f
8 lines
229 B
Plaintext
8 lines
229 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
config AMLOGIC_SAMPLES_DEBUG_FILE_TEST
|
|
tristate "Amlogic debug file test support"
|
|
depends on AMLOGIC_DEBUG_FILE
|
|
default n
|
|
help
|
|
This builds an Amlogic debug file function example |