Kconfig 380 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menu "Gunyah arm64 drivers"
  3. config GH_ARM64_DRV
  4. tristate "Gunyah arm64 support"
  5. depends on ARM64
  6. help
  7. Gunyah drivers need arch specific support. Add support for
  8. ARM64 features required by Gunyah virtualizaton drivers. All
  9. arm64 specific features like GIC and reset reasons are handled
  10. by drivers under this config.
  11. endmenu