diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2017-07-20 07:05:28 +0200 |
---|---|---|
committer | Chris Metcalf <cmetcalf@mellanox.com> | 2017-07-20 16:29:50 +0200 |
commit | 7c88f2bf7840c0ea67ac2de2e293a653f62ea134 (patch) | |
tree | 7703805ca1a187326ba3ca732d051248117b7839 /arch/tile/configs/tilegx_defconfig | |
parent | Linux v4.13-rc1 (diff) | |
download | linux-7c88f2bf7840c0ea67ac2de2e293a653f62ea134.tar.xz linux-7c88f2bf7840c0ea67ac2de2e293a653f62ea134.zip |
tile: defconfig: Cleanup from old Kconfig options
Remove old, dead Kconfig options (in order appearing in this commit):
- CRYPTO_ZLIB: commit 110492183c4b ("crypto: compress - remove unused
pcomp interface");
- IP_NF_TARGET_ULOG: commit d4da843e6fad ("netfilter: kill remnants of
ulog targets");
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>
Diffstat (limited to 'arch/tile/configs/tilegx_defconfig')
-rw-r--r-- | arch/tile/configs/tilegx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/tile/configs/tilegx_defconfig b/arch/tile/configs/tilegx_defconfig index 0d925fa0f0c1..9f94435cc44f 100644 --- a/arch/tile/configs/tilegx_defconfig +++ b/arch/tile/configs/tilegx_defconfig @@ -409,5 +409,4 @@ CONFIG_CRYPTO_SEED=m CONFIG_CRYPTO_SERPENT=m CONFIG_CRYPTO_TEA=m CONFIG_CRYPTO_TWOFISH=m -CONFIG_CRYPTO_ZLIB=m CONFIG_CRYPTO_LZO=m |