Loading drivers/watchdog/Kconfig +3 −3 Original line number Diff line number Diff line Loading @@ -862,12 +862,12 @@ config SBC_EPX_C3_WATCHDOG # M68K Architecture config M548x_WATCHDOG tristate "MCF548x watchdog support" config M54xx_WATCHDOG tristate "MCF54xx watchdog support" depends on M548x help To compile this driver as a module, choose M here: the module will be called m548x_wdt. module will be called m54xx_wdt. # MIPS Architecture Loading drivers/watchdog/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ obj-$(CONFIG_SBC_EPX_C3_WATCHDOG) += sbc_epx_c3.o # M32R Architecture # M68K Architecture obj-$(CONFIG_M548x_WATCHDOG) += m548x_wdt.o obj-$(CONFIG_M54xx_WATCHDOG) += m54xx_wdt.o # MIPS Architecture obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o Loading drivers/watchdog/m548x_wdt.c→drivers/watchdog/m54xx_wdt.c +0 −0 File moved. View file Loading
drivers/watchdog/Kconfig +3 −3 Original line number Diff line number Diff line Loading @@ -862,12 +862,12 @@ config SBC_EPX_C3_WATCHDOG # M68K Architecture config M548x_WATCHDOG tristate "MCF548x watchdog support" config M54xx_WATCHDOG tristate "MCF54xx watchdog support" depends on M548x help To compile this driver as a module, choose M here: the module will be called m548x_wdt. module will be called m54xx_wdt. # MIPS Architecture Loading
drivers/watchdog/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ obj-$(CONFIG_SBC_EPX_C3_WATCHDOG) += sbc_epx_c3.o # M32R Architecture # M68K Architecture obj-$(CONFIG_M548x_WATCHDOG) += m548x_wdt.o obj-$(CONFIG_M54xx_WATCHDOG) += m54xx_wdt.o # MIPS Architecture obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o Loading