meta-facebook: harma: add i3c kernel configuration

Add the I3C kernel configuration to support the i3c to i2c adapter.

Change-Id: I92c2b17b1ca76f808e3dda1f1d1584781ea3ae52
Signed-off-by: Peter Yin <peter.yin@quantatw.com>
diff --git a/meta-facebook/meta-harma/recipes-kernel/linux/linux-aspeed/harma.cfg b/meta-facebook/meta-harma/recipes-kernel/linux/linux-aspeed/harma.cfg
index 1298b63..d5094e8 100644
--- a/meta-facebook/meta-harma/recipes-kernel/linux/linux-aspeed/harma.cfg
+++ b/meta-facebook/meta-harma/recipes-kernel/linux/linux-aspeed/harma.cfg
@@ -74,10 +74,14 @@
 CONFIG_MCP9600=y
 
 # APML
-CONFIG_I3C=y
 CONFIG_APML_SBRMI=y
 CONFIG_APML_SBTSI=y
 
+# I3C drivers
+CONFIG_I3C=y
+CONFIG_DW_I3C_MASTER=y
+CONFIG_AST2600_I3C_MASTER=y
+
 # SPI GPIO
 CONFIG_SPI_GPIO=y