diff options
Diffstat (limited to 'drivers/video/fbdev/Kconfig')
-rw-r--r-- | drivers/video/fbdev/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index e911b9c96e19..ccbe2ae22ac5 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | menuconfig FB | 5 | menuconfig FB |
6 | tristate "Support for frame buffer devices" | 6 | tristate "Support for frame buffer devices" |
7 | select FB_CMDLINE | ||
7 | ---help--- | 8 | ---help--- |
8 | The frame buffer device provides an abstraction for the graphics | 9 | The frame buffer device provides an abstraction for the graphics |
9 | hardware. It represents the frame buffer of some video hardware and | 10 | hardware. It represents the frame buffer of some video hardware and |
@@ -52,6 +53,9 @@ config FIRMWARE_EDID | |||
52 | combination with certain motherboards and monitors are known to | 53 | combination with certain motherboards and monitors are known to |
53 | suffer from this problem. | 54 | suffer from this problem. |
54 | 55 | ||
56 | config FB_CMDLINE | ||
57 | bool | ||
58 | |||
55 | config FB_DDC | 59 | config FB_DDC |
56 | tristate | 60 | tristate |
57 | depends on FB | 61 | depends on FB |