diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2017-07-12 19:27:49 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2017-07-18 18:51:32 +0300 |
commit | 45b6ff3981befeaf39a965decfdffca3ba06435f (patch) | |
tree | 51098fd5f9d4f2ce45f2dca56efcf58080ad7a42 /arch/arm/configs/ixp4xx_defconfig | |
parent | 9164c7542d501c7a3b473d0d437d101af5071e67 (diff) | |
download | linux-45b6ff3981befeaf39a965decfdffca3ba06435f.tar.xz |
ARM: ixp4xx_defconfig: Cleanup from non-existing options
Remove options which do not exist anymore:
- ECONET is gone since commit 349f29d841db ("econet: remove ancient bug
ridden protocol");
- IPDDP_DECAP is gone since commit 9b5645b51384 ("appletalk: remove
"config IPDDP_DECAP"");
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/configs/ixp4xx_defconfig')
-rw-r--r-- | arch/arm/configs/ixp4xx_defconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/configs/ixp4xx_defconfig b/arch/arm/configs/ixp4xx_defconfig index c8378da71913..8c3c99cd6de9 100644 --- a/arch/arm/configs/ixp4xx_defconfig +++ b/arch/arm/configs/ixp4xx_defconfig @@ -81,12 +81,8 @@ CONFIG_ATALK=m CONFIG_DEV_APPLETALK=m CONFIG_IPDDP=m CONFIG_IPDDP_ENCAP=y -CONFIG_IPDDP_DECAP=y CONFIG_X25=m CONFIG_LAPB=m -CONFIG_ECONET=m -CONFIG_ECONET_AUNUDP=y -CONFIG_ECONET_NATIVE=y CONFIG_WAN_ROUTER=m CONFIG_NET_SCHED=y CONFIG_NET_SCH_CBQ=m |