From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 25 Feb 2015 17:04:15 +0100 Subject: [PATCH] serial: pl010 is no longer broken In-Reply-To: <20150225160216.GB29781@kroah.com> References: <3118156.gAoOHDhYSV@wuerfel> <20150225160216.GB29781@kroah.com> Message-ID: <12501115.8EHeHJoUSj@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 25 February 2015 08:02:16 Greg Kroah-Hartman wrote: > On Wed, Feb 25, 2015 at 04:06:09PM +0100, Arnd Bergmann wrote: > > As more ARM platforms are moving into ARCH_MULTIPLATFORM, we can now > > have integrator and versatile in the same kernel, and first one selects > > this driver, causing a Kconfig warning: > > > > warning: (ARCH_INTEGRATOR_AP) selects SERIAL_AMBA_PL010 which has unmet direct dependencies (TTY && HAS_IOMEM && ARM_AMBA && (BROKEN || !ARCH_VERSATILE)) > > > > It turns out that it has not been broken on versatile for a long time, > > so we can remove the statement here. > Is it ok if we wait for 4.1-rc1 for this, or do you think it's really ok > for 4.0-final? It's not urgent and should just go into 4.1. Arnd