From patchwork Wed Apr 8 19:54:03 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: 1268300 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 48yFNK1c3Zz9sSq; 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 1jMGmA-0003G4-5E; Wed, 08 Apr 2020 19:54:18 +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 1jMGm8-0003Ff-QE for kernel-team@lists.ubuntu.com; Wed, 08 Apr 2020 19:54:16 +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 1jMGm8-0004KH-42 for kernel-team@lists.ubuntu.com; Wed, 08 Apr 2020 19:54:16 +0000 From: Thadeu Lima de Souza Cascardo To: kernel-team@lists.ubuntu.com Subject: [B/D/E/F/U] UBUNTU: [Config] USB_OTG_FSM policy not needed Date: Wed, 8 Apr 2020 16:54:03 -0300 Message-Id: <20200408195403.17432-3-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 | 1 - 1 file changed, 1 deletion(-) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index 3481b786f4e1..b6aacc13d3fc 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -8852,7 +8852,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_HCD_BCMA note CONFIG_USB_HCD_SSB note