diff --git a/arch/x86/soc/quark_se/Kconfig b/arch/x86/soc/quark_se/Kconfig index 1852a8b6ea7..fa090f7efc7 100644 --- a/arch/x86/soc/quark_se/Kconfig +++ b/arch/x86/soc/quark_se/Kconfig @@ -153,19 +153,20 @@ config I2C_DW_1_IRQ endif # I2C_DW if I2C_QMSI - +config I2C_QMSI_0 + def_bool y config I2C_QMSI_0_IRQ default 0 config I2C_QMSI_0_INT_PRIORITY default 2 +config I2C_QMSI_1 + def_bool y config I2C_QMSI_1_IRQ default 1 config I2C_QMSI_1_INT_PRIORITY default 2 - endif # I2C_QMSI - endif # I2C if CLOCK_CONTROL