forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: remove USB option for STM32 based boards
It is enough to set the USB_DEVICE_STACK option to enable USB device support. Remove USB_DC_STM32 for mikroe_mini_m4_for_stm32 board since it is already selected on SoC level. Signed-off-by: Johann Fischer <[email protected]>
- Loading branch information
1 parent
9512ae4
commit 7636421
Showing
5 changed files
with
1 addition
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,6 @@ config BOARD | |
|
||
if NETWORKING | ||
|
||
config USB | ||
default y | ||
|
||
config USB_DEVICE_STACK | ||
default y | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,6 @@ config BOARD | |
|
||
if NETWORKING | ||
|
||
config USB | ||
default y | ||
|
||
config USB_DEVICE_STACK | ||
default y | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,6 @@ config SPI_STM32_INTERRUPT | |
|
||
if NETWORKING | ||
|
||
config USB | ||
default y | ||
|
||
config USB_DEVICE_STACK | ||
default y | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters