diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2005-11-09 00:39:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:34 -0500 |
commit | 33ee82978c4ecf7cbd56064391c9385264185de2 (patch) | |
tree | 3c5ac7257f79d6487ef6365625296f3cb5522d10 /drivers/video/console/Makefile | |
parent | dbcbfe1ea41e404d960a06fa2faf7da568909f33 (diff) |
[PATCH] fbcon: Console Rotation - Add support for 180-degree console rotation
Add support for 180-degree (upside down) rotation of the console. To
activate, boot with:
fbcon=rotate:2
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/console/Makefile')
-rw-r--r-- | drivers/video/console/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/console/Makefile b/drivers/video/console/Makefile index 984f8cd3cc65..830ff46e0d1a 100644 --- a/drivers/video/console/Makefile +++ b/drivers/video/console/Makefile | |||
@@ -32,7 +32,7 @@ ifeq ($(CONFIG_FB_TILEBLITTING),y) | |||
32 | obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += tileblit.o | 32 | obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += tileblit.o |
33 | endif | 33 | endif |
34 | ifeq ($(CONFIG_FRAMEBUFFER_CONSOLE_ROTATION),y) | 34 | ifeq ($(CONFIG_FRAMEBUFFER_CONSOLE_ROTATION),y) |
35 | obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += fbcon_rotate.o fbcon_cw.o | 35 | obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += fbcon_rotate.o fbcon_cw.o fbcon_ud.o |
36 | endif | 36 | endif |
37 | 37 | ||
38 | obj-$(CONFIG_FB_STI) += sticore.o font.o | 38 | obj-$(CONFIG_FB_STI) += sticore.o font.o |