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:
parent
92e9ffe481
commit
9739d11125
1 changed files with 8 additions and 1 deletions
|
@ -33,6 +33,11 @@ config NUM_IRQS
|
|||
# must be > the highest interrupt number used
|
||||
default 68
|
||||
|
||||
config QMSI
|
||||
def_bool y
|
||||
|
||||
config QMSI_BUILTIN
|
||||
def_bool y
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 32000000
|
||||
|
@ -107,7 +112,7 @@ endif # GPIO
|
|||
|
||||
if I2C
|
||||
|
||||
config I2C_QUARK_SE_SS
|
||||
config I2C_QMSI_SS
|
||||
def_bool y
|
||||
|
||||
config I2C_0
|
||||
|
@ -135,8 +140,10 @@ config I2C_1_IRQ_PRI
|
|||
|
||||
endif # I2C_1
|
||||
|
||||
|
||||
endif # I2C
|
||||
|
||||
|
||||
if UART_NS16550
|
||||
|
||||
config UART_NS16550_PORT_0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue