From fa1e56520b2227695b510ebf2bc25e6615ba25e4 Mon Sep 17 00:00:00 2001 From: Andre Guedes Date: Wed, 17 Feb 2016 11:54:10 -0200 Subject: [PATCH] qmsi: Enable both I2C controllers by default In case the I2C_QMSI driver is selected by the user, enable both I2C contollers by default. This is the default behavior for I2C_DW driver as well. Change-Id: If3dc8eb0a266fde7f598f7b12370e5be903aafed Signed-off-by: Andre Guedes --- arch/x86/soc/quark_se/Kconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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