Add dummy driver for "vnd,i2s" to use in build_all tests. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
6 lines
159 B
Text
6 lines
159 B
Text
# Copyright (c) 2024 TOKITA Hiroshi
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config I2S_TEST
|
|
def_bool DT_HAS_VND_I2S_ENABLED
|
|
depends on DT_HAS_VND_I2S_ENABLED
|