mirror of
https://xff.cz/git/u-boot/
synced 2025-09-23 11:32:12 +02:00
arm: baltos: migrate Ethernet PHYs configuration to Kconfig
Remove CONFIG_PHY_ATHEROS and CONFIG_PHY_SMSC from defconfig and select them in Kconfig. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -50,6 +50,8 @@ CONFIG_NAND=y
|
|||||||
CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
|
CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
|
||||||
CONFIG_SYS_NAND_U_BOOT_OFFS=0x00080000
|
CONFIG_SYS_NAND_U_BOOT_OFFS=0x00080000
|
||||||
CONFIG_PHY_ADDR_ENABLE=y
|
CONFIG_PHY_ADDR_ENABLE=y
|
||||||
|
CONFIG_PHY_ATHEROS=y
|
||||||
|
CONFIG_PHY_SMSC=y
|
||||||
CONFIG_MII=y
|
CONFIG_MII=y
|
||||||
CONFIG_DRIVER_TI_CPSW=y
|
CONFIG_DRIVER_TI_CPSW=y
|
||||||
CONFIG_SPI=y
|
CONFIG_SPI=y
|
||||||
|
@@ -257,10 +257,6 @@
|
|||||||
#define CONFIG_AM335X_USB1
|
#define CONFIG_AM335X_USB1
|
||||||
#define CONFIG_AM335X_USB1_MODE MUSB_OTG
|
#define CONFIG_AM335X_USB1_MODE MUSB_OTG
|
||||||
|
|
||||||
/* Network. */
|
|
||||||
#define CONFIG_PHY_SMSC
|
|
||||||
#define CONFIG_PHY_ATHEROS
|
|
||||||
|
|
||||||
/* NAND support */
|
/* NAND support */
|
||||||
#ifdef CONFIG_NAND
|
#ifdef CONFIG_NAND
|
||||||
#define GPMC_NAND_ECC_LP_x8_LAYOUT 1
|
#define GPMC_NAND_ECC_LP_x8_LAYOUT 1
|
||||||
|
Reference in New Issue
Block a user