mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
cc26992681
Indent config option type by a tab. It helps Kconfig parsers
to read file without error.
Fixes: 9431063ad3
("dpll: core: Add DPLL framework base functions")
Signed-off-by: Prasad Pandit <pjp@fedoraproject.org>
Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/20240322114819.1801795-1-ppandit@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Generic DPLL drivers configuration
|
|
#
|
|
|
|
config DPLL
|
|
bool
|