1# Config options for tester app 2 3# Copyright (c) 2023 Codecoup 4# SPDX-License-Identifier: Apache-2.0 5 6menu "Bttester configuration" 7 8module = BTTESTER 9module-str = bttester 10source "subsys/logging/Kconfig.template.log_config" 11 12config BTTESTER_BTP_CMD_THREAD_STACK_SIZE 13 int "BTP CMD threads stack size." 14 default 2048 15 help 16 Stack size in byte used by the BTP CMD thread. 17 18endmenu 19 20source "Kconfig.zephyr" 21