aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2015-01-13 17:36:55 +0000
committerJon Medhurst <tixy@linaro.org>2015-01-13 17:36:55 +0000
commita5b0b496d40179c4ec465a5d46ffac5c04824624 (patch)
tree05a5b10803ef8ef8e9d6b9ffbc78a2e7feea1a12
parent7ba40a34174e931769823fa1d0ef53fbcf1e3867 (diff)
downloadjuno-a5b0b496d40179c4ec465a5d46ffac5c04824624.tar.gz
configs: juno: Make HDLCD driver built-in
Needed because Android CTS requires kernel to not support loadable modules. A built-in driver is also useful for kernel developers as it simplifies deployment of rebuilt kernels. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--linaro/configs/vexpress64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf
index dcf69ab473e..298835f898e 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -55,7 +55,7 @@ CONFIG_ARM64_CPUIDLE=y
CONFIG_ARM64_CRYPTO=y
CONFIG_DRM=y
CONFIG_DRM_ARM=y
-CONFIG_DRM_HDLCD=m
+CONFIG_DRM_HDLCD=y
CONFIG_DRM_VIRTUAL_HDLCD=y
CONFIG_CMA_SIZE_MBYTES=32
CONFIG_I2C_DESIGNWARE_PLATFORM=y