From patchwork Wed Apr 8 19:54:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thadeu Lima de Souza Cascardo X-Patchwork-Id: 1268299 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48yFNK0fV6z9sSj; Thu, 9 Apr 2020 05:54:23 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1jMGm9-0003Fq-VJ; Wed, 08 Apr 2020 19:54:17 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jMGm7-0003FQ-IN for kernel-team@lists.ubuntu.com; Wed, 08 Apr 2020 19:54:15 +0000 Received: from 1.general.cascardo.us.vpn ([10.172.70.58] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jMGm6-0004KH-Rs for kernel-team@lists.ubuntu.com; Wed, 08 Apr 2020 19:54:15 +0000 From: Thadeu Lima de Souza Cascardo To: kernel-team@lists.ubuntu.com Subject: [X] UBUNTU: [Config] USB_OTG_FSM policy not needed Date: Wed, 8 Apr 2020 16:54:02 -0300 Message-Id: <20200408195403.17432-2-cascardo@canonical.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200408195403.17432-1-cascardo@canonical.com> References: <20200408195403.17432-1-cascardo@canonical.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1047527 We don't really want to enable USB_OTG. Enabling USB_OTG_FSM is not a problem per se. As it used to select USB_OTG instead of depending on it, it was required to be annotated. That is not the case anymore, as it no longer selects the problematic option. Signed-off-by: Thadeu Lima de Souza Cascardo --- debian.master/config/annotations | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index 62b20b1ce510..9f3f89c15362 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -6440,7 +6440,6 @@ CONFIG_USB_DYNAMIC_MINORS policy<{'amd64': 'y', 'arm64': ' CONFIG_USB_OTG policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n'}> CONFIG_USB_OTG_WHITELIST policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n'}> CONFIG_USB_OTG_BLACKLIST_HUB policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n'}> -CONFIG_USB_OTG_FSM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n'}> CONFIG_USB_ULPI_BUS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'powerpc': 'm', 'ppc64el': 'm'}> CONFIG_USB_MON policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'powerpc': 'm', 'ppc64el': 'm'}> CONFIG_USB_WUSB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'powerpc': 'm', 'ppc64el': 'm'}> @@ -6505,7 +6504,6 @@ CONFIG_USB_CHAOSKEY policy<{'amd64': 'm', 'arm64': ' CONFIG_USB_OTG note CONFIG_USB_OTG_WHITELIST note CONFIG_USB_OTG_BLACKLIST_HUB note -CONFIG_USB_OTG_FSM note> CONFIG_USB_UHCI_HCD note flag CONFIG_USB_HCD_BCMA note CONFIG_USB_HCD_SSB note