From 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 02:46:07 +0000 Subject: [PATCH] add audio --- kernel/drivers/gpu/arm/bifrost/platform/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/drivers/gpu/arm/bifrost/platform/Kconfig b/kernel/drivers/gpu/arm/bifrost/platform/Kconfig index 5f0118d..3e1bd23 100644 --- a/kernel/drivers/gpu/arm/bifrost/platform/Kconfig +++ b/kernel/drivers/gpu/arm/bifrost/platform/Kconfig @@ -20,7 +20,7 @@ # Add your platform specific Kconfig file here # -# "drivers/gpu/arm/midgard/platform/xxx/Kconfig" +# "drivers/gpu/arm/bifrost/platform/xxx/Kconfig" # # Where xxx is the platform name is the name set in MALI_PLATFORM_NAME # -- Gitblit v1.6.2