diff options
author | Stefan Roese <sr@denx.de> | 2019-05-10 14:26:57 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-08-05 11:50:06 +0200 |
commit | c7adc0b5f9809bddb3707f2383924d22af8b586f (patch) | |
tree | 5406594f96d9726391c64454ce75bd77ea3cae6e /drivers/watchdog/Kconfig | |
parent | 898c40c0d6f9e53dafcfdf6f870190faef6e088b (diff) | |
download | u-boot-c7adc0b5f9809bddb3707f2383924d22af8b586f.tar.gz |
watchdog: bcm2835_wdt: Remove unused BCM283x watchdog driver and its references
The BCM2835/2836 watchdog is not used in mainline U-Boot at all. This
patch removes the driver and its references (CONFIG_BCM2835_WDT)
completely.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Paolo Pisati <p.pisati@gmail.com>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index ccda432f49..1e5d14c4ff 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -17,15 +17,6 @@ config WATCHDOG_RESET_DISABLE Disable reset watchdog, which can let WATCHDOG_RESET invalid, so that the watchdog will not be fed in u-boot. -config BCM2835_WDT - bool "Enable BCM2835/2836 watchdog driver" - select HW_WATCHDOG - help - Say Y here to enable the BCM2835/2836 watchdog - - This provides basic infrastructure to support BCM2835/2836 watchdog - hardware, with a max timeout of ~15secs. - config IMX_WATCHDOG bool "Enable Watchdog Timer support for IMX and LSCH2 of NXP" select HW_WATCHDOG if !WDT |