20 lines
526 B
Plaintext
20 lines
526 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
if ARCH_VT8500 || COMPILE_TEST
|
|
|
|
menu "VIA/WonderMedia SoC drivers"
|
|
|
|
config WMT_SOCINFO
|
|
bool "VIA/WonderMedia SoC Information driver"
|
|
default ARCH_VT8500
|
|
select SOC_BUS
|
|
help
|
|
Say yes to support decoding of VIA/WonderMedia system configuration
|
|
register information. This currently includes just the chip ID register
|
|
which helps identify the exact hardware revision of the SoC the kernel
|
|
is running on (to know if any revision-specific quirks are required)
|
|
|
|
endmenu
|
|
|
|
endif
|