Skip to content

Commit 6e3572e

Browse files
HoratiuVulturpaulburton
authored andcommitted
MIPS: generic: Add switchdev, pinctrl and fit to ocelot_defconfig
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> Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: <alexandre.belloni@bootlin.com> Cc: <UNGLinuxDriver@microchip.com> Cc: <ralf@linux-mips.org> Cc: <jhogan@kernel.org> Cc: <linux-mips@vger.kernel.org> Cc: <linux-kernel@vger.kernel.org>
1 parent e4952b0 commit 6e3572e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/mips/configs/generic/board-ocelot.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# require CONFIG_CPU_MIPS32_R2=y
22

33
CONFIG_LEGACY_BOARD_OCELOT=y
4+
CONFIG_FIT_IMAGE_FDT_OCELOT=y
5+
6+
CONFIG_BRIDGE=y
7+
CONFIG_GENERIC_PHY=y
48

59
CONFIG_MTD=y
610
CONFIG_MTD_CMDLINE_PARTS=y
@@ -19,6 +23,8 @@ CONFIG_SERIAL_8250_CONSOLE=y
1923
CONFIG_SERIAL_OF_PLATFORM=y
2024

2125
CONFIG_NETDEVICES=y
26+
CONFIG_NET_SWITCHDEV=y
27+
CONFIG_NET_DSA=y
2228
CONFIG_MSCC_OCELOT_SWITCH=y
2329
CONFIG_MSCC_OCELOT_SWITCH_OCELOT=y
2430
CONFIG_MDIO_MSCC_MIIM=y
@@ -35,6 +41,8 @@ CONFIG_SPI_DESIGNWARE=y
3541
CONFIG_SPI_DW_MMIO=y
3642
CONFIG_SPI_SPIDEV=y
3743

44+
CONFIG_PINCTRL_OCELOT=y
45+
3846
CONFIG_GPIO_SYSFS=y
3947

4048
CONFIG_POWER_RESET=y

0 commit comments

Comments
 (0)