brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · d08e398 Raw
40 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menu "Amlogic SoC drivers"3 4config MESON_CANVAS5	tristate "Amlogic Meson Canvas driver"6	depends on ARCH_MESON || COMPILE_TEST7	default n8	help9	  Say yes to support the canvas IP for Amlogic SoCs.10 11config MESON_CLK_MEASURE12	tristate "Amlogic Meson SoC Clock Measure driver"13	depends on ARCH_MESON || COMPILE_TEST14	default ARCH_MESON15	select REGMAP_MMIO16	help17	  Say yes to support of Measuring a set of internal SoC clocks18	  from the debugfs interface.19 20config MESON_GX_SOCINFO21	bool "Amlogic Meson GX SoC Information driver"22	depends on (ARM64 && ARCH_MESON) || COMPILE_TEST23	default ARCH_MESON24	select SOC_BUS25	help26	  Say yes to support decoding of Amlogic Meson GX SoC family27	  information about the type, package and version.28 29config MESON_MX_SOCINFO30	bool "Amlogic Meson MX SoC Information driver"31	depends on (ARM && ARCH_MESON) || COMPILE_TEST32	default ARCH_MESON33	select SOC_BUS34	help35	  Say yes to support decoding of Amlogic Meson6, Meson8,36	  Meson8b and Meson8m2 SoC family information about the type37	  and version.38 39endmenu40