mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
Convert CONFIG_LPC32XX_ETH to Kconfig
This converts the following to Kconfig: CONFIG_LPC32XX_ETH Cc: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
5842c8107d
commit
6329dda175
3 changed files with 5 additions and 12 deletions
|
@ -423,6 +423,11 @@ config KSZ9477
|
|||
This driver implements a DSA switch driver for the KSZ9477 family
|
||||
of GbE switches using the I2C interface.
|
||||
|
||||
config LPC32XX_ETH
|
||||
bool "LPC32xx Ethernet MAC interface driver"
|
||||
depends on ARCH_LPC32XX
|
||||
default y
|
||||
|
||||
config MVGBE
|
||||
bool "Marvell Orion5x/Kirkwood network interface support"
|
||||
depends on ARCH_KIRKWOOD || ARCH_ORION5X
|
||||
|
|
|
@ -29,11 +29,6 @@
|
|||
* GPIO
|
||||
*/
|
||||
|
||||
/*
|
||||
* Ethernet
|
||||
*/
|
||||
#define CONFIG_LPC32XX_ETH
|
||||
|
||||
/*
|
||||
* NOR Flash
|
||||
*/
|
||||
|
|
|
@ -22,13 +22,6 @@
|
|||
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + SZ_512K \
|
||||
- GENERATED_GBL_DATA_SIZE)
|
||||
|
||||
/*
|
||||
* Ethernet Driver
|
||||
*/
|
||||
|
||||
#define CONFIG_LPC32XX_ETH
|
||||
/* FIXME: remove "Waiting for PHY auto negotiation to complete..." message */
|
||||
|
||||
#define CONFIG_RTC_DS1374
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue