diff --git a/components/ctx/ctx_config.h b/components/ctx/ctx_config.h
index 9dc0527c3428914d602821d2a1f3e9ba87b00012..8634fc9b1a601d75f2edaa9b628b4ae22c42ec0e 100644
--- a/components/ctx/ctx_config.h
+++ b/components/ctx/ctx_config.h
@@ -33,11 +33,14 @@
 #define CTX_ENABLE_RGB565_BYTESWAPPED      1
 #define CTX_COMPOSITING_GROUPS             0
 #define CTX_ALWAYS_USE_NEAREST_FOR_SCALE1  1
-#define CTX_EVENTS                         0
+#define CTX_EVENTS                         1
 #define CTX_THREADS                        0
 #define CTX_TILED                          0
 #define CTX_BAREMETAL                      1
 #define CTX_ONE_FONT_ENGINE                1
+#define CTX_PTY                            0
+#define CTX_CSS                            1
+#define CTX_PARSER                         1
 
 #define CTX_MAX_SCANLINE_LENGTH            960
 #define CTX_MAX_JOURNAL_SIZE               (1024*512)
@@ -51,7 +54,6 @@
 #define CTX_MAX_EDGES                      255
 #define CTX_MAX_PENDING                    64
 
-#define CTX_PARSER 0
 
 #define CTX_GRADIENT_CACHE_ELEMENTS        128
 #define CTX_RASTERIZER_MAX_CIRCLE_SEGMENTS 64