File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ menuconfig DRM
1919# gallium uses SYS_kcmp for os_same_file_description() to de-duplicate
2020# device and dmabuf fd. Let's make sure that is available for our userspace.
2121 select KCMP
22- select VIDEO_CMDLINE
22+ select VIDEO
2323 select VIDEO_NOMODESET
2424 help
2525 Kernel-level support for the Direct Rendering Infrastructure (DRI)
Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ config STI_CORE
1818 STI refers to the HP "Standard Text Interface" which is a set of
1919 BIOS routines contained in a ROM chip in HP PA-RISC based machines.
2020
21- config VIDEO_CMDLINE
21+ config VIDEO
2222 bool
23+ default n
2324
2425config VIDEO_NOMODESET
2526 bool
Original file line number Diff line number Diff line change 33obj-$(CONFIG_APERTURE_HELPERS) += aperture.o
44obj-$(CONFIG_STI_CORE) += sticore.o
55obj-$(CONFIG_VGASTATE) += vgastate.o
6- obj-$(CONFIG_VIDEO_CMDLINE) += cmdline.o
6+ obj-$(CONFIG_VIDEO) += cmdline.o
77obj-$(CONFIG_VIDEO_NOMODESET) += nomodeset.o
88obj-$(CONFIG_HDMI) += hdmi.o
99
Original file line number Diff line number Diff line change 44#
55
66config FB_CORE
7- select VIDEO_CMDLINE
7+ select VIDEO
88 tristate
99
1010config FB_NOTIFY
Original file line number Diff line number Diff line change 55
66#include <linux/types.h>
77
8- #if defined(CONFIG_VIDEO_CMDLINE )
98const char * video_get_options (const char * name );
109
1110/* exported for compatibility with fbdev; don't use in new code */
1211bool __video_get_options (const char * name , const char * * option , bool is_of );
13- #else
14- static inline const char * video_get_options (const char * name )
15- {
16- return NULL ;
17- }
18- #endif
1912
2013#endif
You can’t perform that action at this time.
0 commit comments