diff mbox

[U-Boot] serial: rockchip: make ROCKCHIP_SERIAL depend on ARCH_ROCKCHIP

Message ID 1443497523-13646-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Masahiro Yamada Sept. 29, 2015, 3:32 a.m. UTC
It looks like this line was copy-pasted, but not modified.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/serial/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Sept. 29, 2015, 4:57 a.m. UTC | #1
On 28 September 2015 at 21:32, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> It looks like this line was copy-pasted, but not modified.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
>  drivers/serial/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks!

Acked-by: Simon Glass <sjg@chromium.org>
Simon Glass Oct. 3, 2015, 12:41 p.m. UTC | #2
On 29 September 2015 at 05:57, Simon Glass <sjg@chromium.org> wrote:
> On 28 September 2015 at 21:32, Masahiro Yamada
> <yamada.masahiro@socionext.com> wrote:
>> It looks like this line was copy-pasted, but not modified.
>>
>> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>> ---
>>
>>  drivers/serial/Kconfig | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Thanks!
>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-rockchip.
diff mbox

Patch

diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index ccb80d2..ddb725d 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