xref: /linux/drivers/soc/sophgo/Kconfig (revision f18198c0de56ea636c74312bd09b9d67273412d8)
1*f18198c0SInochi Amaoto# SPDX-License-Identifier: GPL-2.0-only
2*f18198c0SInochi Amaoto#
3*f18198c0SInochi Amaoto# Sophgo SoC drivers
4*f18198c0SInochi Amaoto#
5*f18198c0SInochi Amaoto
6*f18198c0SInochi Amaotoif ARCH_SOPHGO || COMPILE_TEST
7*f18198c0SInochi Amaotomenu "Sophgo SoC drivers"
8*f18198c0SInochi Amaoto
9*f18198c0SInochi Amaotoconfig SOPHGO_SG2044_TOPSYS
10*f18198c0SInochi Amaoto	tristate "Sophgo SG2044 TOP syscon driver"
11*f18198c0SInochi Amaoto	select MFD_CORE
12*f18198c0SInochi Amaoto	help
13*f18198c0SInochi Amaoto	  This is the core driver for the Sophgo SG2044 TOP system
14*f18198c0SInochi Amaoto	  controller device. This driver provide PLL clock device
15*f18198c0SInochi Amaoto	  for the SoC.
16*f18198c0SInochi Amaoto
17*f18198c0SInochi Amaoto	  This driver can also be built as a module.  If so, the module
18*f18198c0SInochi Amaoto	  will be called sg2044-topsys.
19*f18198c0SInochi Amaoto
20*f18198c0SInochi Amaotoendmenu
21*f18198c0SInochi Amaotoendif
22