Skip to content

Commit

Permalink
[PATCH] fbcon: Console Rotation - Add support for 270-degree rotation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Nov 9, 2005
1 parent 33ee829 commit ed8c0e9
Show file tree
Hide file tree
Showing 4 changed files with 434 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/video/console/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ ifeq ($(CONFIG_FB_TILEBLITTING),y)
obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += tileblit.o
endif
ifeq ($(CONFIG_FRAMEBUFFER_CONSOLE_ROTATION),y)
obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += fbcon_rotate.o fbcon_cw.o fbcon_ud.o
obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += fbcon_rotate.o fbcon_cw.o fbcon_ud.o \
fbcon_ccw.o
endif

obj-$(CONFIG_FB_STI) += sticore.o font.o
Expand Down
Loading

0 comments on commit ed8c0e9

Please sign in to comment.