From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id ECEFEC433F5 for ; Sun, 9 Jan 2022 15:26:27 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9A3FD83514; Sun, 9 Jan 2022 16:26:16 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="hDYGKVAj"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9536183481; Sun, 9 Jan 2022 16:26:14 +0100 (CET) Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id D3B6A83481 for ; Sun, 9 Jan 2022 16:26:09 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jbx6244@gmail.com Received: by mail-ed1-x530.google.com with SMTP id u21so20922785edd.5 for ; Sun, 09 Jan 2022 07:26:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=b1pk+Hz70TD+LNJbKR1jjm+xe0EhzRB4KINinoonerI=; b=hDYGKVAjJPdq+lbSgHA53Xu//HXU8Kwy6tS2y0f8C344YUsd5H2Vnfm07kZnNihC0x IZxoL1wm0LxaN8Fg+fD+J/r1N3cqEI86PyE/nLMkmM87lrPFBX4joN38VLWn43NuMspX Lq9TLojOvX/YhOzKdPhQOyqYq7O4oDbJ4D39iBJ8hOc1paXQgk1Hp2i06MeHN2+spsRz hc5Y8jVmdM2FprxYTOx/YTFVYjrXK7gYbM8tZUaoA9dZMazSSRAKNMVGUGazz1mzG2jl pByQTYiYlaHLlahlq3YRsrU5uRU1ErQYkNdioHVLI82ctDBghfYtpHbXqAVrrkckxiLe DcTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=b1pk+Hz70TD+LNJbKR1jjm+xe0EhzRB4KINinoonerI=; b=HdiUZraqFRSLv/dJuDqBXIo2BFmUbyOMSr02WtCUfbOyNeTLUJUNYEF4vn4Woguqe0 jkmXoS5b50SBLCkIWvhLden+mFMiwyEspPVZERjqgkfEuz4d3ktJfEXsMapL6rSl0eCb ghbv+RBWkQX0Fn+DMMcbm9roIYg7JdcZv1ihdnVP1a54NGWPXSv9O0+RD1elUvRU5nGK aXu5mamts0ZIMsKvIkrSpMHFs9mKGDY3r1lAthVTUG59EtnEhqnmzvBhyyagJLugr2EN aBCL9MKQ1GuCVTyKYw2kMOXiWtufaU9Qkfxg0a1dbqFX/Mc8K9UKQm3j9Kq2irEcinPk uAOw== X-Gm-Message-State: AOAM533I3i9v1xL9aoJ/KpkWwWHisJtHh6+qeNRT7BryoOhNEOKRexk6 eGcJR+Y3wY43QU1ki84MyLk= X-Google-Smtp-Source: ABdhPJxpL706ZrIEAllC9DHc1ni4E6foXA53mx1exLrj7epAWTGIe4JiQ7K0YUaWqQSXARRg4SUtwg== X-Received: by 2002:a17:907:2d28:: with SMTP id gs40mr54716014ejc.765.1641741969523; Sun, 09 Jan 2022 07:26:09 -0800 (PST) Received: from debian.home (81-204-249-205.fixed.kpn.net. [81.204.249.205]) by smtp.gmail.com with ESMTPSA id b6sm2166448edd.47.2022.01.09.07.26.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 09 Jan 2022 07:26:09 -0800 (PST) From: Johan Jonker To: kever.yang@rock-chips.com Cc: sjg@chromium.org, philipp.tomsich@vrull.eu, u-boot@lists.denx.de Subject: [PATCH v1 3/3] rockchip: serial: Kconfig: add select SYS_NS16550 to config ROCKCHIP_SERIAL Date: Sun, 9 Jan 2022 16:26:00 +0100 Message-Id: <20220109152600.6076-3-jbx6244@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220109152600.6076-1-jbx6244@gmail.com> References: <20220109152600.6076-1-jbx6244@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean The Rockchip serial driver depends on an enabled NS16550 driver, so add select SYS_NS16550 to config ROCKCHIP_SERIAL. Signed-off-by: Johan Jonker --- drivers/serial/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 6c8fdda9..054bd21e 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -737,6 +737,7 @@ config PL01X_SERIAL config ROCKCHIP_SERIAL bool "Rockchip on-chip UART support" depends on DM_SERIAL && SPL_OF_PLATDATA + select SYS_NS16550 help Select this to enable a debug UART for Rockchip devices when using CONFIG_SPL_OF_PLATDATA (i.e. a compiled-in device tree replacemenmt). -- 2.20.1