qmsi: set type to boolean when selecting QMSI

If the QMSI is not configured in (in the west manifest) we get kconfig
whitelisting errors because the type is declared within the module
itself.
Change default to def_bool to set the type.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-05-24 11:55:28 -04:00
commit 2ff1e56f9d
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ config HARVARD
default n
config QMSI
default y
def_bool y
if COUNTER

View file

@ -31,7 +31,7 @@ config LOAPIC_TIMER_IRQ_PRIORITY
default 2
config QMSI
default y
def_bool y
if PINMUX
config PINMUX_QMSI

View file

@ -28,7 +28,7 @@ config LOAPIC_TIMER_IRQ
default 64 if LOAPIC_TIMER
config QMSI
default y
def_bool y
if PWM
config PWM_QMSI