1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * Configuration header file for TI's k2l-evm 4 * 5 * (C) Copyright 2012-2014 6 * Texas Instruments Incorporated, <www.ti.com> 7 */ 8 9 #ifndef __CONFIG_K2L_EVM_H 10 #define __CONFIG_K2L_EVM_H 11 12 #include <configs/ti_armv7_keystone2.h> 13 14 /* Network */ 15 #define CFG_KSNET_CPSW_NUM_PORTS 5 16 17 #endif /* __CONFIG_K2L_EVM_H */ 18