Commit b7fe6fd01fbebdeaa5c64d0f0124212f1bf859a8

Authored by Patrice Chotard
Committed by Patrick Delaunay
1 parent 5413b33afd

configs: stm32h743-eval: Disable CONFIG_NET flag

Network support was never added on this board, disable
CONFIG_NET flag to avoid following warning:

===================== WARNING ======================
This board does not use CONFIG_DM_ETH (Driver Model
for Ethernet drivers). Please update the board to use
CONFIG_DM_ETH before the v2020.07 release. Failure to
update by the deadline may result in board removal.
See doc/driver-model/migration.rst for more info.
====================================================

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Acked-by: Patrick Delaunay <patrick.delaunay@st.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/stm32h743-eval_defconfig
... ... @@ -24,6 +24,7 @@
24 24 # CONFIG_ISO_PARTITION is not set
25 25 CONFIG_OF_CONTROL=y
26 26 CONFIG_DEFAULT_DEVICE_TREE="stm32h743i-eval"
  27 +# CONFIG_NET is not set
27 28 CONFIG_DM_MMC=y
28 29 CONFIG_STM32_SDMMC2=y
29 30 # CONFIG_PINCTRL_FULL is not set