diff mbox series

[J,v2,1/1] UBUNTU: [Config] Deactivate CONFIG_QETH_OSX kernel config option

Message ID 20220223064330.20407-2-frank.heimes@canonical.com
State New
Headers show
Series UBUNTU: [Config] Deactivate CONFIG_QETH_OSX kernel config option (LP: 1959890) | expand

Commit Message

Frank Heimes Feb. 23, 2022, 6:43 a.m. UTC
From: Frank Heimes <frank.heimes@canonical.com>

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

The hardware generation that used OSX devices (OSA-Express for zBX)
is obsolete now. Therefore, IBM pulls the support from all Linux distros
going forward.
Hence the deactivation of the CONFIG_QETH_OSX kernel config option
for jammy and onwards.

v2: set policy to "no" instead of removing it and leaving a note

Signed-off-by: Frank Heimes <frank.heimes@canonical.com>
---
 debian.master/config/annotations               | 4 +++-
 debian.master/config/config.common.ubuntu      | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

Comments

Krzysztof Kozlowski Feb. 23, 2022, 11:51 a.m. UTC | #1
On 23/02/2022 07:43, frank.heimes@canonical.com wrote:
> From: Frank Heimes <frank.heimes@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/1959890
> 
> The hardware generation that used OSX devices (OSA-Express for zBX)
> is obsolete now. Therefore, IBM pulls the support from all Linux distros
> going forward.
> Hence the deactivation of the CONFIG_QETH_OSX kernel config option
> for jammy and onwards.
> 
> v2: set policy to "no" instead of removing it and leaving a note
> 
> Signed-off-by: Frank Heimes <frank.heimes@canonical.com>
> ---
>  debian.master/config/annotations               | 4 +++-
>  debian.master/config/config.common.ubuntu      | 2 +-
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>


Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 607bad877400..57474f23e842 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -6575,7 +6575,9 @@  CONFIG_ISM                                      mark<ENFORCED> note<LP:1789934>
 CONFIG_QETH                                     policy<{'s390x': 'm'}>
 CONFIG_QETH_L2                                  policy<{'s390x': 'm'}>
 CONFIG_QETH_L3                                  policy<{'s390x': 'm'}>
-CONFIG_QETH_OSX                                 policy<{'s390x': 'y'}>
+CONFIG_QETH_OSX                                 policy<{'s390x': 'n'}>
+#
+CONFIG_QETH_OSX                                 note<LP#1959890>
 
 # Menu: Device Drivers >> Network device support >> SLIP (serial line) support
 CONFIG_SLIP                                     policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 's390x': 'n'}>
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index df22334a337b..4ea58ad6f4d8 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -8479,7 +8476,7 @@  CONFIG_QED_SRIOV=y
 CONFIG_QETH=m
 CONFIG_QETH_L2=m
 CONFIG_QETH_L3=m
-CONFIG_QETH_OSX=y
+# CONFIG_QETH_OSX is not set
 CONFIG_QE_GPIO=y
 CONFIG_QE_TDM=y
 CONFIG_QE_USB=y