liteboard.h (2be296538e2e9d2893dc495b3fc8f9f6acb1454c) | liteboard.h (3146f0c017df2231d03dff09cee31f7bd63db3e5) |
---|---|
1/* 2 * Copyright (C) 2015 Freescale Semiconductor, Inc. 3 * Copyright (C) 2016 Grinn 4 * 5 * Configuration settings for the Grinn liteBoard (i.MX6UL). 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ --- 139 unchanged lines hidden (view full) --- 148#define CONFIG_MII 149#define CONFIG_FEC_ENET_DEV 0 150 151#define IMX_FEC_BASE ENET_BASE_ADDR 152#define CONFIG_FEC_MXC_PHYADDR 0x0 153#define CONFIG_FEC_XCV_TYPE RMII 154#define CONFIG_ETHPRIME "FEC" 155 | 1/* 2 * Copyright (C) 2015 Freescale Semiconductor, Inc. 3 * Copyright (C) 2016 Grinn 4 * 5 * Configuration settings for the Grinn liteBoard (i.MX6UL). 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ --- 139 unchanged lines hidden (view full) --- 148#define CONFIG_MII 149#define CONFIG_FEC_ENET_DEV 0 150 151#define IMX_FEC_BASE ENET_BASE_ADDR 152#define CONFIG_FEC_MXC_PHYADDR 0x0 153#define CONFIG_FEC_XCV_TYPE RMII 154#define CONFIG_ETHPRIME "FEC" 155 |
156#define CONFIG_PHYLIB | |
157#define CONFIG_PHY_SMSC 158#endif 159 160#define CONFIG_IMX_THERMAL 161 162#endif | 156#define CONFIG_PHY_SMSC 157#endif 158 159#define CONFIG_IMX_THERMAL 160 161#endif |