Skip to content

Commit

Permalink
x86/defconfigs: Remove CONFIG_CRYPTO_AES_586 from i386_defconfig
Browse files Browse the repository at this point in the history
Initially CONFIG_CRYPTO_AES_586=y was added to the i386_defconfig file in:

  c1b362e: ("x86: update defconfigs")

The code and Kconfig for CONFIG_CRYPTO_AES_586 was removed in:

  1d2c327: ("crypto: x86/aes - drop scalar assembler implementations")

Remove the leftover from the i386_defconfig file as well.

Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20200723171119.9881-1-sedat.dilek@gmail.com
  • Loading branch information
Sedat Dilek authored and Ingo Molnar committed Jul 24, 2020
1 parent f37e99a commit 6526b12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/configs/i386_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_DISABLE=y
CONFIG_CRYPTO_AES_586=y
# CONFIG_CRYPTO_ANSI_CPRNG is not set
CONFIG_EFI_STUB=y
CONFIG_ACPI_BGRT=y

0 comments on commit 6526b12

Please sign in to comment.