From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH RFC OSSTEST 18/19] ts-kernel-build: Enable CONFIG_PHY_EXYNOS5250_SATA Date: Fri, 10 Oct 2014 13:02:33 +0100 Message-ID: <1412942554-752-18-git-send-email-ian.campbell@citrix.com> References: <1412942404.27111.12.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1412942404.27111.12.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 --- 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= <