Skip to content

Commit 2ddb576

Browse files
jfischer-nokartben
authored andcommitted
boards: remove ECM/EEM from default configuration
The board hardware has no network interfaces, although the ECM/EEM class implementation can provide Ethernet-like functionality and export it to the host, this is no reason to default to a specific USB class implementation.We do not make this kind of configuration for other boards that have a USB device controller. Also, it may not be what a user expects when using these boards with networking and a USB stack. Signed-off-by: Johann Fischer <[email protected]>
1 parent 272290b commit 2ddb576

File tree

4 files changed

+0
-56
lines changed

4 files changed

+0
-56
lines changed

boards/blues/swan_r5/Kconfig.defconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,4 @@ config SPI_STM32_INTERRUPT
99
default y
1010
depends on SPI
1111

12-
if NETWORKING
13-
14-
config USB_DEVICE_STACK
15-
default y
16-
17-
config USB_DEVICE_NETWORK_EEM
18-
default y
19-
20-
endif # NETWORKING
21-
2212
endif # BOARD_SWAN_R5

boards/st/nucleo_f412zg/Kconfig.defconfig

Lines changed: 0 additions & 18 deletions
This file was deleted.

boards/st/nucleo_f413zh/Kconfig.defconfig

Lines changed: 0 additions & 18 deletions
This file was deleted.

boards/st/nucleo_l4r5zi/Kconfig.defconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,4 @@ config SPI_STM32_INTERRUPT
99
default y
1010
depends on SPI
1111

12-
if NETWORKING
13-
14-
config USB_DEVICE_STACK
15-
default y
16-
17-
config USB_DEVICE_NETWORK_EEM
18-
default y
19-
20-
endif # NETWORKING
21-
2212
endif # BOARD_NUCLEO_L4R5ZI

0 commit comments

Comments
 (0)