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

pkg/jerryscript: model in Kconfig

This commit is contained in:
Alexandre Abadie 2022-04-26 15:35:32 +02:00
parent cdf1d43e15
commit ff7838bfef
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 22 additions and 0 deletions

View File

@ -29,6 +29,7 @@ rsource "gecko_sdk/Kconfig"
rsource "gemmlowp/Kconfig"
rsource "hacl/Kconfig"
rsource "heatshrink/Kconfig"
rsource "jerryscript/Kconfig"
rsource "jsmn/Kconfig"
rsource "libb2/Kconfig"
rsource "libcose/Kconfig"

21
pkg/jerryscript/Kconfig Normal file
View File

@ -0,0 +1,21 @@
# Copyright (c) 2022 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
config PACKAGE_JERRYSCRIPT
bool "Ultra-lightweight Javascript interpreter"
depends on TEST_KCONFIG
depends on HAS_ARCH_32BIT
depends on !HAS_ARCH_MIPS32R2
select MODULE_JERRYSCRIPT-PORT-DEFAULT
select MODULE_JERRYSCRIPT-EXT
config MODULE_JERRYSCRIPT-PORT-DEFAULT
bool
config MODULE_JERRYSCRIPT-EXT
bool