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