xref: /openbmc/linux/drivers/soc/amlogic/Kconfig (revision ebd09753)
1menu "Amlogic SoC drivers"
2
3config MESON_CANVAS
4	tristate "Amlogic Meson Canvas driver"
5	depends on ARCH_MESON || COMPILE_TEST
6	default n
7	help
8	  Say yes to support the canvas IP for Amlogic SoCs.
9
10config MESON_GX_SOCINFO
11	bool "Amlogic Meson GX SoC Information driver"
12	depends on ARCH_MESON || COMPILE_TEST
13	default ARCH_MESON
14	select SOC_BUS
15	help
16	  Say yes to support decoding of Amlogic Meson GX SoC family
17	  information about the type, package and version.
18
19config MESON_GX_PM_DOMAINS
20	bool "Amlogic Meson GX Power Domains driver"
21	depends on ARCH_MESON || COMPILE_TEST
22	depends on PM && OF
23	default ARCH_MESON
24	select PM_GENERIC_DOMAINS
25	select PM_GENERIC_DOMAINS_OF
26	help
27	  Say yes to expose Amlogic Meson GX Power Domains as
28	  Generic Power Domains.
29
30config MESON_MX_SOCINFO
31	bool "Amlogic Meson MX SoC Information driver"
32	depends on ARCH_MESON || COMPILE_TEST
33	default ARCH_MESON
34	select SOC_BUS
35	help
36	  Say yes to support decoding of Amlogic Meson6, Meson8,
37	  Meson8b and Meson8m2 SoC family information about the type
38	  and version.
39
40endmenu
41