watchdog: Remove CONFIG_WDT_0_NAME usage
Replace CONFIG_WDT_0_NAME with DT_ALIAS_WATCHDOG_0_LABEL in samples and test code. Now that all drivers are DT aware we don't ever set the Kconfig option. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
dc2cb92c4a
commit
f8db0fa2eb
13 changed files with 4 additions and 27 deletions
|
@ -4,8 +4,6 @@
|
|||
|
||||
#define DT_FLASH_DEV_NAME DT_INST_0_ATMEL_SAM0_NVMCTRL_LABEL
|
||||
|
||||
#define CONFIG_WDT_0_NAME DT_INST_0_ATMEL_SAM0_WATCHDOG_LABEL
|
||||
|
||||
#define DT_I2C_0_NAME DT_INST_0_ATMEL_SAM0_I2C_LABEL
|
||||
|
||||
#define DT_NUM_IRQ_PRIO_BITS DT_ARM_V6M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue