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:
parent
cdf1d43e15
commit
ff7838bfef
@ -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
21
pkg/jerryscript/Kconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user