diff mbox series

[v2] MIPS: generic: Add switchdev, pinctrl and fit to ocelot_defconfig

Message ID 1554366328-16459-1-git-send-email-horatiu.vultur@microchip.com (mailing list archive)
State Mainlined
Commit 6e3572e83dc3563e3b7e742bcb225b42a60cdaeb
Headers show
Series [v2] MIPS: generic: Add switchdev, pinctrl and fit to ocelot_defconfig | expand

Commit Message

Horatiu Vultur April 4, 2019, 8:25 a.m. UTC
Some of the configuration were not selected by default anymore, therefore
enable them again. Also remove some configs which are used for MSCC Ocelot.

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
---
 arch/mips/configs/generic/board-ocelot.config | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Paul Burton April 4, 2019, 6:29 p.m. UTC | #1
Hello,

Horatiu Vultur wrote:
> Some of the configuration were not selected by default anymore, therefore
> enable them again. Also remove some configs which are used for MSCC Ocelot.
> 
> Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>

Applied to mips-fixes.

Thanks,
    Paul

[ This message was auto-generated; if you believe anything is incorrect
  then please email paul.burton@mips.com to report it. ]
diff mbox series

Patch

diff --git a/arch/mips/configs/generic/board-ocelot.config b/arch/mips/configs/generic/board-ocelot.config
index f607888..184eb65 100644
--- a/arch/mips/configs/generic/board-ocelot.config
+++ b/arch/mips/configs/generic/board-ocelot.config
@@ -1,6 +1,10 @@ 
 # require CONFIG_CPU_MIPS32_R2=y
 
 CONFIG_LEGACY_BOARD_OCELOT=y
+CONFIG_FIT_IMAGE_FDT_OCELOT=y
+
+CONFIG_BRIDGE=y
+CONFIG_GENERIC_PHY=y
 
 CONFIG_MTD=y
 CONFIG_MTD_CMDLINE_PARTS=y
@@ -19,6 +23,8 @@  CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_SERIAL_OF_PLATFORM=y
 
 CONFIG_NETDEVICES=y
+CONFIG_NET_SWITCHDEV=y
+CONFIG_NET_DSA=y
 CONFIG_MSCC_OCELOT_SWITCH=y
 CONFIG_MSCC_OCELOT_SWITCH_OCELOT=y
 CONFIG_MDIO_MSCC_MIIM=y
@@ -35,6 +41,8 @@  CONFIG_SPI_DESIGNWARE=y
 CONFIG_SPI_DW_MMIO=y
 CONFIG_SPI_SPIDEV=y
 
+CONFIG_PINCTRL_OCELOT=y
+
 CONFIG_GPIO_SYSFS=y
 
 CONFIG_POWER_RESET=y