quark_se: gpio: use qmsi gpio driver
Now that we have QMSI sensor subsystem drivers, lets use them. Change-Id: I1340ba8930fc8676f7b706540a105250ce3e51b9 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
2ddfe381b8
commit
862cff1eab
1 changed files with 14 additions and 13 deletions
|
@ -75,35 +75,36 @@ config QMSI_BUILTIN
|
|||
|
||||
if GPIO
|
||||
|
||||
config GPIO_DW
|
||||
config GPIO_QMSI_SS
|
||||
def_bool y
|
||||
|
||||
if GPIO_DW
|
||||
if GPIO_QMSI_SS
|
||||
|
||||
config GPIO_DW_0
|
||||
config GPIO_QMSI_SS_0
|
||||
def_bool y
|
||||
|
||||
if GPIO_DW_0
|
||||
if GPIO_QMSI_SS_0
|
||||
|
||||
config GPIO_DW_0_IRQ_PRI
|
||||
default 2
|
||||
config GPIO_QMSI_SS_0_PRI
|
||||
default 1
|
||||
|
||||
endif # GPIO_DW_0
|
||||
endif # GPIO_QMSI_SS_0
|
||||
|
||||
config GPIO_DW_1
|
||||
config GPIO_QMSI_SS_1
|
||||
def_bool y
|
||||
|
||||
if GPIO_DW_1
|
||||
if GPIO_QMSI_SS_1
|
||||
|
||||
config GPIO_DW_1_IRQ_PRI
|
||||
default 2
|
||||
config GPIO_QMSI_SS_1_PRI
|
||||
default 1
|
||||
|
||||
endif # GPIO_DW_1
|
||||
endif # GPIO_QMSI_SS_1
|
||||
|
||||
endif # GPIO_DW
|
||||
endif # GPIO_QMSI_SS
|
||||
|
||||
endif # GPIO
|
||||
|
||||
|
||||
if I2C
|
||||
|
||||
config I2C_QUARK_SE_SS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue