diff --git a/arch/x86/soc/quark_se/Kconfig b/arch/x86/soc/quark_se/Kconfig index 2194ee19a7a..89b04afc903 100644 --- a/arch/x86/soc/quark_se/Kconfig +++ b/arch/x86/soc/quark_se/Kconfig @@ -299,4 +299,16 @@ config UART_PIPE_IRQ_PRI endif +if PWM +if PWM_DW + +config PWM_DW_BASE_ADDR + default 0xB0000800 + +config PWM_DW_NUM_PORTS + default 4 + +endif +endif + endif #SOC_QUARK_SE_X86