diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-08-30 00:32:05 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-08-30 00:32:05 +0000 |
commit | a5a309142cc56356359a94561029dcb40e3d29a5 (patch) | |
tree | 2eafc5662f633d35ff19e7ca33193136a03fe3e0 /target/linux/kirkwood/config-3.14 | |
parent | 4ff324191fb5b92b0fa62e4d80c4f79f051ec395 (diff) | |
download | upstream-a5a309142cc56356359a94561029dcb40e3d29a5.tar.gz upstream-a5a309142cc56356359a94561029dcb40e3d29a5.tar.bz2 upstream-a5a309142cc56356359a94561029dcb40e3d29a5.zip |
kirkwood: fix typos on DEBUG_LL_UART_*
We were prompted for which DEBUG_LL_UART implementation we want, fix the
typos such that the build continues.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42332
Diffstat (limited to 'target/linux/kirkwood/config-3.14')
-rw-r--r-- | target/linux/kirkwood/config-3.14 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/kirkwood/config-3.14 b/target/linux/kirkwood/config-3.14 index 809d4218f6..5d9c47cf5b 100644 --- a/target/linux/kirkwood/config-3.14 +++ b/target/linux/kirkwood/config-3.14 @@ -62,12 +62,12 @@ CONFIG_CRYPTO_HASH=y CONFIG_CRYPTO_HASH2=y CONFIG_CRYPTO_LZO=y CONFIG_DEBUG_LL_INCLUDE="debug/8250.S" -CONFIG_DEBUG_UART_8250=y +CONFIG_DEBUG_LL_UART_8250=y # CONFIG_DEBUG_UART_8250_FLOW_CONTROL is not set CONFIG_DEBUG_UART_8250_SHIFT=2 # CONFIG_DEBUG_UART_8250_WORD is not set CONFIG_DEBUG_UART_PHYS=0xf1012000 -# CONFIG_DEBUG_UART_PL01X is not set +# CONFIG_DEBUG_LL_UART_PL01X is not set CONFIG_DEBUG_UART_VIRT=0xfed12000 # CONFIG_DEBUG_USER is not set # CONFIG_DLCI is not set |