diff options
author | Prasanthi Chellakumar <Prasanthi.Chellakumar@microchip.com> | 2018-10-09 11:46:40 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-16 13:34:34 -0500 |
commit | 1473f6ac882fde8078826ca828aa3494ff98bf08 (patch) | |
tree | 4eb5772d7cdf5113ba64e6c25a20594d6c1bc366 /scripts | |
parent | eb13dddd2c0cf7e02f3cc52f783af332a64a63d2 (diff) | |
download | u-boot-1473f6ac882fde8078826ca828aa3494ff98bf08.zip u-boot-1473f6ac882fde8078826ca828aa3494ff98bf08.tar.gz u-boot-1473f6ac882fde8078826ca828aa3494ff98bf08.tar.bz2 |
arm: at91: wdt: Convert watchdog driver to dm/dt
Convert the Watchdog driver for AT91SAM9x processors to support
the driver model and device tree. Changes "CONFIG_AT91SAM9_WATCHDOG"
to new "CONFIG_WDT_AT91" Kconfig option.
Signed-off-by: Prasanthi Chellakumar <prasanthi.chellakumar@microchip.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 0627024..abfb0ff 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -82,7 +82,6 @@ CONFIG_AT91SAM9G20EK_2MMC CONFIG_AT91SAM9G45EKES CONFIG_AT91SAM9G45_LCD_BASE CONFIG_AT91SAM9M10G45EK -CONFIG_AT91SAM9_WATCHDOG CONFIG_AT91_CAN CONFIG_AT91_EFLASH CONFIG_AT91_GPIO_PULLUP |