xref: /linux/drivers/soc/vt8500/Kconfig (revision 297d9111e9fcf47dd1dcc6f79bba915f35378d01)
1# SPDX-License-Identifier: GPL-2.0-only
2
3if ARCH_VT8500 || COMPILE_TEST
4
5menu "VIA/WonderMedia SoC drivers"
6
7config WMT_SOCINFO
8	bool "VIA/WonderMedia SoC Information driver"
9	default ARCH_VT8500
10	select SOC_BUS
11	help
12	  Say yes to support decoding of VIA/WonderMedia system configuration
13	  register information. This currently includes just the chip ID register
14	  which helps identify the exact hardware revision of the SoC the kernel
15	  is running on (to know if any revision-specific quirks are required)
16
17endmenu
18
19endif
20