2021-12-22 09:03:57 +08:00
|
|
|
# Copyright (c) 2021, Commonwealth Scientific and Industrial Research
|
|
|
|
# Organisation (CSIRO) ABN 41 687 119 230.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
# Hidden option for turning on the dummy driver for vnd,gpio devices
|
|
|
|
# used in testing.
|
|
|
|
config GPIO_TEST
|
2022-09-01 00:48:47 +08:00
|
|
|
def_bool DT_HAS_VND_GPIO_ENABLED
|
2022-07-21 01:07:47 +08:00
|
|
|
depends on DT_HAS_VND_GPIO_ENABLED
|