1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #18008 from aabadie/pr/pkg/corejson_kconfig

pkg/corejson: fix missing kconfig import + model test application configuration
This commit is contained in:
Alexandre Abadie 2022-04-26 11:55:21 +02:00 committed by GitHub
commit 2c3dc581bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ rsource "cifra/Kconfig"
rsource "cmsis-dsp/Kconfig"
rsource "cmsis-nn/Kconfig"
rsource "cn-cbor/Kconfig"
rsource "corejson/Kconfig"
rsource "driver_atwinc15x0/Kconfig"
rsource "driver_bme680/Kconfig"
rsource "driver_sx126x/Kconfig"

View File

@ -0,0 +1 @@
CONFIG_PACKAGE_COREJSON=y