diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2005-11-09 00:39:14 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:34 -0500 |
commit | ed8c0e99f27451a9b980adf0de318d60e6de811f (patch) | |
tree | 5319e0c8669bddc682408bf113361a415a75a17f /drivers/video/console/Makefile | |
parent | 33ee82978c4ecf7cbd56064391c9385264185de2 (diff) |
[PATCH] fbcon: Console Rotation - Add support for 270-degree rotation
Add support for 270-degree (counterclockwise) rotation of the console. To
activate, boot with:
fbcon=rotate:3
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/console/Makefile b/drivers/video/console/Makefile index 830ff46e0d1a..fed600c9ca55 100644 --- a/drivers/video/console/Makefile +++ b/drivers/video/console/Makefile | |||
@@ -32,7 +32,8 @@ 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 fbcon_ud.o | 35 | obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += fbcon_rotate.o fbcon_cw.o fbcon_ud.o \ |
36 | fbcon_ccw.o | ||
36 | endif | 37 | endif |
37 | 38 | ||
38 | obj-$(CONFIG_FB_STI) += sticore.o font.o | 39 | obj-$(CONFIG_FB_STI) += sticore.o font.o |