ANDROID: GKI: Add CONFIG_RPMSG to gki_defconfig
RPMSG is used on various SoC platforms downstream. Enable the subsystem in the gki_defconfig. This also enables RPMSG_CHAR. Bug: 146449535 Change-Id: Ib4a6e5a438681a9835398cdb8917045191e1fbe6 Signed-off-by: Alistair Delva <adelva@google.com>
This commit is contained in:
parent
1c5bf6ebb6
commit
82e1d3acb4
|
@ -373,6 +373,7 @@ CONFIG_COMMON_CLK_SCPI=y
|
|||
CONFIG_HWSPINLOCK=y
|
||||
CONFIG_MAILBOX=y
|
||||
CONFIG_ARM_SMMU=y
|
||||
CONFIG_RPMSG_CHAR=y
|
||||
CONFIG_QCOM_COMMAND_DB=y
|
||||
CONFIG_DEVFREQ_GOV_PERFORMANCE=y
|
||||
CONFIG_DEVFREQ_GOV_POWERSAVE=y
|
||||
|
|
|
@ -320,6 +320,7 @@ CONFIG_STAGING=y
|
|||
CONFIG_ASHMEM=y
|
||||
CONFIG_ION=y
|
||||
CONFIG_ION_SYSTEM_HEAP=y
|
||||
CONFIG_RPMSG_CHAR=y
|
||||
CONFIG_PM_DEVFREQ=y
|
||||
CONFIG_IIO=y
|
||||
CONFIG_IIO_BUFFER=y
|
||||
|
|
|
@ -137,6 +137,17 @@ config GKI_HIDDEN_SOC_BUS_CONFIGS
|
|||
If you are not building a kernel to be used for a variety of SoCs and
|
||||
out-of-tree drivers, say N here.
|
||||
|
||||
config GKI_HIDDEN_RPMSG_CONFIGS
|
||||
bool "Hidden RPMSG configuration needed for GKI"
|
||||
select RPMSG
|
||||
help
|
||||
Dummy config option used to enable the hidden RPMSG config.
|
||||
This configuration is 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 RPMSG drivers, say N here.
|
||||
|
||||
# Atrocities needed for
|
||||
# a) building GKI modules in separate tree, or
|
||||
# b) building drivers that are not modularizable
|
||||
|
@ -159,6 +170,7 @@ config GKI_HACKS_TO_FIX
|
|||
select GKI_HIDDEN_VIRTUAL_CONFIGS
|
||||
select GKI_HIDDEN_USB_CONFIGS
|
||||
select GKI_HIDDEN_SOC_BUS_CONFIGS
|
||||
select GKI_HIDDEN_RPMSG_CONFIGS
|
||||
help
|
||||
Dummy config option used to enable core functionality used by
|
||||
modules that may not be selectable in this config.
|
||||
|
|
Loading…
Reference in New Issue