diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2020-01-21 07:29:55 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-01-31 13:20:00 +0300 |
commit | 81881e0998bcdf4dd151fa7162ad9f9fd00e0fe3 (patch) | |
tree | 8071897d5c4a011f235b67fdf260d33cbe5704ff /arch/powerpc/configs | |
parent | 028fb6ded72f89b090a455656bb2ce091fbf996f (diff) | |
download | linux-81881e0998bcdf4dd151fa7162ad9f9fd00e0fe3.tar.xz |
powerpc/configs/skiroot: Drop default n CONFIG_CRYPTO_ECHAINIV
It's default n so we don't need to disable it.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Acked-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20200121043000.16212-5-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/skiroot_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/skiroot_defconfig b/arch/powerpc/configs/skiroot_defconfig index 74cffb854c0f..0aa060eef06c 100644 --- a/arch/powerpc/configs/skiroot_defconfig +++ b/arch/powerpc/configs/skiroot_defconfig @@ -293,5 +293,4 @@ CONFIG_WQ_WATCHDOG=y CONFIG_XMON=y CONFIG_XMON_DEFAULT=y CONFIG_ENCRYPTED_KEYS=y -# CONFIG_CRYPTO_ECHAINIV is not set # CONFIG_CRYPTO_HW is not set |