2a1871f405
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> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
wdt_dw.c | ||
wdt_dw.h | ||
wdt_qmsi.c |