1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/jerryscript/Kconfig
2022-09-27 13:42:37 +02:00

21 lines
504 B
Plaintext

# 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
select MODULE_JERRYSCRIPT-PORT-DEFAULT
select MODULE_JERRYSCRIPT-EXT
config MODULE_JERRYSCRIPT-PORT-DEFAULT
bool
config MODULE_JERRYSCRIPT-EXT
bool