From 110efef2cccd42e9f9cabcbbb76480173630e284 Mon Sep 17 00:00:00 2001 From: "dian.shao" Date: Mon, 31 Mar 2025 17:03:59 +0800 Subject: [PATCH] usb: Kconfig fix for gki [1/1] PD#SWPL-206677 Problem: kernel6.12 upgrade - Kconfig fix for usb Solution: Select only in non-gki projects. Verify: Local. Change-Id: I82c4038211691884e6ab9b3f746a6bdf99d2a7b7 Signed-off-by: dian.shao --- drivers/usb/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 5a032d26b..e197688ba 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -5,7 +5,7 @@ menu "USB Support" config AMLOGIC_USB bool "Amlogic USB controller support" default n - select USB_PHY + select USB_PHY if AMLOGIC_BREAK_GKI depends on USB help DWC_OTG