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:
parent
7583696548
commit
2ff1e56f9d
3 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ config HARVARD
|
|||
default n
|
||||
|
||||
config QMSI
|
||||
default y
|
||||
def_bool y
|
||||
|
||||
if COUNTER
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ config LOAPIC_TIMER_IRQ_PRIORITY
|
|||
default 2
|
||||
|
||||
config QMSI
|
||||
default y
|
||||
def_bool y
|
||||
|
||||
if PINMUX
|
||||
config PINMUX_QMSI
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue