cmd: Fix Kconfig coding style
[u-boot.git] / include / configs / condor.h
blob50c8d1733838331bd83e885a1dd00fb6af8a9060
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * include/configs/condor.h
4 * This file is Condor board configuration.
6 * Copyright (C) 2019 Renesas Electronics Corporation
7 */
9 #ifndef __CONDOR_H
10 #define __CONDOR_H
12 #include "rcar-gen3-common.h"
14 /* Environment compatibility */
16 /* SH Ether */
17 #define CFG_SH_ETHER_USE_PORT 0
18 #define CFG_SH_ETHER_PHY_ADDR 0x1
19 #define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
20 #define CFG_SH_ETHER_CACHE_WRITEBACK
21 #define CFG_SH_ETHER_CACHE_INVALIDATE
22 #define CFG_SH_ETHER_ALIGNE_SIZE 64
24 /* Board Clock */
25 /* XTAL_CLK : 33.33MHz */
27 #endif /* __CONDOR_H */