Skip to content

Commit

Permalink
boards: remove ECM/EEM from default configuration
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jfischer-no committed Nov 15, 2024
1 parent 0fa745d commit b9a3072
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 56 deletions.
10 changes: 0 additions & 10 deletions boards/blues/swan_r5/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,4 @@ config SPI_STM32_INTERRUPT
default y
depends on SPI

if NETWORKING

config USB_DEVICE_STACK
default y

config USB_DEVICE_NETWORK_EEM
default y

endif # NETWORKING

endif # BOARD_SWAN_R5
18 changes: 0 additions & 18 deletions boards/st/nucleo_f412zg/Kconfig.defconfig

This file was deleted.

18 changes: 0 additions & 18 deletions boards/st/nucleo_f413zh/Kconfig.defconfig

This file was deleted.

10 changes: 0 additions & 10 deletions boards/st/nucleo_l4r5zi/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,4 @@ config SPI_STM32_INTERRUPT
default y
depends on SPI

if NETWORKING

config USB_DEVICE_STACK
default y

config USB_DEVICE_NETWORK_EEM
default y

endif # NETWORKING

endif # BOARD_NUCLEO_L4R5ZI

0 comments on commit b9a3072

Please sign in to comment.