1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

boards/esp32-wrover-kit: Use KCONFIG_BOARD_CONFIG

This commit is contained in:
MrKevinWeiss 2022-01-10 10:28:45 +01:00
parent 49a4e20f67
commit ff32e7545a
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -19,5 +19,5 @@ FEATURES_PROVIDED += arduino
# This configuration enables modules that are only available when using Kconfig
# module modelling
ifeq (1, $(TEST_KCONFIG))
KCONFIG_ADD_CONFIG += $(BOARDDIR)/esp32-wrover-kit.config
KCONFIG_BOARD_CONFIG += $(BOARDDIR)/esp32-wrover-kit.config
endif