diff mbox series

[U-Boot] watchdog: fix typo "CONFIG_MPC8XX_WATCHDOG" -> "MPC8XX_WATCHDOG"

Message ID alpine.LFD.2.21.1904121534140.5577@localhost.localdomain
State Deferred
Delegated to: Tom Rini
Headers show
Series [U-Boot] watchdog: fix typo "CONFIG_MPC8XX_WATCHDOG" -> "MPC8XX_WATCHDOG" | expand

Commit Message

Robert P. J. Day April 12, 2019, 7:36 p.m. UTC
Kbuild "select" directive should not use "CONFIG_" prefix.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---
diff mbox series

Patch

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 34e78beb2a..a89cc6edec 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -149,7 +149,7 @@  config WDT_MT7621
 config WDT_MPC8xx
 	bool "MPC8xx watchdog timer support"
 	depends on WDT && MPC8xx
-	select CONFIG_MPC8xx_WATCHDOG
+	select MPC8xx_WATCHDOG
 	help
 	   Select this to enable mpc8xx watchdog timer