From patchwork Mon Feb 28 06:49:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Yu Tu X-Patchwork-Id: 12762442 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 04DF2C433EF for ; Mon, 28 Feb 2022 06:50:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=enIUllLGInufBJqALbVnQGSiHUsTDHtUChKC91eTdKc=; b=kQM8g7hyKxav9J bt6bH//3huz6YLdijuuK+0EReSlS6tCblayLSC2kgdRVjcJoHJvqBDuYPB1yLR+J9xPQbuWitN+Hd UHT0zmOFlWEktFXM7u1CJFSV39EnaEW4mxVnCk7YbK94lyX7Y0B3Y7tneUbxCFZOOcNvigua7l4Ih LtNmhoj/t9+jFmu/lOPBsIhIKtO+WMeocBWbS8boXZEBhtDddi1tB9APa2dQI7T5cBgxXitIhy2Jp Y8j7xWLn2Ad8m9ny5cUetsRYtKmJcTEWZWKtsNjNaGHrPRI5BSiP7B5Mk1IyWRdX44QeGUjUplVR8 JPQfY+Sjj5Uin1RzMP+g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nOZre-00Avm9-3Q; Mon, 28 Feb 2022 06:50:34 +0000 Received: from mail-sh.amlogic.com ([58.32.228.43]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nOZrb-00Avlg-7T for linux-amlogic@lists.infradead.org; Mon, 28 Feb 2022 06:50:32 +0000 Received: from droid06.amlogic.com (10.18.11.248) by mail-sh.amlogic.com (10.18.11.5) with Microsoft SMTP Server id 15.1.2176.14; Mon, 28 Feb 2022 14:50:27 +0800 From: Yu Tu To: , , CC: Greg Kroah-Hartman , Jiri Slaby , Yu Tu , kernel test robot Subject: [PATCH] tty: serial: meson: Fix the compile link error reported by kernel test robot Date: Mon, 28 Feb 2022 14:49:10 +0800 Message-ID: <20220228064910.11636-1-yu.tu@amlogic.com> X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 X-Originating-IP: [10.18.11.248] X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220227_225031_315208_0DB8E055 X-CRM114-Status: UNSURE ( 6.50 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org Describes the calculation of the UART baud rate clock using a clock frame. Forgot to add in Kconfig kernel test Robot compilation error due to COMMON_CLK dependency. Fixes: 44023b8e1f14 ("tty: serial:meson: Describes the calculation of the UART baud rate clock using a clock frameā€œ) Reported-by: kernel test robot Signed-off-by: Yu Tu --- drivers/tty/serial/Kconfig | 1 + 1 file changed, 1 insertion(+) base-commit: c2faf737abfb10f88f2d2612d573e9edc3c42c37 diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index e952ec5c7a7c..a0f2b82fc18b 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -200,6 +200,7 @@ config SERIAL_KGDB_NMI config SERIAL_MESON tristate "Meson serial port support" depends on ARCH_MESON || COMPILE_TEST + depends on COMMON_CLK select SERIAL_CORE help This enables the driver for the on-chip UARTs of the Amlogic