blob: 321c5e26a26802fab76da9363151f0ed3868ca61 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Neil Armstronga9daaba2017-06-23 10:28:18 +02002menu "Amlogic SoC drivers"
3
Maxime Jourdand4983982018-08-23 13:49:53 +02004config 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
Neil Armstrong2b45ebe2018-11-18 14:50:23 +010011config MESON_CLK_MEASURE
12 bool "Amlogic Meson SoC Clock Measure driver"
13 depends on ARCH_MESON || COMPILE_TEST
14 default ARCH_MESON
Corentin Labbef56c0622018-12-10 19:45:55 +000015 select REGMAP_MMIO
Neil Armstrong2b45ebe2018-11-18 14:50:23 +010016 help
17 Say yes to support of Measuring a set of internal SoC clocks
18 from the debugfs interface.
19
Neil Armstronga9daaba2017-06-23 10:28:18 +020020config 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
Neil Armstrong75fcb5c2017-10-28 18:40:16 +020029config MESON_GX_PM_DOMAINS
30 bool "Amlogic Meson GX Power Domains driver"
31 depends on ARCH_MESON || COMPILE_TEST
Arnd Bergmann30f3b062017-11-02 23:39:54 +010032 depends on PM && OF
Neil Armstrong75fcb5c2017-10-28 18:40:16 +020033 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
Neil Armstrongeef3c2b2019-08-23 11:04:15 +020040config MESON_EE_PM_DOMAINS
41 bool "Amlogic Meson Everything-Else Power Domains driver"
42 depends on ARCH_MESON || COMPILE_TEST
43 depends on PM && OF
44 default ARCH_MESON
45 select PM_GENERIC_DOMAINS
46 select PM_GENERIC_DOMAINS_OF
47 help
48 Say yes to expose Amlogic Meson Everything-Else Power Domains as
49 Generic Power Domains.
50
Jianxin Panb3dde502020-01-15 19:30:30 +080051config MESON_SECURE_PM_DOMAINS
52 bool "Amlogic Meson Secure Power Domains driver"
Jianxin Pan9ef7a792020-02-18 00:12:13 +080053 depends on (ARCH_MESON || COMPILE_TEST) && MESON_SM
Jianxin Panb3dde502020-01-15 19:30:30 +080054 depends on PM && OF
55 depends on HAVE_ARM_SMCCC
56 default ARCH_MESON
57 select PM_GENERIC_DOMAINS
58 select PM_GENERIC_DOMAINS_OF
59 help
60 Support for the power controller on Amlogic A1/C1 series.
61 Say yes to expose Amlogic Meson Secure Power Domains as Generic
62 Power Domains.
63
Martin Blumenstingl5e68c0f2017-09-23 16:14:02 +020064config MESON_MX_SOCINFO
65 bool "Amlogic Meson MX SoC Information driver"
66 depends on ARCH_MESON || COMPILE_TEST
67 default ARCH_MESON
68 select SOC_BUS
69 help
70 Say yes to support decoding of Amlogic Meson6, Meson8,
71 Meson8b and Meson8m2 SoC family information about the type
72 and version.
73
Neil Armstronga9daaba2017-06-23 10:28:18 +020074endmenu