diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-01-10 09:47:41 -0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-12 15:06:59 +0900 |
commit | e3d5fb71e228c22ee1f78f19f19ef4e07f48f076 (patch) | |
tree | 25c15f2278e1316c3baaaa23b31ff2c245791254 /drivers/video/Kconfig | |
parent | ec03031707a348578c6ded277e5d92eb21de4fce (diff) | |
download | linux-stable-e3d5fb71e228c22ee1f78f19f19ef4e07f48f076.tar.gz |
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 Y here. config FB_IMX - tristate "Motorola i.MX LCD support" + tristate "Freescale i.MX LCD support" depends on FB && (HAVE_FB_IMX || ARCH_MX1 || ARCH_MX2) select FB_CFB_FILLRECT select FB_CFB_COPYAREA |