diff options
author | Jeroen Hofstee | 2013-01-22 10:44:10 +0000 |
---|---|---|
committer | Anatolij Gustschin | 2013-03-21 09:38:21 +0100 |
commit | 0698095af6a019c6ded35673a6b96af3fbf24286 (patch) | |
tree | 4cd464537e6847d30d058ab4c5f97b09f1fe23cd /include/configs/palmld.h | |
parent | 59155f4c502ff1045a702d3fda79a17aeda63240 (diff) |
lcd, pxafb: move the pxafb to drivers/video
Since the lcd code was compiled unconditionally for pxa also add
CONFIG_PXA_LCD to the boards using this framebuffer. Since
driver/video contains video and lcd drivers, add lcd to the name
to make clear it belongs to common/lcd.c.
cc: Anatolij Gustschin <agust@denx.de>
cc: Cliff Brake <cliff.brake@gmail.com>
cc: Marek Vasut <marek.vasut@gmail.com>
Acked-by: Marek Vasut <marex@denx.de>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'include/configs/palmld.h')
-rw-r--r-- | include/configs/palmld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/palmld.h b/include/configs/palmld.h index 3f9802ca0f5..4ee2e46cd22 100644 --- a/include/configs/palmld.h +++ b/include/configs/palmld.h @@ -72,6 +72,7 @@ #define CONFIG_CMD_MMC #define CONFIG_CMD_IDE #define CONFIG_LCD +#define CONFIG_PXA_LCD /* * MMC Card Configuration |