# Copyright (c) The Zephyr Project Contributors
# SPDX-License-Identifier: Apache-2.0

config MAX_THREAD_BYTES
	default 3 if USERSPACE && SMP

# Include Zephyr's Kconfig.
source "Kconfig.zephyr"
