diff options
author | Alistair Popple <alistair@popple.id.au> | 2013-04-29 13:42:44 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-06-20 16:55:12 +1000 |
commit | b9ef7d6b11c120cc402a76013062061bbe0fbaad (patch) | |
tree | f15f83fae70c2ea72c2c3a06abfcf99b3d236c8e /arch/powerpc/configs/g5_defconfig | |
parent | 071df9422ac91c0d290e81f5ae2635c74cda6d00 (diff) | |
download | blackbird-obmc-linux-b9ef7d6b11c120cc402a76013062061bbe0fbaad.tar.gz blackbird-obmc-linux-b9ef7d6b11c120cc402a76013062061bbe0fbaad.zip |
powerpc: Update default configurations
Update default configurations for systems with CONFIG_BOOTX_TEXT
selected so that they continue to print early debug messages as is
currently the case.
Signed-off-by: Alistair Popple <alistair@popple.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/g5_defconfig')
-rw-r--r-- | arch/powerpc/configs/g5_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/configs/g5_defconfig b/arch/powerpc/configs/g5_defconfig index 07b7f2af2dca..1ea22fc24ea8 100644 --- a/arch/powerpc/configs/g5_defconfig +++ b/arch/powerpc/configs/g5_defconfig @@ -284,6 +284,8 @@ CONFIG_DEBUG_MUTEXES=y CONFIG_LATENCYTOP=y CONFIG_SYSCTL_SYSCALL_CHECK=y CONFIG_BOOTX_TEXT=y +CONFIG_PPC_EARLY_DEBUG=y +CONFIG_PPC_EARLY_DEBUG_BOOTX=y CONFIG_CRYPTO_NULL=m CONFIG_CRYPTO_TEST=m CONFIG_CRYPTO_ECB=m |