diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-30 16:56:10 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-30 16:56:10 +0000 |
commit | e14e4306c9215e1cbd6f9b72ede3ef3839e751f4 (patch) | |
tree | 5fb9c02eebfc94bef2599053921ff2fb05016330 /target/linux | |
parent | 246e563cb7b1911e7b96262833c4f0ecf8a88695 (diff) | |
download | upstream-e14e4306c9215e1cbd6f9b72ede3ef3839e751f4.tar.gz upstream-e14e4306c9215e1cbd6f9b72ede3ef3839e751f4.tar.bz2 upstream-e14e4306c9215e1cbd6f9b72ede3ef3839e751f4.zip |
set earlyprintk UART to be the default Realview UART
SVN-Revision: 34015
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/realview/config-3.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/realview/config-3.3 b/target/linux/realview/config-3.3 index 1fb543a6d8..86e573d6e7 100644 --- a/target/linux/realview/config-3.3 +++ b/target/linux/realview/config-3.3 @@ -74,6 +74,10 @@ CONFIG_CPU_V6=y CONFIG_CPU_V6K=y CONFIG_CPU_V7=y CONFIG_DEBUG_USER=y +# CONFIG_DEBUG_LL_UART_NONE is not set +# CONFIG_DEBUG_ICEDCC is not set +CONFIG_DEBUG_REALVIEW_STD_PORT=y +# CONFIG_DEBUG_REALVIEW_PB1176_PORT is not set CONFIG_DMA_CACHE_RWFO=y CONFIG_DNOTIFY=y CONFIG_FB=y |