/* SPDX-License-Identifier: GPL-2.0+ */ | |
/* | |
* Configuration header file for TI's k2hk-evm | |
* | |
* (C) Copyright 2012-2014 | |
* Texas Instruments Incorporated, <www.ti.com> | |
*/ | |
#ifndef __CONFIG_K2HK_EVM_H | |
#define __CONFIG_K2HK_EVM_H | |
#include <configs/ti_armv7_keystone2.h> | |
/* Network */ | |
#define CFG_KSNET_CPSW_NUM_PORTS 5 | |
#endif /* __CONFIG_K2HK_EVM_H */ |