Skip to content

Commit 49a94b3

Browse files
committed
u-boot: whitelist USB_DWC3 config
The CONFIG_USB_DWC3 ad-hoc config needs to be whitelisted to avoid the following build failure: | Error: You must add new CONFIG options using Kconfig | The following new ad-hoc CONFIG options were detected: | CONFIG_USB_DWC3 Changelog-entry: Fix u-boot compilation error by whitelisting config entries Signed-off-by: Alex Gonzalez <[email protected]>
1 parent c3a58c3 commit 49a94b3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
From d3fc7f0c8085bcc5296dcd3a604f3b268dd78ee9 Mon Sep 17 00:00:00 2001
2+
From: Alex Gonzalez <[email protected]>
3+
Date: Thu, 27 Apr 2023 18:09:25 +0200
4+
Subject: [PATCH] config_whitelist: add CONFIG_USB_DWC3
5+
6+
Addresses the following build error:
7+
8+
| Error: You must add new CONFIG options using Kconfig
9+
| The following new ad-hoc CONFIG options were detected:
10+
| CONFIG_USB_DWC3
11+
12+
Signed-off-by: Alex Gonzalez <[email protected]>
13+
---
14+
scripts/config_whitelist.txt | 1 +
15+
1 file changed, 1 insertion(+)
16+
17+
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
18+
index de92384d4015..aaab74464b20 100644
19+
--- a/scripts/config_whitelist.txt
20+
+++ b/scripts/config_whitelist.txt
21+
@@ -4990,6 +4990,7 @@ CONFIG_USB_DEVICE
22+
CONFIG_USB_DEV_BASE
23+
CONFIG_USB_DEV_PULLUP_GPIO
24+
CONFIG_USB_DWC2_REG_ADDR
25+
+CONFIG_USB_DWC3
26+
CONFIG_USB_EHCI_ARMADA100
27+
CONFIG_USB_EHCI_BASE
28+
CONFIG_USB_EHCI_BASE_LIST

0 commit comments

Comments
 (0)