mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
aa9cc5449c
PD#SWPL-95684 Problem: combine gki_tool and debug modules Solution: result: amlogic-debug.ko original: amlogic-debug.ko amlogic-gkitool.ko Verify: sc2 Change-Id: I4257b8dca30871614d6ba7df6fd79e928045d5b6 Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
config AMLOGIC_GKI_TOOL
|
|
tristate "Meson gki tool"
|
|
default n
|
|
help
|
|
provide common tools for GKI ko,
|
|
including __setup... |