From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST v2 20/20] ts-kernel-build: Enable CONFIG_PHY_EXYNOS5250_SATA Date: Wed, 29 Oct 2014 10:41:42 +0000 Message-ID: <1414579302-6692-20-git-send-email-ian.campbell@citrix.com> References: <1414579268.29975.13.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1414579268.29975.13.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com Cc: Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Enables the disk on an arndale, which isn't enabled by default in v3.16 for some reason. Signed-off-by: Ian Campbell Acked-by: Ian Jackson --- ts-kernel-build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts-kernel-build b/ts-kernel-build index 3b48920..bae118c 100755 --- a/ts-kernel-build +++ b/ts-kernel-build @@ -171,6 +171,8 @@ setopt CONFIG_BLK_DEV_NBD y # At least with Linux 3.4.77 on wheezy, the nbd module is # not loaded automatically. +setopt CONFIG_PHY_EXYNOS5250_SATA y + END our $config_features= <