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