1# Copyright 2025 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4source "Kconfig.zephyr" 5 6config SAMPLE_BIT_WIDTH 7 int "Sample bit width" 8 default 32 if DT_HAS_NXP_MICFIL_ENABLED 9 default 16 10 help 11 PCM sample bit width. 12