mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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>
7 lines
260 B
Text
7 lines
260 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
config COMMON_CLK_TI_ADPLL
|
|
tristate "Clock driver for dm814x ADPLL"
|
|
depends on ARCH_OMAP2PLUS || COMPILE_TEST
|
|
default y if SOC_TI81XX
|
|
---help---
|
|
ADPLL clock driver for the dm814x SoC using common clock framework.
|