diff options
author | Gregory CLEMENT <gregory.clement@bootlin.com> | 2019-01-17 17:07:15 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-01-23 18:26:44 +0100 |
commit | 37dd373f82ed4c7487f1b8ce791b212b56274dfe (patch) | |
tree | bfdd95fa445287ea0203a3d90475e130c637aa91 /configs/mscc_ocelot_defconfig | |
parent | 2f8d0677366d859bd2f23fc58280e913f15a4f61 (diff) |
configs: mscc_ocelot: add network support
Now that network support is added for the ocelot platform, let's add it
in the default configuration.
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'configs/mscc_ocelot_defconfig')
-rw-r--r-- | configs/mscc_ocelot_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mscc_ocelot_defconfig b/configs/mscc_ocelot_defconfig index cbdc76d0370..edc476d143f 100644 --- a/configs/mscc_ocelot_defconfig +++ b/configs/mscc_ocelot_defconfig @@ -60,6 +60,7 @@ CONFIG_SPI_FLASH_SPANSION=y CONFIG_SPI_FLASH_WINBOND=y CONFIG_SPI_FLASH_MTD=y CONFIG_DM_ETH=y +CONFIG_MSCC_OCELOT_SWITCH=y CONFIG_PINCTRL=y CONFIG_PINCONF=y CONFIG_DM_SERIAL=y |