diff options
author | Andrew Jeffery <andrew@aj.id.au> | 2017-09-20 15:00:18 +0930 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2017-12-28 20:44:49 +0100 |
commit | ffff023a72e28e3ab4e7e43d8d41cb74f4b85e97 (patch) | |
tree | 8658d6e35f7f3ade5f22c59d48d5f09b0ef9a2c2 /drivers/watchdog/Kconfig | |
parent | 9f3e13c74e1b4f370c3de06cb504c003091c9673 (diff) | |
download | linux-ffff023a72e28e3ab4e7e43d8d41cb74f4b85e97.tar.gz linux-ffff023a72e28e3ab4e7e43d8d41cb74f4b85e97.tar.bz2 linux-ffff023a72e28e3ab4e7e43d8d41cb74f4b85e97.zip |
watchdog: aspeed: Fix 'Apseed' typo in Kconfig
Apseed sounds like a good name for a web/mobile start-up incubator, but
isn't a reflection of Aspeed themselves.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 6fdf3f95d146..60ab8d90da08 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -746,7 +746,7 @@ config ASPEED_WATCHDOG select WATCHDOG_CORE help Say Y here to include support for the watchdog timer - in Apseed BMC SoCs. + in Aspeed BMC SoCs. This driver is required to reboot the SoC. |