Skip to content

Commit

Permalink
arm: baltos: migrate Ethernet PHYs configuration to Kconfig
Browse files Browse the repository at this point in the history
Remove CONFIG_PHY_ATHEROS and CONFIG_PHY_SMSC from defconfig
and select them in Kconfig.

Signed-off-by: Yegor Yefremov <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
  • Loading branch information
yegorich authored and trini committed Dec 3, 2018
1 parent 1abff55 commit 8ce7f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions configs/am335x_baltos_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ CONFIG_NAND=y
CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
CONFIG_SYS_NAND_U_BOOT_OFFS=0x00080000
CONFIG_PHY_ADDR_ENABLE=y
CONFIG_PHY_ATHEROS=y
CONFIG_PHY_SMSC=y
CONFIG_MII=y
CONFIG_DRIVER_TI_CPSW=y
CONFIG_SPI=y
Expand Down
4 changes: 0 additions & 4 deletions include/configs/baltos.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,6 @@
#define CONFIG_AM335X_USB1
#define CONFIG_AM335X_USB1_MODE MUSB_OTG

/* Network. */
#define CONFIG_PHY_SMSC
#define CONFIG_PHY_ATHEROS

/* NAND support */
#ifdef CONFIG_NAND
#define GPMC_NAND_ECC_LP_x8_LAYOUT 1
Expand Down

0 comments on commit 8ce7f2c

Please sign in to comment.