diff mbox series

[SRU,K,4/4] UBUNTU: [Config] Enable CONFIG_USB_MUSB_POLARFIRE_SOC on riscv64

Message ID 20220829135148.1491968-6-emil.renner.berthing@canonical.com
State New
Headers show
Series [SRU,K,1/4] usb: musb: Add support for PolarFire SoC's musb controller | expand

Commit Message

Emil Renner Berthing Aug. 29, 2022, 1:51 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1986970

Enable the USB driver for the Microchip PolarFire RISC-V SoC, and add it
to annotations to make sure we keep supporting USB on these SoCs.

Signed-off-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
---
 debian.master/config/annotations          | 1 +
 debian.master/config/config.common.ubuntu | 1 +
 2 files changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 566c73e4b301..19d304a65eee 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -9730,6 +9730,7 @@  CONFIG_USB_MUSB_HDRC                            policy<{'amd64': 'm', 'arm64': '
 CONFIG_USB_MUSB_SUNXI                           policy<{'arm64': 'm', 'armhf': '-'}>
 CONFIG_USB_MUSB_TUSB6010                        policy<{'armhf': 'm'}>
 CONFIG_USB_MUSB_OMAP2PLUS                       policy<{'armhf': 'm'}>
+CONFIG_USB_MUSB_POLARFIRE_SOC                   policy<{'riscv64': 'm'}>
 CONFIG_USB_MUSB_AM35X                           policy<{'armhf': 'm'}>
 CONFIG_USB_MUSB_DSPS                            policy<{'armhf': 'm'}>
 CONFIG_USB_MUSB_MEDIATEK                        policy<{'arm64': 'm', 'armhf': 'm'}>
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index 989111d2b125..c89f74b705c3 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -12232,6 +12232,7 @@  CONFIG_USB_MUSB_DUAL_ROLE=y
 # CONFIG_USB_MUSB_HOST is not set
 CONFIG_USB_MUSB_MEDIATEK=m
 CONFIG_USB_MUSB_OMAP2PLUS=m
+CONFIG_USB_MUSB_POLARFIRE_SOC=m
 CONFIG_USB_MUSB_SUNXI=m
 CONFIG_USB_MUSB_TUSB6010=m
 CONFIG_USB_MV_U3D=m