1# Copyright 2023 NXP
2# All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5
6# utility_shell
7config MCUX_HAS_utility_shell
8    bool
9
10config MCUX_USE_utility_shell
11    depends on MCUX_HAS_utility_shell
12    bool "Utility shell"
13    select MCUX_USE_utility_str
14    select MCUX_USE_component_lists
15    select MCUX_USE_driver_common
16    help
17      Utility shell
18