Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1661451 > unrolled thread

[PATCH 12/35] microblaze: defconfig: Cleanup from old Kconfig options

Started byKrzysztof Kozlowski <krzk@kernel.org>
First post2017-06-08 18:30 +0200
Last post2017-06-08 18:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 12/35] microblaze: defconfig: Cleanup from old Kconfig options Krzysztof Kozlowski <krzk@kernel.org> - 2017-06-08 18:30 +0200

#1661451 — [PATCH 12/35] microblaze: defconfig: Cleanup from old Kconfig options

FromKrzysztof Kozlowski <krzk@kernel.org>
Date2017-06-08 18:30 +0200
Subject[PATCH 12/35] microblaze: defconfig: Cleanup from old Kconfig options
Message-ID<tQ8tP-6AH-1@gated-at.bofh.it>
Remove old, dead Kconfig options (in order appearing in this commit):
 - EXPERIMENTAL is gone since v3.9;
 - INET_LRO: commit 7bbf3cae65b6 ("ipv4: Remove inet_lro library");
 - MTD_CHAR: commit 660685d9d1b4 ("mtd: merge mtdchar module with
   mtdcore");

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/microblaze/configs/mmu_defconfig   | 1 -
 arch/microblaze/configs/nommu_defconfig | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/arch/microblaze/configs/mmu_defconfig b/arch/microblaze/configs/mmu_defconfig
index dc5dd5b69fde..dbad55552efc 100644
--- a/arch/microblaze/configs/mmu_defconfig
+++ b/arch/microblaze/configs/mmu_defconfig
@@ -33,7 +33,6 @@ CONFIG_NET=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
 CONFIG_INET=y
-# CONFIG_INET_LRO is not set
 # CONFIG_IPV6 is not set
 CONFIG_MTD=y
 CONFIG_PROC_DEVICETREE=y
diff --git a/arch/microblaze/configs/nommu_defconfig b/arch/microblaze/configs/nommu_defconfig
index 4cdaf565e638..9cddc494c2b1 100644
--- a/arch/microblaze/configs/nommu_defconfig
+++ b/arch/microblaze/configs/nommu_defconfig
@@ -1,4 +1,3 @@
-CONFIG_EXPERIMENTAL=y
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_FHANDLE=y
@@ -34,11 +33,9 @@ CONFIG_NET=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
 CONFIG_INET=y
-# CONFIG_INET_LRO is not set
 # CONFIG_IPV6 is not set
 CONFIG_MTD=y
 CONFIG_MTD_CMDLINE_PARTS=y
-CONFIG_MTD_CHAR=y
 CONFIG_MTD_BLOCK=y
 CONFIG_MTD_CFI=y
 CONFIG_MTD_CFI_INTELEXT=y
-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web