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