diff options
| author | Michael Ellerman <[email protected]> | 2020-01-21 15:29:55 +1100 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2020-01-31 21:20:00 +1100 |
| commit | 81881e0998bcdf4dd151fa7162ad9f9fd00e0fe3 (patch) | |
| tree | 8071897d5c4a011f235b67fdf260d33cbe5704ff | |
| parent | 028fb6ded72f89b090a455656bb2ce091fbf996f (diff) | |
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 <[email protected]>
Acked-by: Joel Stanley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -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 |