quark_se: i2c: use qmsi i2c driver

Now that we have QMSI sensor subsystem drivers, lets use them.

Change-Id: Icd301b6c044280b5b25d719b6dcc16d556a2ea8d
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-05-18 15:54:47 -04:00 committed by Anas Nashif
commit 9739d11125

View file

@ -33,6 +33,11 @@ config NUM_IRQS
# must be > the highest interrupt number used # must be > the highest interrupt number used
default 68 default 68
config QMSI
def_bool y
config QMSI_BUILTIN
def_bool y
config SYS_CLOCK_HW_CYCLES_PER_SEC config SYS_CLOCK_HW_CYCLES_PER_SEC
default 32000000 default 32000000
@ -107,7 +112,7 @@ endif # GPIO
if I2C if I2C
config I2C_QUARK_SE_SS config I2C_QMSI_SS
def_bool y def_bool y
config I2C_0 config I2C_0
@ -135,8 +140,10 @@ config I2C_1_IRQ_PRI
endif # I2C_1 endif # I2C_1
endif # I2C endif # I2C
if UART_NS16550 if UART_NS16550
config UART_NS16550_PORT_0 config UART_NS16550_PORT_0