blob: af0230b8dc8014ba91bb2661df757f29783e10e7 [file] [log] [blame]
# Config options for tester app
# Copyright (c) 2023 Codecoup
# SPDX-License-Identifier: Apache-2.0
menu "Bttester configuration"
module = BTTESTER
module-str = bttester
source "subsys/logging/Kconfig.template.log_config"
config BTTESTER_BTP_CMD_THREAD_STACK_SIZE
int "BTP CMD threads stack size."
default 2048
help
Stack size in byte used by the BTP CMD thread.
endmenu
source "Kconfig.zephyr"