diff mbox series

[bionic/linux-aws-5.4] UBUNTU: [Config] enable binder and ashmem as modules

Message ID 20200522150108.22917-1-kamal@canonical.com
State New
Headers show
Series [bionic/linux-aws-5.4] UBUNTU: [Config] enable binder and ashmem as modules | expand

Commit Message

Kamal Mostafa May 22, 2020, 3:01 p.m. UTC
From: Seth Forshee <seth.forshee@canonical.com>

BugLink: https://bugs.launchpad.net/bugs/1876165

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
---
 debian.aws-bionic/config/config.common.ubuntu | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Comments

Stefan Bader May 25, 2020, 6:08 p.m. UTC | #1
On 22.05.20 17:01, Kamal Mostafa wrote:
> From: Seth Forshee <seth.forshee@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/1876165
> 
> Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
> Signed-off-by: Kamal Mostafa <kamal@canonical.com>
> ---

This backport is not quite finalized but I staged this change in git. All the
other versions I leave to normal SRU processing.

Applied to bionic/linux-aws-5.4 (wip). Thanks.

-Stefan
>  debian.aws-bionic/config/config.common.ubuntu | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/debian.aws-bionic/config/config.common.ubuntu b/debian.aws-bionic/config/config.common.ubuntu
> index 5ce3eeac823a..ca92c4a081bf 100644
> --- a/debian.aws-bionic/config/config.common.ubuntu
> +++ b/debian.aws-bionic/config/config.common.ubuntu
> @@ -253,7 +253,12 @@ CONFIG_AMD_XGBE_DCB=y
>  CONFIG_AMD_XGBE_HAVE_ECC=y
>  CONFIG_AMIGA_PARTITION=y
>  # CONFIG_AMILO_RFKILL is not set
> -# CONFIG_ANDROID is not set
> +CONFIG_ANDROID=y
> +CONFIG_ANDROID_BINDERFS=m
> +CONFIG_ANDROID_BINDER_DEVICES=""
> +CONFIG_ANDROID_BINDER_IPC=m
> +# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set
> +# CONFIG_ANDROID_VSOC is not set
>  CONFIG_APDS9300=m
>  CONFIG_APDS9802ALS=m
>  CONFIG_APDS9960=m
> @@ -538,6 +543,7 @@ CONFIG_ARM_SP805_WATCHDOG=m
>  CONFIG_ARM_SPE_PMU=m
>  CONFIG_ARM_TIMER_SP804=y
>  CONFIG_AS3935=m
> +CONFIG_ASHMEM=m
>  CONFIG_ASN1=y
>  CONFIG_ASSOCIATIVE_ARRAY=y
>  # CONFIG_ASUS_LAPTOP is not set
> @@ -4008,6 +4014,7 @@ CONFIG_IOMMU_IO_PGTABLE=y
>  CONFIG_IOMMU_IO_PGTABLE_LPAE=y
>  # CONFIG_IOMMU_IO_PGTABLE_LPAE_SELFTEST is not set
>  CONFIG_IOMMU_SUPPORT=y
> +# CONFIG_ION is not set
>  CONFIG_IONIC=m
>  CONFIG_IOSCHED_BFQ=m
>  CONFIG_IOSF_MBI=y
>
Stefan Bader May 26, 2020, 7:04 a.m. UTC | #2
On 25.05.20 20:08, Stefan Bader wrote:
> On 22.05.20 17:01, Kamal Mostafa wrote:
>> From: Seth Forshee <seth.forshee@canonical.com>
>>
>> BugLink: https://bugs.launchpad.net/bugs/1876165
>>
>> Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
>> Signed-off-by: Kamal Mostafa <kamal@canonical.com>
>> ---
> 
> This backport is not quite finalized but I staged this change in git. All the
> other versions I leave to normal SRU processing.
> 
> Applied to bionic/linux-aws-5.4 (wip). Thanks.

Ugh, actually I think this is not required for aws-5.3 or aws-5.4. Both are
backports and copy configs from their respective master. OTOH no harm done by
applying it. It will just reduce the diff when copying. Just needless.

-Stefan

> 
> -Stefan
>>  debian.aws-bionic/config/config.common.ubuntu | 9 ++++++++-
>>  1 file changed, 8 insertions(+), 1 deletion(-)
>>
>> diff --git a/debian.aws-bionic/config/config.common.ubuntu b/debian.aws-bionic/config/config.common.ubuntu
>> index 5ce3eeac823a..ca92c4a081bf 100644
>> --- a/debian.aws-bionic/config/config.common.ubuntu
>> +++ b/debian.aws-bionic/config/config.common.ubuntu
>> @@ -253,7 +253,12 @@ CONFIG_AMD_XGBE_DCB=y
>>  CONFIG_AMD_XGBE_HAVE_ECC=y
>>  CONFIG_AMIGA_PARTITION=y
>>  # CONFIG_AMILO_RFKILL is not set
>> -# CONFIG_ANDROID is not set
>> +CONFIG_ANDROID=y
>> +CONFIG_ANDROID_BINDERFS=m
>> +CONFIG_ANDROID_BINDER_DEVICES=""
>> +CONFIG_ANDROID_BINDER_IPC=m
>> +# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set
>> +# CONFIG_ANDROID_VSOC is not set
>>  CONFIG_APDS9300=m
>>  CONFIG_APDS9802ALS=m
>>  CONFIG_APDS9960=m
>> @@ -538,6 +543,7 @@ CONFIG_ARM_SP805_WATCHDOG=m
>>  CONFIG_ARM_SPE_PMU=m
>>  CONFIG_ARM_TIMER_SP804=y
>>  CONFIG_AS3935=m
>> +CONFIG_ASHMEM=m
>>  CONFIG_ASN1=y
>>  CONFIG_ASSOCIATIVE_ARRAY=y
>>  # CONFIG_ASUS_LAPTOP is not set
>> @@ -4008,6 +4014,7 @@ CONFIG_IOMMU_IO_PGTABLE=y
>>  CONFIG_IOMMU_IO_PGTABLE_LPAE=y
>>  # CONFIG_IOMMU_IO_PGTABLE_LPAE_SELFTEST is not set
>>  CONFIG_IOMMU_SUPPORT=y
>> +# CONFIG_ION is not set
>>  CONFIG_IONIC=m
>>  CONFIG_IOSCHED_BFQ=m
>>  CONFIG_IOSF_MBI=y
>>
> 
> 
>
diff mbox series

Patch

diff --git a/debian.aws-bionic/config/config.common.ubuntu b/debian.aws-bionic/config/config.common.ubuntu
index 5ce3eeac823a..ca92c4a081bf 100644
--- a/debian.aws-bionic/config/config.common.ubuntu
+++ b/debian.aws-bionic/config/config.common.ubuntu
@@ -253,7 +253,12 @@  CONFIG_AMD_XGBE_DCB=y
 CONFIG_AMD_XGBE_HAVE_ECC=y
 CONFIG_AMIGA_PARTITION=y
 # CONFIG_AMILO_RFKILL is not set
-# CONFIG_ANDROID is not set
+CONFIG_ANDROID=y
+CONFIG_ANDROID_BINDERFS=m
+CONFIG_ANDROID_BINDER_DEVICES=""
+CONFIG_ANDROID_BINDER_IPC=m
+# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set
+# CONFIG_ANDROID_VSOC is not set
 CONFIG_APDS9300=m
 CONFIG_APDS9802ALS=m
 CONFIG_APDS9960=m
@@ -538,6 +543,7 @@  CONFIG_ARM_SP805_WATCHDOG=m
 CONFIG_ARM_SPE_PMU=m
 CONFIG_ARM_TIMER_SP804=y
 CONFIG_AS3935=m
+CONFIG_ASHMEM=m
 CONFIG_ASN1=y
 CONFIG_ASSOCIATIVE_ARRAY=y
 # CONFIG_ASUS_LAPTOP is not set
@@ -4008,6 +4014,7 @@  CONFIG_IOMMU_IO_PGTABLE=y
 CONFIG_IOMMU_IO_PGTABLE_LPAE=y
 # CONFIG_IOMMU_IO_PGTABLE_LPAE_SELFTEST is not set
 CONFIG_IOMMU_SUPPORT=y
+# CONFIG_ION is not set
 CONFIG_IONIC=m
 CONFIG_IOSCHED_BFQ=m
 CONFIG_IOSF_MBI=y