treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / soc / amlogic / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
a9daaba2
NA
2menu "Amlogic SoC drivers"
3
d4983983
MJ
4config MESON_CANVAS
5 tristate "Amlogic Meson Canvas driver"
6 depends on ARCH_MESON || COMPILE_TEST
7 default n
8 help
9 Say yes to support the canvas IP for Amlogic SoCs.
10
2b45ebef
NA
11config MESON_CLK_MEASURE
12 bool "Amlogic Meson SoC Clock Measure driver"
13 depends on ARCH_MESON || COMPILE_TEST
14 default ARCH_MESON
f56c0627 15 select REGMAP_MMIO
2b45ebef
NA
16 help
17 Say yes to support of Measuring a set of internal SoC clocks
18 from the debugfs interface.
19
a9daaba2
NA
20config MESON_GX_SOCINFO
21 bool "Amlogic Meson GX SoC Information driver"
22 depends on ARCH_MESON || COMPILE_TEST
23 default ARCH_MESON
24 select SOC_BUS
25 help
26 Say yes to support decoding of Amlogic Meson GX SoC family
27 information about the type, package and version.
28
75fcb5ca
NA
29config MESON_GX_PM_DOMAINS
30 bool "Amlogic Meson GX Power Domains driver"
31 depends on ARCH_MESON || COMPILE_TEST
30f3b067 32 depends on PM && OF
75fcb5ca
NA
33 default ARCH_MESON
34 select PM_GENERIC_DOMAINS
35 select PM_GENERIC_DOMAINS_OF
36 help
37 Say yes to expose Amlogic Meson GX Power Domains as
38 Generic Power Domains.
39
5e68c0fc
MB
40config MESON_MX_SOCINFO
41 bool "Amlogic Meson MX SoC Information driver"
42 depends on ARCH_MESON || COMPILE_TEST
43 default ARCH_MESON
44 select SOC_BUS
45 help
46 Say yes to support decoding of Amlogic Meson6, Meson8,
47 Meson8b and Meson8m2 SoC family information about the type
48 and version.
49
a9daaba2 50endmenu