Skip to content

Commit d0305aa

Browse files
linuswWim Van Sebroeck
authored andcommitted
watchdog: db8500_wdt: Rename driver
This driver is named after the ambition to support more SoCs than the DB8500. Those were never produced, so cut down the scope and rename the driver accordingly. Since the Kconfig for the watchdog defaults to y this will still be built by default. Signed-off-by: Linus Walleij <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent 74128d8 commit d0305aa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

drivers/watchdog/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -729,17 +729,17 @@ config IMX7ULP_WDT
729729
To compile this driver as a module, choose M here: the
730730
module will be called imx7ulp_wdt.
731731

732-
config UX500_WATCHDOG
733-
tristate "ST-Ericsson Ux500 watchdog"
732+
config DB500_WATCHDOG
733+
tristate "ST-Ericsson DB800 watchdog"
734734
depends on MFD_DB8500_PRCMU
735735
select WATCHDOG_CORE
736736
default y
737737
help
738738
Say Y here to include Watchdog timer support for the watchdog
739-
existing in the prcmu of ST-Ericsson Ux500 series platforms.
739+
existing in the prcmu of ST-Ericsson DB8500 platform.
740740

741741
To compile this driver as a module, choose M here: the
742-
module will be called ux500_wdt.
742+
module will be called db500_wdt.
743743

744744
config RETU_WATCHDOG
745745
tristate "Retu watchdog"

drivers/watchdog/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ obj-$(CONFIG_TS72XX_WATCHDOG) += ts72xx_wdt.o
6868
obj-$(CONFIG_IMX2_WDT) += imx2_wdt.o
6969
obj-$(CONFIG_IMX_SC_WDT) += imx_sc_wdt.o
7070
obj-$(CONFIG_IMX7ULP_WDT) += imx7ulp_wdt.o
71-
obj-$(CONFIG_UX500_WATCHDOG) += ux500_wdt.o
71+
obj-$(CONFIG_DB500_WATCHDOG) += db8500_wdt.o
7272
obj-$(CONFIG_RETU_WATCHDOG) += retu_wdt.o
7373
obj-$(CONFIG_BCM2835_WDT) += bcm2835_wdt.o
7474
obj-$(CONFIG_MOXART_WDT) += moxart_wdt.o
File renamed without changes.

0 commit comments

Comments
 (0)