Skip to content

Commit

Permalink
um: defconfig: Cleanup from old Kconfig options
Browse files Browse the repository at this point in the history
Remove old, dead Kconfig option INET_LRO. It is gone since
commit 7bbf3ca ("ipv4: Remove inet_lro library").

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
  • Loading branch information
Krzysztof Kozlowski authored and Richard Weinberger committed Sep 13, 2017
1 parent 6f602af commit a997960
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/um/configs/i386_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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_UML_NET=y
CONFIG_UML_NET_ETHERTAP=y
Expand Down
1 change: 0 additions & 1 deletion arch/um/configs/x86_64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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_UML_NET=y
CONFIG_UML_NET_ETHERTAP=y
Expand Down

0 comments on commit a997960

Please sign in to comment.