14 lines
176 B
Plaintext
14 lines
176 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Generic DPLL drivers configuration
|
|
#
|
|
|
|
menu "DPLL device support"
|
|
|
|
config DPLL
|
|
bool
|
|
|
|
source "drivers/dpll/zl3073x/Kconfig"
|
|
|
|
endmenu
|