# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

config ZEPHYR_NRF_WIFI_MODULE
	bool

config ZVFS_OPEN_ADD_SIZE_NRF70_ENABLE_DUAL_VIF
	int "Number of socket descriptors needed by nrf wifi driver"
	depends on NRF70_ENABLE_DUAL_VIF
	default 8

source "modules/nrf_wifi/bus/Kconfig"
