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_CLK_MEASURE 11 bool "Amlogic Meson SoC Clock Measure driver" 12 depends on ARCH_MESON || COMPILE_TEST 13 default ARCH_MESON 14 select REGMAP_MMIO 15 help 16 Say yes to support of Measuring a set of internal SoC clocks 17 from the debugfs interface. 18 19config MESON_GX_SOCINFO 20 bool "Amlogic Meson GX SoC Information driver" 21 depends on ARCH_MESON || COMPILE_TEST 22 default ARCH_MESON 23 select SOC_BUS 24 help 25 Say yes to support decoding of Amlogic Meson GX SoC family 26 information about the type, package and version. 27 28config MESON_GX_PM_DOMAINS 29 bool "Amlogic Meson GX Power Domains driver" 30 depends on ARCH_MESON || COMPILE_TEST 31 depends on PM && OF 32 default ARCH_MESON 33 select PM_GENERIC_DOMAINS 34 select PM_GENERIC_DOMAINS_OF 35 help 36 Say yes to expose Amlogic Meson GX Power Domains as 37 Generic Power Domains. 38 39config MESON_MX_SOCINFO 40 bool "Amlogic Meson MX SoC Information driver" 41 depends on ARCH_MESON || COMPILE_TEST 42 default ARCH_MESON 43 select SOC_BUS 44 help 45 Say yes to support decoding of Amlogic Meson6, Meson8, 46 Meson8b and Meson8m2 SoC family information about the type 47 and version. 48 49endmenu 50