diff mbox series

[B/D/E/F/U] UBUNTU: [Config] USB_OTG_FSM policy not needed

Message ID 20200408195403.17432-3-cascardo@canonical.com
State New
Headers show
Series [B/D/E/F/U] UBUNTU: [Config] USB_OTG_FSM policy not needed | expand

Commit Message

Thadeu Lima de Souza Cascardo April 8, 2020, 7:54 p.m. UTC
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 <cascardo@canonical.com>
---
 debian.master/config/annotations | 1 -
 1 file changed, 1 deletion(-)

Comments

Seth Forshee April 9, 2020, 9:12 p.m. UTC | #1
On Wed, Apr 08, 2020 at 04:54:03PM -0300, Thadeu Lima de Souza Cascardo wrote:
> 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 <cascardo@canonical.com>

Applied to focal/master-next and unstable/master, thanks!
diff mbox series

Patch

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<triggers breakage on x86 LP:1047527, LP:1411295>
 CONFIG_USB_OTG_WHITELIST                        note<OTG white/blacklists are disabled>
 CONFIG_USB_OTG_BLACKLIST_HUB                    note<OTG white/blacklists are disabled>
-CONFIG_USB_OTG_FSM                              note<selects USB_OTG LP:1047527, LP:1411295>>
 CONFIG_USB_HCD_BCMA                             note<USB_{O,E}HCI_HCD_PLATFORM must be off on omap>
 CONFIG_USB_HCD_SSB                              note<USB_{O,E}HCI_HCD_PLATFORM must be off on omap>