1# Copyright (c) 2023 Fabian Blatz <fabianblatz@gmail.com> 2# SPDX-License-Identifier: Apache-2.0 3 4config LV_Z_SHELL 5 bool "LVGL Shell" 6 depends on SHELL 7 help 8 Enable LVGL shell for testing. 9 10if LV_Z_SHELL 11 12config LV_Z_MAX_MONKEY_COUNT 13 int "Maximum number of monkeys" 14 default 4 15 depends on LV_USE_MONKEY 16 help 17 Number of monkey instances that can exist in parallel 18 19endif 20