mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01: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>
7 lines
100 B
Text
7 lines
100 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Generic DPLL drivers configuration
|
|
#
|
|
|
|
config DPLL
|
|
bool
|