ANDROID: Kconfig.gki: Drop GKI_QCOM_CLKS_CONFIGS

With the recent changes to support clks as modules, as well as
efforts to get rpmh/rpmhpd/rpmpd working as a module the
GKI_QCOM_CLKS_CONFIGS entry is no longer needed.

So remove it!

Bug: 146449535
Change-Id: I364d57e8447a599a9ca838b6f5d9cd23d9a1353e
Signed-off-by: John Stultz <john.stultz@linaro.org>
This commit is contained in:
John Stultz
2020-03-05 05:58:24 +00:00
parent b558af8551
commit e515d966ce
3 changed files with 2 additions and 11 deletions
+2
View File
@@ -67,3 +67,5 @@ CONFIG_INTERCONNECT_QCOM=y
CONFIG_INTERCONNECT_QCOM_SDM845=m
CONFIG_INCREMENTAL_FS=m
CONFIG_SDCARD_FS=m
CONFIG_QCOM_RPMH=m
CONFIG_QCOM_RPMHPD=m
-1
View File
@@ -374,7 +374,6 @@ CONFIG_HWSPINLOCK=y
CONFIG_MAILBOX=y
CONFIG_ARM_SMMU=y
CONFIG_QCOM_COMMAND_DB=y
CONFIG_QCOM_RPMH=y
CONFIG_DEVFREQ_GOV_PERFORMANCE=y
CONFIG_DEVFREQ_GOV_POWERSAVE=y
CONFIG_DEVFREQ_GOV_USERSPACE=y
-10
View File
@@ -79,15 +79,6 @@ config GKI_HIDDEN_QCOM_CONFIGS
These are normally selected implicitly when a module
that relies on it is configured.
config GKI_QCOM_CLKS_CONFIGS
bool "QCOM clk drivers needed for GKI due to powerdomain restrictions"
select QCOM_RPMHPD if (ARCH_QCOM)
help
This config option selects various QCOM clk drivers that
cannot be built as a module currently due to power-domain
deferred probing limitations.
See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e01afc32502555beb2057ddd74401be38475d851
config GKI_HIDDEN_MEDIA_CONFIGS
bool "Hidden Media configs needed for GKI"
select VIDEOBUF2_CORE
@@ -145,7 +136,6 @@ config GKI_HACKS_TO_FIX
select GKI_LEGACY_WEXT_ALLCONFIG
select GKI_HIDDEN_MEDIA_CONFIGS
select GKI_HIDDEN_VIRTUAL_CONFIGS
select GKI_QCOM_CLKS_CONFIGS
help
Dummy config option used to enable core functionality used by
modules that may not be selectable in this config.