1# Configuration opions for Wi-Fi test
2
3# Copyright (c) 2023 Nordic Semiconductor ASA
4# SPDX-License-Identifier: Apache-2.0
5
6
7source "Kconfig.zephyr"
8
9# The purpose of this Kconfig is to select the hidden symbol
10config WIFI_TEST_ENABLE
11	bool "Enable Wi-Fi test"
12	default y
13	select WIFI
14	select WIFI_USE_NATIVE_NETWORKING
15