diff options
author | Petr Vorel <pvorel@suse.cz> | 2018-09-26 16:10:56 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-10-03 15:40:06 +1000 |
commit | 5bd9b4445d1f02639cb5e5b151ef40d0a5dc4b47 (patch) | |
tree | a51431ad8ce096f5cc2c38795308b5e366d64030 /arch/powerpc/configs/ps3_defconfig | |
parent | 01b9870ea614518d48b6d2c787284b3a7d181a7c (diff) |
powerpc/config: Enable CONFIG_PRINTK_TIME
for 64bit configs which use for CONFIG_LOG_BUF_SHIFT the same
or higher value than the default (currently 17).
Signed-off-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs/ps3_defconfig')
-rw-r--r-- | arch/powerpc/configs/ps3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ps3_defconfig b/arch/powerpc/configs/ps3_defconfig index 187e2f7c12c8..cf8d55f67272 100644 --- a/arch/powerpc/configs/ps3_defconfig +++ b/arch/powerpc/configs/ps3_defconfig @@ -171,3 +171,4 @@ CONFIG_CRYPTO_PCBC=m CONFIG_CRYPTO_MICHAEL_MIC=m CONFIG_CRYPTO_SALSA20=m CONFIG_CRYPTO_LZO=m +CONFIG_PRINTK_TIME=y |