aboutsummaryrefslogtreecommitdiff
path: root/kernel.spec
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 6f23df05e1c..5e21c8811e9 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -377,7 +377,10 @@ BuildKernel() {
# Set config
make %{?_smp_mflags} mop500$(DEBUG)_power_defconfig
# STE: Disable multibuffer and multitouch.
- scripts/config --file .config --disable FB_MCDE_MULTIBUFFER --disable U8500_TSC_MULTITOUCH
+ scripts/config --file .config --enable DISPLAY_GENERIC_DSI_PRIMARY_AUTO_SYNC --enable DISPLAY_GENERIC_DSI_SECONDARY_AUTO_SYNC
+ # Does not exist in the 34 kernel yet
+ #scripts/config --file .config --disable U8500_TSC_MULTITOUCH
+
# STE: Enable conf for external sd-cards.
scripts/config --file .config --enable LEVELSHIFTER_HREF_V1_PLUS
# STE: Enable g_multi USB gadget with RNDIS, CDC Serial and Storage configuration.