0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menu "Amlogic SoC drivers"
0003
0004 config MESON_CANVAS
0005 tristate "Amlogic Meson Canvas driver"
0006 depends on ARCH_MESON || COMPILE_TEST
0007 default n
0008 help
0009 Say yes to support the canvas IP for Amlogic SoCs.
0010
0011 config MESON_CLK_MEASURE
0012 tristate "Amlogic Meson SoC Clock Measure driver"
0013 depends on ARCH_MESON || COMPILE_TEST
0014 default ARCH_MESON
0015 select REGMAP_MMIO
0016 help
0017 Say yes to support of Measuring a set of internal SoC clocks
0018 from the debugfs interface.
0019
0020 config MESON_GX_SOCINFO
0021 bool "Amlogic Meson GX SoC Information driver"
0022 depends on (ARM64 && ARCH_MESON) || COMPILE_TEST
0023 default ARCH_MESON
0024 select SOC_BUS
0025 help
0026 Say yes to support decoding of Amlogic Meson GX SoC family
0027 information about the type, package and version.
0028
0029 config MESON_GX_PM_DOMAINS
0030 tristate "Amlogic Meson GX Power Domains driver"
0031 depends on ARCH_MESON || COMPILE_TEST
0032 depends on PM && OF
0033 default ARCH_MESON
0034 select PM_GENERIC_DOMAINS
0035 select PM_GENERIC_DOMAINS_OF
0036 help
0037 Say yes to expose Amlogic Meson GX Power Domains as
0038 Generic Power Domains.
0039
0040 config MESON_EE_PM_DOMAINS
0041 tristate "Amlogic Meson Everything-Else Power Domains driver"
0042 depends on ARCH_MESON || COMPILE_TEST
0043 depends on PM && OF
0044 default ARCH_MESON
0045 select PM_GENERIC_DOMAINS
0046 select PM_GENERIC_DOMAINS_OF
0047 help
0048 Say yes to expose Amlogic Meson Everything-Else Power Domains as
0049 Generic Power Domains.
0050
0051 config MESON_SECURE_PM_DOMAINS
0052 tristate "Amlogic Meson Secure Power Domains driver"
0053 depends on (ARCH_MESON || COMPILE_TEST) && MESON_SM
0054 depends on PM && OF
0055 depends on HAVE_ARM_SMCCC
0056 default ARCH_MESON
0057 select PM_GENERIC_DOMAINS
0058 select PM_GENERIC_DOMAINS_OF
0059 help
0060 Support for the power controller on Amlogic A1/C1 series.
0061 Say yes to expose Amlogic Meson Secure Power Domains as Generic
0062 Power Domains.
0063
0064 config MESON_MX_SOCINFO
0065 bool "Amlogic Meson MX SoC Information driver"
0066 depends on (ARM && ARCH_MESON) || COMPILE_TEST
0067 default ARCH_MESON
0068 select SOC_BUS
0069 help
0070 Say yes to support decoding of Amlogic Meson6, Meson8,
0071 Meson8b and Meson8m2 SoC family information about the type
0072 and version.
0073
0074 endmenu