Kconfig 526 B

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