[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220818135737.3143895-3-arnd@kernel.org>
Date: Thu, 18 Aug 2022 15:57:13 +0200
From: Arnd Bergmann <arnd@...nel.org>
To: linux-arm-kernel@...ts.infradead.org,
Tony Lindgren <tony@...mide.com>
Cc: Arnd Bergmann <arnd@...db.de>,
Russell King <linux@...linux.org.uk>,
Joel Stanley <joel@....id.au>,
Florian Fainelli <f.fainelli@...il.com>,
Thierry Reding <treding@...dia.com>,
Dmitry Osipenko <digetx@...il.com>,
Mark Brown <broonie@...nel.org>,
William Zhang <william.zhang@...adcom.com>,
Stephan Gerhold <stephan@...hold.net>,
Michael Walle <michael@...le.cc>,
Sudeep Holla <sudeep.holla@....com>,
Gregory CLEMENT <gregory.clement@...tlin.com>,
Adam Ford <aford173@...il.com>,
Merlijn Wajer <merlijn@...zup.org>,
Douglas Anderson <dianders@...omium.org>,
linux-kernel@...r.kernel.org, linux-omap@...r.kernel.org
Subject: [PATCH 04/11] ARM: defconfig: drop CONFIG_SERIAL_OMAP references
From: Arnd Bergmann <arnd@...db.de>
This driver is mutually exclusive with the new 8250_OMAP
driver, so 'make defconfig' turns it off already. Drop
the reference now.
Fixes: 077e1cde78c3 ("ARM: omap2plus_defconfig: Enable 8250_OMAP")
Fixes: f98d45145e6a ("ARM: multi_v7_defconfig: Enable 8250-omap serial driver and use it by default")
Signed-off-by: Arnd Bergmann <arnd@...db.de>
---
arch/arm/configs/multi_v7_defconfig | 2 --
arch/arm/configs/omap2plus_defconfig | 2 --
2 files changed, 4 deletions(-)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index ecf743b3409d..4cfe795981c8 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -377,8 +377,6 @@ CONFIG_SERIAL_MSM=y
CONFIG_SERIAL_MSM_CONSOLE=y
CONFIG_SERIAL_VT8500=y
CONFIG_SERIAL_VT8500_CONSOLE=y
-CONFIG_SERIAL_OMAP=y
-CONFIG_SERIAL_OMAP_CONSOLE=y
CONFIG_SERIAL_BCM63XX=y
CONFIG_SERIAL_BCM63XX_CONSOLE=y
CONFIG_SERIAL_XILINX_PS_UART=y
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index e273365838cb..89cda0877c52 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -419,8 +419,6 @@ CONFIG_SERIAL_8250_DETECT_IRQ=y
CONFIG_SERIAL_8250_RSA=y
CONFIG_SERIAL_8250_OMAP=y
CONFIG_SERIAL_OF_PLATFORM=y
-CONFIG_SERIAL_OMAP=y
-CONFIG_SERIAL_OMAP_CONSOLE=y
CONFIG_SERIAL_DEV_BUS=y
CONFIG_I2C_CHARDEV=y
CONFIG_SPI=y
--
2.29.2
Powered by blists - more mailing lists