zephyr/drivers/i3c/Kconfig.test
Armando Visconti 0d9654670f drivers: i3c: add dummy driver for vnd,i3c
It is just used to be able to DEVICE_DT_GET() bus devices from
tests/drivers/build_all in an upcoming commit.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2023-11-13 16:08:46 +00:00

12 lines
365 B
Plaintext

# Copyright (c) 2021, Commonwealth Scientific and Industrial Research
# Organisation (CSIRO) ABN 41 687 119 230.
# Copyright (c) 2023 STMicroelectronics
#
# SPDX-License-Identifier: Apache-2.0
# Hidden option for turning on the dummy driver for vnd,i3c devices
# used in testing.
config I3C_TEST
def_bool DT_HAS_VND_I3C_ENABLED
depends on DT_HAS_VND_I3C_ENABLED