diff --git a/overlay/espresso/frameworks/base/core/res/res/values/config.xml b/overlay/espresso/frameworks/base/core/res/res/values/config.xml
new file mode 100644
index 00000000..7d0f32c5
--- /dev/null
+++ b/overlay/espresso/frameworks/base/core/res/res/values/config.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+ true
+
+
diff --git a/overlay/espresso/packages/apps/CMParts/res/values/config.xml b/overlay/espresso/packages/apps/CMParts/res/values/config.xml
new file mode 100644
index 00000000..43287b4c
--- /dev/null
+++ b/overlay/espresso/packages/apps/CMParts/res/values/config.xml
@@ -0,0 +1,6 @@
+
+
+
+ true
+ false
+
diff --git a/products/cyanogen_espresso.mk b/products/cyanogen_espresso.mk
index f08dfef4..0ea94213 100644
--- a/products/cyanogen_espresso.mk
+++ b/products/cyanogen_espresso.mk
@@ -22,6 +22,10 @@ PRODUCT_SPECIFIC_DEFINES += TARGET_PRELINKER_MAP=$(TOP)/vendor/cyanogen/prelink-
# Build Kernel
PRODUCT_SPECIFIC_DEFINES += TARGET_PREBUILT_KERNEL=device/htc/espresso/kernel
+# Extra Espresso overlay
+PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/passion
+
+
# Include the Torch app
PRODUCT_PACKAGES += Torch