diff mbox

[Xen-devel,RFC,OSSTEST,18/19] ts-kernel-build: Enable CONFIG_PHY_EXYNOS5250_SATA

Message ID 1412942554-752-18-git-send-email-ian.campbell@citrix.com
State New
Headers show

Commit Message

Ian Campbell Oct. 10, 2014, 12:02 p.m. UTC
Enables the disk on an arndale, which isn't enabled by default in v3.16 for
some reason.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 ts-kernel-build | 2 ++
 1 file changed, 2 insertions(+)

Comments

Ian Jackson Oct. 10, 2014, 2:31 p.m. UTC | #1
Ian Campbell writes ("[PATCH RFC OSSTEST 18/19] ts-kernel-build: Enable CONFIG_PHY_EXYNOS5250_SATA"):
> Enables the disk on an arndale, which isn't enabled by default in v3.16 for
> some reason.

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
diff mbox

Patch

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= <<END;