Kconfig (f18198c0de56ea636c74312bd09b9d67273412d8) Kconfig (c8754c7deab4cbfa947fa2d656cbaf83771828ef)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Sophgo SoC drivers
4#
5
6if ARCH_SOPHGO || COMPILE_TEST
7menu "Sophgo SoC drivers"
8
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Sophgo SoC drivers
4#
5
6if ARCH_SOPHGO || COMPILE_TEST
7menu "Sophgo SoC drivers"
8
9config SOPHGO_CV1800_RTCSYS
10 tristate "Sophgo CV1800 RTC MFD"
11 select MFD_CORE
12 help
13 If you say yes here you get support the RTC MFD driver for Sophgo
14 CV1800 series SoC. The RTC module comprises a 32kHz oscillator,
15 Power-on-Reset (PoR) sub-module, HW state machine to control chip
16 power-on, power-off and reset. Furthermore, the 8051 subsystem is
17 located within RTCSYS including associated SRAM block.
18
19 This driver can also be built as a module. If so, the module will be
20 called cv1800-rtcsys.
21
9config SOPHGO_SG2044_TOPSYS
10 tristate "Sophgo SG2044 TOP syscon driver"
11 select MFD_CORE
12 help
13 This is the core driver for the Sophgo SG2044 TOP system
14 controller device. This driver provide PLL clock device
15 for the SoC.
16
17 This driver can also be built as a module. If so, the module
18 will be called sg2044-topsys.
19
20endmenu
21endif
22config SOPHGO_SG2044_TOPSYS
23 tristate "Sophgo SG2044 TOP syscon driver"
24 select MFD_CORE
25 help
26 This is the core driver for the Sophgo SG2044 TOP system
27 controller device. This driver provide PLL clock device
28 for the SoC.
29
30 This driver can also be built as a module. If so, the module
31 will be called sg2044-topsys.
32
33endmenu
34endif