Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754256AbbLDLLZ (ORCPT ); Fri, 4 Dec 2015 06:11:25 -0500 Received: from mail.skyhub.de ([78.46.96.112]:49350 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751808AbbLDLLW (ORCPT ); Fri, 4 Dec 2015 06:11:22 -0500 Date: Fri, 4 Dec 2015 12:11:14 +0100 From: Borislav Petkov To: Wang Hongcheng Cc: Vinod Koul , Mika Westerberg , Joerg Roedel , Greg Kroah-Hartman , "Rafael J. Wysocki" , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, dmaengine@vger.kernel.org, iommu@lists.linux-foundation.org, Huang Rui , Wan Zongshun , Ken Xue , Tony Li Subject: Re: [PATCH 2/9] 8250/Kconfig: add config option CONFIG_SERIAL_8250_AMD Message-ID: <20151204111114.GC21177@pd.tnic> References: <1449199466-6081-1-git-send-email-annie.wang@amd.com> <1449199466-6081-3-git-send-email-annie.wang@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1449199466-6081-3-git-send-email-annie.wang@amd.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1756 Lines: 43 On Fri, Dec 04, 2015 at 11:24:19AM +0800, Wang Hongcheng wrote: > Add config option CONFIG_SERIAL_8250_AMD in use of AMD carrizo. > Because carrizo's UART DMA device is an amba device, it selects > ARM_AMBA option. Anything uses amba devices must select ARM_AMBA. > > Signed-off-by: Wang Hongcheng > --- > drivers/tty/serial/8250/Kconfig | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig > index 6412f14..d9717c1 100644 > --- a/drivers/tty/serial/8250/Kconfig > +++ b/drivers/tty/serial/8250/Kconfig > @@ -378,3 +378,11 @@ config SERIAL_8250_MID > Selecting this option will enable handling of the extra features > present on the UART found on Intel Medfield SOC and various other > Intel platforms. > + > +config SERIAL_8250_AMD > + bool "AMD carrizo serial port support" > + depends on SERIAL_8250 > + select ARM_AMBA > + help > + If you have a Carrizo based board and want to use the > + serial port, say Y to this option. If unsure, say N. Please do not use "Carrizo" in any user-visible text because the vendors and their marketing departments naming are confusing us to hell already. Use F15h, models 0x60-0x6F (I believe CZ is this range but I'm not sure myself anymore either) so that people *actually* can know what kind of CPU it is by looking at /proc/cpuinfo. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/