diff --git a/caiman/overlay/packages/services/Telephony/res/values/config.xml b/caiman/overlay/packages/services/Telephony/res/values/config.xml
new file mode 100644
index 00000000..bbe80c05
--- /dev/null
+++ b/caiman/overlay/packages/services/Telephony/res/values/config.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+ true
+
diff --git a/device-caiman.mk b/device-caiman.mk
index 8fe4779d..3e078d4b 100644
--- a/device-caiman.mk
+++ b/device-caiman.mk
@@ -325,3 +325,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
ro.com.google.ime.kb_pad_port_b=8 \
ro.com.google.ime.height_ratio=1.12
+# Exynos RIL and telephony
+# Support RIL Domain-selection
+SUPPORT_RIL_DOMAIN_SELECTION := true
diff --git a/device-komodo.mk b/device-komodo.mk
index f3f90df5..80604ea2 100644
--- a/device-komodo.mk
+++ b/device-komodo.mk
@@ -320,3 +320,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.leaudio.allow_list=SM-R510
+# Exynos RIL and telephony
+# Support RIL Domain-selection
+SUPPORT_RIL_DOMAIN_SELECTION := true
diff --git a/device-tokay.mk b/device-tokay.mk
index 921a9df5..c6543fa7 100644
--- a/device-tokay.mk
+++ b/device-tokay.mk
@@ -295,3 +295,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.leaudio.allow_list=SM-R510
+# Exynos RIL and telephony
+# Support RIL Domain-selection
+SUPPORT_RIL_DOMAIN_SELECTION := true
diff --git a/komodo/overlay/packages/services/Telephony/res/values/config.xml b/komodo/overlay/packages/services/Telephony/res/values/config.xml
new file mode 100644
index 00000000..bbe80c05
--- /dev/null
+++ b/komodo/overlay/packages/services/Telephony/res/values/config.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+ true
+
diff --git a/tokay/overlay/packages/services/Telephony/res/values/config.xml b/tokay/overlay/packages/services/Telephony/res/values/config.xml
new file mode 100644
index 00000000..bbe80c05
--- /dev/null
+++ b/tokay/overlay/packages/services/Telephony/res/values/config.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+ true
+