# SCMI-related configurations
CONFIG_MBOX=y
CONFIG_ARM_SCMI=y

# Clock-related configurations
CONFIG_CLOCK_CONTROL=y

# Serial interface-related configurations
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y

# GPIO-related configurations
CONFIG_GPIO=y

# I2C-related configurations
CONFIG_I2C=y
