diff options
author | James Simmons <jsimmons@infradead.org> | 2007-05-08 03:37:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:26 -0400 |
commit | 2ee121631b9dd0291502ccac6f897907505faf8c (patch) | |
tree | 241c6fed7da9fe24c998674d6ba9d8ec1bf10f52 /drivers/video/Kconfig | |
parent | 825d0a97f3b9031235b1ee77b1e22fec15c758ba (diff) |
fbdev: display class
Add the new display class. This is meant to unite the various solutions to
display units ie acpi output device, auxdisplay and the defunct lcd class
in the backlight directory.
Signed-off-by: James Simmons <jsimmons@infradead.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 344c37595305..8dfa88a68ae9 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -5,6 +5,7 @@ | |||
5 | menu "Graphics support" | 5 | menu "Graphics support" |
6 | 6 | ||
7 | source "drivers/video/backlight/Kconfig" | 7 | source "drivers/video/backlight/Kconfig" |
8 | source "drivers/video/display/Kconfig" | ||
8 | 9 | ||
9 | config FB | 10 | config FB |
10 | tristate "Support for frame buffer devices" | 11 | tristate "Support for frame buffer devices" |