diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2017-07-20 01:01:10 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2017-09-13 16:32:51 -0400 |
commit | a997960b267409d9ed68c99841ac71d82b010480 (patch) | |
tree | 1f5cf2327d84e9646f7a612a2c84b3f5ef857c2b | |
parent | 6f602afda7275c24c20ba38b5b6cd4ed08561fff (diff) |
um: defconfig: Cleanup from old Kconfig options
Remove old, dead Kconfig option INET_LRO. It is gone since
commit 7bbf3cae65b6 ("ipv4: Remove inet_lro library").
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
-rw-r--r-- | arch/um/configs/i386_defconfig | 1 | ||||
-rw-r--r-- | arch/um/configs/x86_64_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/configs/i386_defconfig b/arch/um/configs/i386_defconfig index 5636221b8785..8f114e3b0a7a 100644 --- a/arch/um/configs/i386_defconfig +++ b/arch/um/configs/i386_defconfig | |||
@@ -53,7 +53,6 @@ CONFIG_NET=y | |||
53 | CONFIG_PACKET=y | 53 | CONFIG_PACKET=y |
54 | CONFIG_UNIX=y | 54 | CONFIG_UNIX=y |
55 | CONFIG_INET=y | 55 | CONFIG_INET=y |
56 | # CONFIG_INET_LRO is not set | ||
57 | # CONFIG_IPV6 is not set | 56 | # CONFIG_IPV6 is not set |
58 | CONFIG_UML_NET=y | 57 | CONFIG_UML_NET=y |
59 | CONFIG_UML_NET_ETHERTAP=y | 58 | CONFIG_UML_NET_ETHERTAP=y |
diff --git a/arch/um/configs/x86_64_defconfig b/arch/um/configs/x86_64_defconfig index 7a67b7ac1a7e..5d0875fc0db2 100644 --- a/arch/um/configs/x86_64_defconfig +++ b/arch/um/configs/x86_64_defconfig | |||
@@ -51,7 +51,6 @@ CONFIG_NET=y | |||
51 | CONFIG_PACKET=y | 51 | CONFIG_PACKET=y |
52 | CONFIG_UNIX=y | 52 | CONFIG_UNIX=y |
53 | CONFIG_INET=y | 53 | CONFIG_INET=y |
54 | # CONFIG_INET_LRO is not set | ||
55 | # CONFIG_IPV6 is not set | 54 | # CONFIG_IPV6 is not set |
56 | CONFIG_UML_NET=y | 55 | CONFIG_UML_NET=y |
57 | CONFIG_UML_NET_ETHERTAP=y | 56 | CONFIG_UML_NET_ETHERTAP=y |