diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-01-10 06:47:41 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-12 01:06:59 -0500 |
commit | e3d5fb71e228c22ee1f78f19f19ef4e07f48f076 (patch) | |
tree | 25c15f2278e1316c3baaaa23b31ff2c245791254 /drivers/video/Kconfig | |
parent | ec03031707a348578c6ded277e5d92eb21de4fce (diff) |
video: imx: Update the manufacturer's name
i.MX processors are currently manufactured by Freescale, not Motorola.
Make the manufacturer's name consistent.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index c183faace63a..0a96a60bbe49 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -414,7 +414,7 @@ config FB_SA1100 | |||
414 | Y here. | 414 | Y here. |
415 | 415 | ||
416 | config FB_IMX | 416 | config FB_IMX |
417 | tristate "Motorola i.MX LCD support" | 417 | tristate "Freescale i.MX LCD support" |
418 | depends on FB && (HAVE_FB_IMX || ARCH_MX1 || ARCH_MX2) | 418 | depends on FB && (HAVE_FB_IMX || ARCH_MX1 || ARCH_MX2) |
419 | select FB_CFB_FILLRECT | 419 | select FB_CFB_FILLRECT |
420 | select FB_CFB_COPYAREA | 420 | select FB_CFB_COPYAREA |