summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-29 12:32:03 +0900
committerSimon Glass <sjg@chromium.org>2015-10-03 10:24:33 -0600
commitd18f37c72b864323d6d1fb03685bfe04b9a7be28 (patch)
treea8b5b8482812f7928e26ca85c6f8999c7ee5de29
parent996ec1dcc58a34b53891acde0ec5df9141b5fcc2 (diff)
downloadtalos-obmc-uboot-d18f37c72b864323d6d1fb03685bfe04b9a7be28.tar.gz
talos-obmc-uboot-d18f37c72b864323d6d1fb03685bfe04b9a7be28.zip
serial: rockchip: make ROCKCHIP_SERIAL depend on ARCH_ROCKCHIP
It looks like this line was copy-pasted, but not modified. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
-rw-r--r--drivers/serial/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index ccb80d2d1d..ddb725d326 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -111,7 +111,7 @@ config DEBUG_UART_SHIFT
config ROCKCHIP_SERIAL
bool "Rockchip on-chip UART support"
- depends on ARCH_UNIPHIER && DM_SERIAL
+ depends on ARCH_ROCKCHIP && DM_SERIAL
help
Select this to enable a debug UART for Rockchip devices. This uses
the ns16550 driver. You will need to #define CONFIG_SYS_NS16550 in
OpenPOWER on IntegriCloud