zephyr/drivers/watchdog
Andre Guedes 2a1871f405 watchdog: Remove default value from platform-specific options
This patch removes the default value from some platform/SoC specific
options which are declared in drivers/watchdog/Kconfig because 1) most
of the time they are not valid values and 2) the correct values are
already set in the SoC Kconfig (e.g. arch/x86/soc/quark_d2000/Kconfig).

For Quark D2000, the IRQ priority options (WDT_DW_IRQ_PRI and WDT_QMSI_
IRQ_PRI) values are set to '0' since the priority information is ignored
by the interrupt registering system (the interrupt vectors are fixed in
this SoC).

Change-Id: I8f36c0f0e56211cdee3f2c6fc90c7dcac0a1b5aa
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-02-20 14:20:33 +00:00
..
Kconfig watchdog: Remove default value from platform-specific options 2016-02-20 14:20:33 +00:00
Makefile interrupts: new static IRQ API 2016-02-05 20:25:17 -05:00
wdt_dw.c irq: rename irq_connect() to IRQ_CONNECT() 2016-02-05 20:25:25 -05:00
wdt_dw.h wdt: dw: Add support for optional clock gating 2016-02-05 20:24:58 -05:00
wdt_qmsi.c irq: rename irq_connect() to IRQ_CONNECT() 2016-02-05 20:25:25 -05:00