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 <andre.guedes@intel.com>
This commit is contained in:
parent
0c5b7f7d22
commit
fa1e56520b
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue