Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30281
b: refs/heads/master
c: 31c5cdb
h: refs/heads/master
i:
  30279: 3046d79
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jun 26, 2006
1 parent 722982b commit 39ed710
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4423781850025726b6c4e24ba3d93c7ff9cd826
refs/heads/master: 31c5cdba69c3c6e9bb1aaf15870f5c23402267e0
11 changes: 0 additions & 11 deletions trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -551,11 +551,6 @@ config FB_VESA
You will get a boot time penguin logo at no additional cost. Please
read <file:Documentation/fb/vesafb.txt>. If unsure, say Y.

config VIDEO_SELECT
bool
depends on FB_VESA
default y

config FB_HGA
tristate "Hercules mono graphics support"
depends on FB && X86
Expand All @@ -578,12 +573,6 @@ config FB_HGA_ACCEL
This will compile the Hercules mono graphics with
acceleration functions.


config VIDEO_SELECT
bool
depends on (FB = y) && X86
default y

config FB_SGIVW
tristate "SGI Visual Workstation framebuffer support"
depends on FB && X86_VISWS
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/sis/sis_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ sisfb_search_mode(char *name, BOOLEAN quiet)
static void __devinit
sisfb_get_vga_mode_from_kernel(void)
{
#if (defined(__i386__) || defined(__x86_64__)) && defined(CONFIG_VIDEO_SELECT)
#ifdef CONFIG_X86
char mymode[32];
int mydepth = screen_info.lfb_depth;

Expand Down

0 comments on commit 39ed710

Please sign in to comment.