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:
Anas Nashif 2016-05-18 15:54:04 -04:00 committed by Anas Nashif
commit 862cff1eab

View file

@ -75,35 +75,36 @@ config QMSI_BUILTIN
if GPIO if GPIO
config GPIO_DW config GPIO_QMSI_SS
def_bool y def_bool y
if GPIO_DW if GPIO_QMSI_SS
config GPIO_DW_0 config GPIO_QMSI_SS_0
def_bool y def_bool y
if GPIO_DW_0 if GPIO_QMSI_SS_0
config GPIO_DW_0_IRQ_PRI config GPIO_QMSI_SS_0_PRI
default 2 default 1
endif # GPIO_DW_0 endif # GPIO_QMSI_SS_0
config GPIO_DW_1 config GPIO_QMSI_SS_1
def_bool y def_bool y
if GPIO_DW_1 if GPIO_QMSI_SS_1
config GPIO_DW_1_IRQ_PRI config GPIO_QMSI_SS_1_PRI
default 2 default 1
endif # GPIO_DW_1 endif # GPIO_QMSI_SS_1
endif # GPIO_DW endif # GPIO_QMSI_SS
endif # GPIO endif # GPIO
if I2C if I2C
config I2C_QUARK_SE_SS config I2C_QUARK_SE_SS