1# SOF Microphone Privacy configuration options
2
3# Copyright (c) 2025 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config INTEL_ADSP_MIC_PRIVACY
7	bool "MIC PRIVACY device driver support"
8	default y
9	depends on DT_HAS_INTEL_ADSP_MIC_PRIVACY_ENABLED
10	help
11	  Enable MIC PRIVACY device driver
12