diff --git a/meta-oniro-blueprints/conf/distro/oniro-linux-blueprint-vending-machine.conf b/meta-oniro-blueprints/conf/distro/oniro-linux-blueprint-vending-machine.conf
index ade3988c3bb772e7be8724751db8fc591c4e69ff..296beeeeef08cae36d146ca03fa8e3029adb0827 100644
--- a/meta-oniro-blueprints/conf/distro/oniro-linux-blueprint-vending-machine.conf
+++ b/meta-oniro-blueprints/conf/distro/oniro-linux-blueprint-vending-machine.conf
@@ -27,3 +27,16 @@ LVGL_CONFIG_WAYLAND_VER_RES ?= "600"
 # Dynamic weston.ini configuration
 WESTON_DYNAMIC_INI = "1"
 WESTON_INI_NO_TOOLBAR = "1"
+
+# I2C support
+# See Hardware setup for more details.
+ENABLE_I2C_rpi = "1"
+KERNEL_MODULE_AUTOLOAD_rpi += "i2c-dev i2c-bcm2708"
+
+VC4DTBO_raspberrypi4-64 = "vc4-kms-v3d"
+GPU_MEM_raspberrypi4-64 = "128"
+
+WAVESHARE_1024X600_C_2_1 = "1"
+
+# Mask getty on tty1 to cleanup boot process
+SYSTEMD_MASK_GETTY = "tty1"