Files
android_kernel_samsung_sm8750/arch/arm64/gunyah/Kconfig
2025-08-11 14:29:00 +02:00

14 lines
380 B
Plaintext

# SPDX-License-Identifier: GPL-2.0-only
menu "Gunyah arm64 drivers"
config GH_ARM64_DRV
tristate "Gunyah arm64 support"
depends on ARM64
help
Gunyah drivers need arch specific support. Add support for
ARM64 features required by Gunyah virtualizaton drivers. All
arm64 specific features like GIC and reset reasons are handled
by drivers under this config.
endmenu