diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2014-11-27 10:28:16 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-11-30 00:13:48 -0500 |
commit | cd4c910e00751a451b34476c52eb17f904a844b6 (patch) | |
tree | 1b70ba70b41f223d6b5ba71f943ceb58820f7472 /arch/tile/configs | |
parent | 265de6d19cdd56745bf2277f0bc81ba5109b8717 (diff) |
netpoll: delete defconfig references to obsolete NETPOLL_TRAP
In commit 9c62a68d13119a1ca9718381d97b0cb415ff4e9d ("netpoll:
Remove dead packet receive code (CONFIG_NETPOLL_TRAP)") this
Kconfig option was removed. So remove references to it from
all defconfigs as well.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/tile/configs')
-rw-r--r-- | arch/tile/configs/tilegx_defconfig | 1 | ||||
-rw-r--r-- | arch/tile/configs/tilepro_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/tile/configs/tilegx_defconfig b/arch/tile/configs/tilegx_defconfig index 91de7dd7427f..37dc9364c4a1 100644 --- a/arch/tile/configs/tilegx_defconfig +++ b/arch/tile/configs/tilegx_defconfig | |||
@@ -218,7 +218,6 @@ CONFIG_MACVLAN=m | |||
218 | CONFIG_MACVTAP=m | 218 | CONFIG_MACVTAP=m |
219 | CONFIG_NETCONSOLE=m | 219 | CONFIG_NETCONSOLE=m |
220 | CONFIG_NETCONSOLE_DYNAMIC=y | 220 | CONFIG_NETCONSOLE_DYNAMIC=y |
221 | CONFIG_NETPOLL_TRAP=y | ||
222 | CONFIG_TUN=y | 221 | CONFIG_TUN=y |
223 | CONFIG_VETH=m | 222 | CONFIG_VETH=m |
224 | CONFIG_NET_DSA_MV88E6060=y | 223 | CONFIG_NET_DSA_MV88E6060=y |
diff --git a/arch/tile/configs/tilepro_defconfig b/arch/tile/configs/tilepro_defconfig index c7702b7ab7a5..76a2781dec2c 100644 --- a/arch/tile/configs/tilepro_defconfig +++ b/arch/tile/configs/tilepro_defconfig | |||
@@ -337,7 +337,6 @@ CONFIG_MACVLAN=m | |||
337 | CONFIG_MACVTAP=m | 337 | CONFIG_MACVTAP=m |
338 | CONFIG_NETCONSOLE=m | 338 | CONFIG_NETCONSOLE=m |
339 | CONFIG_NETCONSOLE_DYNAMIC=y | 339 | CONFIG_NETCONSOLE_DYNAMIC=y |
340 | CONFIG_NETPOLL_TRAP=y | ||
341 | CONFIG_TUN=y | 340 | CONFIG_TUN=y |
342 | CONFIG_VETH=m | 341 | CONFIG_VETH=m |
343 | CONFIG_NET_DSA_MV88E6060=y | 342 | CONFIG_NET_DSA_MV88E6060=y |