Add samsung specific changes

This commit is contained in:
2025-08-11 14:29:00 +02:00
parent c66122e619
commit 4d134a1294
2688 changed files with 1127995 additions and 11475 deletions

View File

@@ -278,6 +278,16 @@ config SAMPLE_CORESIGHT_SYSCFG
This demonstrates how a user may create their own CoreSight
configurations and easily load them into the system at runtime.
config SAMPLE_GUNYAH
bool "Build example Gunyah Virtual Machine Manager"
depends on CC_CAN_LINK && HEADERS_INSTALL
depends on GUNYAH
help
Build an example Gunyah VMM userspace program capable of launching
a basic virtual machine under the Gunyah hypervisor.
This demonstrates how to create a virtual machine under the Gunyah
hypervisor.
config SAMPLE_KMEMLEAK
tristate "Simple test for the kernel memory leak detector"
depends on DEBUG_KMEMLEAK && m