diff --git a/meson_options.txt b/meson_options.txt
index 34063172f4ba..c43def09fe80 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -12,7 +12,7 @@ option('cros',
 
 option('android_memory_backend',
         type : 'combo',
-        choices : ['android_generic'],
+        choices : ['android_generic', 'cros_cbm'],
         value : 'android_generic',
         description : 'Select the memory backend in use for the Android Camera3 HAL')
 
