diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-18 13:51:03 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:27 +0200 |
commit | c9a98cbd51c57307bcd6cb4e130961e9c59dc075 (patch) | |
tree | 62a1af7d98d1d807b7ffc9f2bd12fecdcda115f0 | |
parent | c5633303a913da1085d7b6956faea933d845719b (diff) |
linux-davinci git: enable earlyprintk for hawkboard
-rw-r--r-- | recipes/linux/linux-davinci/hawkboard/defconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/linux/linux-davinci/hawkboard/defconfig b/recipes/linux/linux-davinci/hawkboard/defconfig index 2a61b35873..b79109b981 100644 --- a/recipes/linux/linux-davinci/hawkboard/defconfig +++ b/recipes/linux/linux-davinci/hawkboard/defconfig @@ -1879,6 +1879,7 @@ CONFIG_USB_MUSB_HDRC=y CONFIG_USB_MUSB_SOC=y CONFIG_USB_MUSB_HOST=y # CONFIG_USB_MUSB_PERIPHERAL is not set +# CONFIG_USB_MUSB_DUAL_ROLE is not set # CONFIG_USB_MUSB_OTG is not set CONFIG_USB_MUSB_HDRC_HCD=y # CONFIG_MUSB_PIO_ONLY is not set @@ -2411,7 +2412,7 @@ CONFIG_NLS_UTF8=y # # Kernel hacking # -# CONFIG_PRINTK_TIME is not set +CONFIG_PRINTK_TIME=y # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 @@ -2478,7 +2479,9 @@ CONFIG_HAVE_ARCH_KGDB=y # CONFIG_DEBUG_USER is not set # CONFIG_DEBUG_ERRORS is not set # CONFIG_DEBUG_STACK_USAGE is not set -# CONFIG_DEBUG_LL is not set +CONFIG_DEBUG_LL=y +CONFIG_EARLY_PRINTK=y +# CONFIG_DEBUG_ICEDCC is not set # CONFIG_OC_ETM is not set # |