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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B93DC32792 for ; Mon, 22 Aug 2022 05:46:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231561AbiHVFqT (ORCPT ); Mon, 22 Aug 2022 01:46:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41282 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229570AbiHVFqQ (ORCPT ); Mon, 22 Aug 2022 01:46:16 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 62408255B7; Sun, 21 Aug 2022 22:46:15 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A812480A7; Mon, 22 Aug 2022 05:39:09 +0000 (UTC) Date: Mon, 22 Aug 2022 08:46:12 +0300 From: Tony Lindgren To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Russell King , Joel Stanley , Florian Fainelli , Thierry Reding , Dmitry Osipenko , Mark Brown , William Zhang , Stephan Gerhold , Michael Walle , Sudeep Holla , Gregory CLEMENT , Adam Ford , Merlijn Wajer , Douglas Anderson , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH 04/11] ARM: defconfig: drop CONFIG_SERIAL_OMAP references Message-ID: References: <20220818135522.3143514-1-arnd@kernel.org> <20220818135737.3143895-1-arnd@kernel.org> <20220818135737.3143895-3-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220818135737.3143895-3-arnd@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnd Bergmann [220818 13:51]: > From: Arnd Bergmann > > This driver is mutually exclusive with the new 8250_OMAP > driver, so 'make defconfig' turns it off already. Drop > the reference now. Acked-by: Tony Lindgren