diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2014-11-27 18:28:16 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-11-30 08:13:48 +0300 |
commit | cd4c910e00751a451b34476c52eb17f904a844b6 (patch) | |
tree | 1b70ba70b41f223d6b5ba71f943ceb58820f7472 /arch/arm/configs/davinci_all_defconfig | |
parent | 265de6d19cdd56745bf2277f0bc81ba5109b8717 (diff) | |
download | linux-cd4c910e00751a451b34476c52eb17f904a844b6.tar.xz |
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/arm/configs/davinci_all_defconfig')
-rw-r--r-- | arch/arm/configs/davinci_all_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index f95f72d62db7..759f9b0053e2 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -97,7 +97,6 @@ CONFIG_PPP_ASYNC=m CONFIG_PPP_SYNC_TTY=m CONFIG_PPP_DEFLATE=m CONFIG_NETCONSOLE=y -CONFIG_NETPOLL_TRAP=y # CONFIG_INPUT_MOUSEDEV is not set CONFIG_INPUT_EVDEV=m CONFIG_INPUT_EVBUG=m |