Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ea2cc2d authored by Sandeep Patil's avatar Sandeep Patil Committed by Alistair Delva
Browse files

ANDROID: GKI: Enable CONFIG_USB_PHY for usb drivers like dwc3



The configuration is only selected by other drivers, so add it in
the list of hidden gki configurations. USB_PHY also autoselects
CONFIG_EXTCON, so EXTCON now disappears from gki_defconfig

Bug: 151969174
Test: Builds

Signed-off-by: default avatarSandeep Patil <sspatil@google.com>
Change-Id: I0cc55d2f06fcb5a46daf0578629e1f0a653ac48b
parent 6bda9344
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -371,7 +371,6 @@ CONFIG_DEVFREQ_GOV_PERFORMANCE=y
CONFIG_DEVFREQ_GOV_POWERSAVE=y
CONFIG_DEVFREQ_GOV_USERSPACE=y
CONFIG_DEVFREQ_GOV_PASSIVE=y
CONFIG_EXTCON=y
CONFIG_IIO=y
CONFIG_PWM=y
CONFIG_QCOM_PDC=y
+12 −0
Original line number Diff line number Diff line
@@ -97,6 +97,17 @@ config GKI_HIDDEN_VIDEOBUF2_CONFIGS
	help
	  Dummy config option used to enable all the hidden v4l2 media module.

config GKI_HIDDEN_USB_CONFIGS
	bool "Hiddel USB configurations needed for GKI"
	select USB_PHY
	help
	  Dummy config option used to enable all USB related hidden configs.
	  These configurations are usually only selected by another config
	  option or a combination of them.

	  If you are not building a kernel to be used for a variety of
	  out-of-kernel build USB drivers, say N here.

# Atrocities needed for
# a) building GKI modules in separate tree, or
# b) building drivers that are not modularizable
@@ -116,6 +127,7 @@ config GKI_HACKS_TO_FIX
	select GKI_HIDDEN_VIRTUAL_CONFIGS
	select GKI_HIDDEN_SOC_PM_CONFIGS
	select GKI_HIDDEN_VIDEOBUF2_CONFIGS
	select GKI_HIDDEN_USB_CONFIGS
	help
	  Dummy config option used to enable core functionality used by
	  modules that may not be selectable in this config.