Prev: scripts/kallsyms build warning fix
Next: [PATCH 3/4] kgdb,clocksource: Prevent kernel hang in kernel debugger
From: Alex Chiang on 25 Jan 2010 23:20 Fix Kconfig text for some Wolfson Micro devices. Cc: Mark Brown <broonie(a)opensource.wolfsonmicro.com> Signed-off-by: Alex Chiang <achiang(a)hp.com> --- diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 262f62e..c565e0d 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -91,14 +91,14 @@ config REGULATOR_WM831X of PMIC devices. config REGULATOR_WM8350 - tristate "Wolfson Microelectroncis WM8350 AudioPlus PMIC" + tristate "Wolfson Microelectronics WM8350 AudioPlus PMIC" depends on MFD_WM8350 help This driver provides support for the voltage and current regulators of the WM8350 AudioPlus PMIC. config REGULATOR_WM8400 - tristate "Wolfson Microelectroncis WM8400 AudioPlus PMIC" + tristate "Wolfson Microelectronics WM8400 AudioPlus PMIC" depends on MFD_WM8400 help This driver provides support for the voltage regulators of the -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |