mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-15 14:26:58 +00:00
Switch PHY_ANEG_TIMEOUT to CONFIG_PHY_ANEG_TIMEOUT Kconfig symbol. This removes one more configuration headers option finalizes its Kconfig symbol conversion. No functional change expected. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
17 lines
349 B
C
17 lines
349 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Configuration header file for TI's k2g-evm
|
|
*
|
|
* (C) Copyright 2015
|
|
* Texas Instruments Incorporated, <www.ti.com>
|
|
*/
|
|
|
|
#ifndef __CONFIG_K2G_EVM_H
|
|
#define __CONFIG_K2G_EVM_H
|
|
|
|
/* Network */
|
|
#define CFG_KSNET_CPSW_NUM_PORTS 2
|
|
|
|
#include <configs/ti_armv7_keystone2.h>
|
|
|
|
#endif /* __CONFIG_K2G_EVM_H */
|