From 61598093bbdd283a7edc367d900f223070ead8d2 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:43:03 +0000 Subject: [PATCH] add ax88772C AX88772C_eeprom_tools --- 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