1 /*
2  * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its
3  * affiliates
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 #ifndef R_ETHER_CFG_H_
8 #define R_ETHER_CFG_H_
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 #define ETHER_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
14 #define ETHER_CFG_LINK_PRESENT (0)
15 #define ETHER_CFG_USE_LINKSTA (0)
16 #define ETHER_CFG_USE_CUSTOM_PHY_DRIVER (1)
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 #endif /* R_ETHER_CFG_H_ */
22