From patchwork Wed Jan 6 00:14:52 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Salveti X-Patchwork-Id: 59210 Delivered-To: patches@linaro.org Received: by 10.112.130.2 with SMTP id oa2csp6275160lbb; Tue, 5 Jan 2016 16:15:38 -0800 (PST) X-Received: by 10.140.25.149 with SMTP id 21mr104723037qgt.89.1452039338204; Tue, 05 Jan 2016 16:15:38 -0800 (PST) Return-Path: Received: from mail-qg0-x22f.google.com (mail-qg0-x22f.google.com. [2607:f8b0:400d:c04::22f]) by mx.google.com with ESMTPS id a52si74262521qga.61.2016.01.05.16.15.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Jan 2016 16:15:38 -0800 (PST) Received-SPF: pass (google.com: domain of ricardo.salveti@linaro.org designates 2607:f8b0:400d:c04::22f as permitted sender) client-ip=2607:f8b0:400d:c04::22f; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ricardo.salveti@linaro.org designates 2607:f8b0:400d:c04::22f as permitted sender) smtp.mailfrom=ricardo.salveti@linaro.org; dkim=pass header.i=@linaro.org Received: by mail-qg0-x22f.google.com with SMTP id b35so161867752qge.0 for ; Tue, 05 Jan 2016 16:15:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=WV1uPaMjYGKVxmhfO7XU3+83LpFQCBugB9dL3BubYHE=; b=N2YFpe3h+XH0WYjuU3CDT5Lop3+ekuWBp5w/C+j9dgbi2cn/cNGJbz103vME2D/UiZ ZJbv1itihodANuul13atZF7I7j8kxeJ2i4AOySLXam6jdY1GLJJy4pQ7HXA2HHXoKQeQ hw+PpkHD9UEvb5Qzvh/GIRW47D45DbctNzBac= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=WV1uPaMjYGKVxmhfO7XU3+83LpFQCBugB9dL3BubYHE=; b=TjVTnNp0wl0cAT0MEwT7YVaIM3GXKImc5mxCWF8qXjLoDRZ7vuT91wjFeCbHdGb7oA WvjyDLEjEJneHmR6MxOpTpWFfndJVdCt6dbuJEqxS39T9Tn6vG8n7Yul2c8pyqyiWtPC 9bGKH2RlrO+UJItSQiUdlZ1tvaYc1532LpZiDpoxL9ChZwSgt7fI0FoI1ILG5Xy165XP vUnHnc+Zc/Hx1ezR8g/tiaNWX1PVltgHIqANhGAGMap4WxX9xPX5A+BDRhYJbLBlB9m1 F+6rbys5XOuBA/H6vDKTVTmhA7Vh48ugCW7A703Pqi1FKdPrcUlN4wAbOT+iSethSnNu dPCA== X-Gm-Message-State: ALoCoQm8WoSGHmtGwS9xKb243FWRFUTYb8chkp31qeH88ZxkHtLY5czYaIqQAtH/XmG5FjLpN2vyfuD29ddhj1VCalds0gjZ5A== X-Received: by 10.140.227.199 with SMTP id x190mr133366976qhb.46.1452039337916; Tue, 05 Jan 2016 16:15:37 -0800 (PST) Return-Path: Received: from localhost.localdomain ([179.223.143.138]) by smtp.gmail.com with ESMTPSA id w14sm43115337qge.24.2016.01.05.16.15.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 05 Jan 2016 16:15:37 -0800 (PST) From: Ricardo Salveti To: debian-kernel@lists.debian.org Cc: patches@linaro.org, Ricardo Salveti Subject: [PATCH 1/8] [arm64] config: enabling support for the AMD Seattle platform Date: Tue, 5 Jan 2016 22:14:52 -0200 Message-Id: <1452039299-25178-2-git-send-email-ricardo.salveti@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1452039299-25178-1-git-send-email-ricardo.salveti@linaro.org> References: <1452039299-25178-1-git-send-email-ricardo.salveti@linaro.org> Signed-off-by: Ricardo Salveti --- debian/config/arm64/config | 7 +++++++ 1 file changed, 7 insertions(+) -- 2.5.0 diff --git a/debian/config/arm64/config b/debian/config/arm64/config index f912083..98d4f6f 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -22,6 +22,7 @@ CONFIG_CRYPTO_AES_ARM64_CE_BLK=m ## ## file: arch/arm64/Kconfig.platforms ## +CONFIG_ARCH_SEATTLE=y CONFIG_ARCH_VEXPRESS=y CONFIG_ARCH_XGENE=y @@ -29,6 +30,7 @@ CONFIG_ARCH_XGENE=y ## file: drivers/ata/Kconfig ## CONFIG_AHCI_XGENE=m +CONFIG_SATA_AHCI_PLATFORM=m ## ## file: drivers/clk/Kconfig @@ -82,6 +84,11 @@ CONFIG_NET_VENDOR_ADAPTEC=y CONFIG_ADAPTEC_STARFIRE=m ## +## file: drivers/net/ethernet/amd/Kconfig +## +CONFIG_AMD_XGBE=m + +## ## file: drivers/net/ethernet/apm/xgene/Kconfig ## CONFIG_NET_XGENE=m