Linux Audio
Check our new training course
1# SPDX-License-Identifier: GPL-2.0-only 2menu "OMAPDRM External Display Device Drivers" 3 4config DRM_OMAP_PANEL_DSI_CM 5 tristate "Generic DSI Command Mode Panel" 6 depends on BACKLIGHT_CLASS_DEVICE 7 help 8 Driver for generic DSI command mode panels. 9 10endmenu