projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ecf85f
)
m68k: remove CONFIG_EARLY_PRINTK dependency on CONFIG_EMBEDDED, default to n
author
Finn Thain
<fthain@telegraphics.com.au>
Wed, 29 May 2013 06:53:32 +0000
(16:53 +1000)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 24 Jun 2013 17:44:18 +0000
(19:44 +0200)
Allow CONFIG_EARLY_PRINTK without requiring both CONFIG_EMBEDDED and
CONFIG_DEBUG. Default to disabled.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/Kconfig.debug
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/Kconfig.debug
b/arch/m68k/Kconfig.debug
index fa12283d58fccdd0f92638ff75996bf8debc845a..229682721240a8a4193d3308335b611660722e3a 100644
(file)
--- a/
arch/m68k/Kconfig.debug
+++ b/
arch/m68k/Kconfig.debug
@@
-11,9
+11,8
@@
config BOOTPARAM_STRING
depends on BOOTPARAM
config EARLY_PRINTK
- bool "Early printk"
if EMBEDDED
+ bool "Early printk"
depends on MVME16x || MAC
- default y
help
Write kernel log output directly to a serial port.