Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1652917
| From | Michal Simek <michal.simek@xilinx.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] microblaze: Enabling CONFIG_BRIDGE in mmu_defconfig |
| Date | 2017-05-30 10:00 +0200 |
| Message-ID | <tMKem-4q1-19@gated-at.bofh.it> (permalink) |
| References | <tMKem-4q1-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Vineeth Chowdary Karumanchi <vineethchowz.chowdary@xilinx.com> This patch enables CONFIG_BRIDGE=m by default to be aligned with Xilinx defaults. Signed-off-by: Vineeth Chowdary Karumanchi <vineethchowz.chowdary@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> --- arch/microblaze/configs/mmu_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/microblaze/configs/mmu_defconfig b/arch/microblaze/configs/mmu_defconfig index c6c6ff5d7b33..92fd4e95b488 100644 --- a/arch/microblaze/configs/mmu_defconfig +++ b/arch/microblaze/configs/mmu_defconfig @@ -32,6 +32,7 @@ CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_INET=y # CONFIG_IPV6 is not set +CONFIG_BRIDGE=m CONFIG_MTD=y CONFIG_MTD_CFI=y CONFIG_MTD_CFI_INTELEXT=y -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/3] microblaze: Update defconfigs Michal Simek <michal.simek@xilinx.com> - 2017-05-30 10:00 +0200 [PATCH 2/3] microblaze: Enabling CONFIGS related to MTD Michal Simek <michal.simek@xilinx.com> - 2017-05-30 10:00 +0200 [PATCH 3/3] microblaze: Enabling CONFIG_BRIDGE in mmu_defconfig Michal Simek <michal.simek@xilinx.com> - 2017-05-30 10:00 +0200
csiph-web