xref: /linux/drivers/soc/amlogic/Kconfig (revision b2d0f5d5dc53532e6f07bc546a476a55ebdfe0f3)
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
12endmenu
13