From patchwork Wed Jul 6 08:54:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 71427 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp754798qgy; Wed, 6 Jul 2016 01:55:18 -0700 (PDT) X-Received: by 10.98.35.27 with SMTP id j27mr40115508pfj.10.1467795317118; Wed, 06 Jul 2016 01:55:17 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id wo10si3158386pab.206.2016.07.06.01.55.16; Wed, 06 Jul 2016 01:55:17 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753601AbcGFIzM (ORCPT + 7 others); Wed, 6 Jul 2016 04:55:12 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:38781 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753429AbcGFIyz (ORCPT ); Wed, 6 Jul 2016 04:54:55 -0400 Received: by mail-wm0-f43.google.com with SMTP id r201so183453757wme.1 for ; Wed, 06 Jul 2016 01:54:55 -0700 (PDT) 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=Sgw1P6eL07gojowrXV4NNyr7l/uZ9s0QOHJqbhpn1co=; b=fbLVheRpKPVa6qdwltgExMz8xAg9aeZAcxVzvTg66f8UYz7j8QieKw/sJpxO7WXQix UXzIpLg2quaKSiKr5tnudEsCg00N7EZzyS3TpCIc4my5z1tM+5vbhH4qd+8Ezfe3fyZu 1EjpxsF7COtHsATZ50LBpa3I8xmSScjgEb8zc= 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=Sgw1P6eL07gojowrXV4NNyr7l/uZ9s0QOHJqbhpn1co=; b=YGbXUhSGtaClL5V1zux0ZSQ7acLdUumjSIMuSPXFrW7ByStxOJ07wAP4pe1DRBuINU JBrRNBC213UFH1BmWCYpaSXbMoedSVXGWz+3t9EO8DLfm3+2adXgesM7UjJe+73yToVa mjdBFywJPz7iCJ4kYydXbDlqWpq/kSxb3lHPIbRNBVh9hDcBk+UZNb6OCjROufzGhGm9 uaPvrLtNBw36hXy6/usIqjw6BAXMyrcOUtw9xRO7yMsbtVSJaDsCRv8b45G3eHItToTn PI/2tuEu05E+jnJjcfhNIKkiplTIFAJMkp7MMu6sncbPbdRuGsJVy+SZb3X7YDDlKqMU uZ8g== X-Gm-Message-State: ALyK8tLdKlFqVS9BBlZoA7XVcjWX10qQ4PSY6R8Z008vM+ZG4/8lDtFner7cr/6oLFUMSXGp X-Received: by 10.28.45.20 with SMTP id t20mr19026659wmt.99.1467795294603; Wed, 06 Jul 2016 01:54:54 -0700 (PDT) Received: from localhost.localdomain (cpc84731-aztw28-2-0-cust112.18-1.cable.virginm.net. [82.37.67.113]) by smtp.gmail.com with ESMTPSA id 66sm5363803wmg.23.2016.07.06.01.54.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 06 Jul 2016 01:54:53 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, vinod.koul@intel.com, patrice.chotard@st.com, bjorn.andersson@linaro.org, ohad@wizery.com Cc: peter.griffin@linaro.org, lee.jones@linaro.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, arnaud.pouliquen@st.com, broonie@kernel.org Subject: [PATCH v6 09/18] ARM: multi_v7_defconfig: Enable STi and simple-card drivers. Date: Wed, 6 Jul 2016 09:54:27 +0100 Message-Id: <1467795276-21725-10-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1467795276-21725-1-git-send-email-peter.griffin@linaro.org> References: <1467795276-21725-1-git-send-email-peter.griffin@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This patch enables the STi ALSA drivers found on STi platforms as well as the simple-card driver which is a dependency to have working sound. Signed-off-by: Peter Griffin Cc: arnaud.pouliquen@st.com Cc: broonie@kernel.org --- arch/arm/configs/multi_v7_defconfig | 3 +++ 1 file changed, 3 insertions(+) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 541c914..9cf9141 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -608,6 +608,9 @@ CONFIG_SND_SOC_AK4642=m CONFIG_SND_SOC_SGTL5000=m CONFIG_SND_SOC_SPDIF=m CONFIG_SND_SOC_WM8978=m +CONFIG_SND_SOC_STI=m +CONFIG_SND_SOC_STI_SAS=m +CONFIG_SND_SIMPLE_CARD=m CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_MVEBU=y