From f169bf9e0b2bd24619e35320010b2ae8b1cefef5 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 17 Dec 2009 01:57:30 +0000 Subject: [PATCH] --- yaml --- r: 177911 b: refs/heads/master c: 4dd92e15b316d1a782772f16074571a70ceb9184 h: refs/heads/master i: 177909: 67794b4ab33eeecbb477a8cc55ddfa6d379125c2 177907: 20cd9766f85685617352fbc904e1b8612c30d49b 177903: 4eb4ff5a368c7ebc74b0c8813ac924a1b347ac63 v: v3 --- [refs] | 2 +- trunk/arch/mips/Kconfig | 14 -------------- trunk/arch/mips/Kconfig.debug | 14 ++++++++++++++ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/[refs] b/[refs] index 328b798a04bb..17d409c1bd4d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 70ab711df44ada438973ceba0213121afeb8e8b3 +refs/heads/master: 4dd92e15b316d1a782772f16074571a70ceb9184 diff --git a/trunk/arch/mips/Kconfig b/trunk/arch/mips/Kconfig index 2906ae59af49..0be245d28a1d 100644 --- a/trunk/arch/mips/Kconfig +++ b/trunk/arch/mips/Kconfig @@ -837,20 +837,6 @@ config DMA_NONCOHERENT config DMA_NEED_PCI_MAP_STATE bool -config EARLY_PRINTK - bool "Early printk" if EMBEDDED && DEBUG_KERNEL - depends on SYS_HAS_EARLY_PRINTK - default y - help - This option enables special console drivers which allow the kernel - to print messages very early in the bootup process. - - This is useful for kernel debugging when your machine crashes very - early before the console code is initialized. For normal operation, - it is not recommended because it looks ugly on some machines and - doesn't cooperate with an X server. You should normally say N here, - unless you want to debug such a crash. - config SYS_HAS_EARLY_PRINTK bool diff --git a/trunk/arch/mips/Kconfig.debug b/trunk/arch/mips/Kconfig.debug index 364ca8938807..23817bc7a26a 100644 --- a/trunk/arch/mips/Kconfig.debug +++ b/trunk/arch/mips/Kconfig.debug @@ -6,6 +6,20 @@ config TRACE_IRQFLAGS_SUPPORT source "lib/Kconfig.debug" +config EARLY_PRINTK + bool "Early printk" if EMBEDDED + depends on SYS_HAS_EARLY_PRINTK + default y + help + This option enables special console drivers which allow the kernel + to print messages very early in the bootup process. + + This is useful for kernel debugging when your machine crashes very + early before the console code is initialized. For normal operation, + it is not recommended because it looks ugly on some machines and + doesn't cooperate with an X server. You should normally say N here, + unless you want to debug such a crash. + config CMDLINE string "Default kernel command string" default ""