cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (2367B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2menu "OMAPFB Panel and Encoder Drivers"
      3	depends on FB_OMAP2_DSS
      4
      5config FB_OMAP2_ENCODER_OPA362
      6	tristate "OPA362 external analog amplifier"
      7	help
      8	  Driver for OPA362 external analog TV amplifier controlled
      9	  through a GPIO.
     10
     11config FB_OMAP2_ENCODER_TFP410
     12	tristate "TFP410 DPI to DVI Encoder"
     13	help
     14	  Driver for TFP410 DPI to DVI encoder.
     15
     16config FB_OMAP2_ENCODER_TPD12S015
     17	tristate "TPD12S015 HDMI ESD protection and level shifter"
     18	help
     19	  Driver for TPD12S015, which offers HDMI ESD protection and level
     20	  shifting.
     21
     22config FB_OMAP2_CONNECTOR_DVI
     23	tristate "DVI Connector"
     24	depends on I2C
     25	help
     26	  Driver for a generic DVI connector.
     27
     28config FB_OMAP2_CONNECTOR_HDMI
     29	tristate "HDMI Connector"
     30	help
     31	  Driver for a generic HDMI connector.
     32
     33config FB_OMAP2_CONNECTOR_ANALOG_TV
     34	tristate "Analog TV Connector"
     35	help
     36	  Driver for a generic analog TV connector.
     37
     38config FB_OMAP2_PANEL_DPI
     39	tristate "Generic DPI panel"
     40	help
     41	  Driver for generic DPI panels.
     42
     43config FB_OMAP2_PANEL_DSI_CM
     44	tristate "Generic DSI Command Mode Panel"
     45	depends on BACKLIGHT_CLASS_DEVICE
     46	depends on DRM_PANEL_DSI_CM = n
     47	help
     48	  Driver for generic DSI command mode panels.
     49
     50config FB_OMAP2_PANEL_SONY_ACX565AKM
     51	tristate "ACX565AKM Panel"
     52	depends on SPI && BACKLIGHT_CLASS_DEVICE
     53	depends on DRM_PANEL_SONY_ACX565AKM = n
     54	help
     55	  This is the LCD panel used on Nokia N900
     56
     57config FB_OMAP2_PANEL_LGPHILIPS_LB035Q02
     58	tristate "LG.Philips LB035Q02 LCD Panel"
     59	depends on SPI
     60	help
     61	  LCD Panel used on the Gumstix Overo Palo35
     62
     63config FB_OMAP2_PANEL_SHARP_LS037V7DW01
     64	tristate "Sharp LS037V7DW01 LCD Panel"
     65	depends on BACKLIGHT_CLASS_DEVICE
     66	depends on DRM_PANEL_SHARP_LS037V7DW01 = n
     67	help
     68	  LCD Panel used in TI's SDP3430 and EVM boards
     69
     70config FB_OMAP2_PANEL_TPO_TD028TTEC1
     71	tristate "TPO TD028TTEC1 LCD Panel"
     72	depends on SPI
     73	depends on DRM_PANEL_TPO_TD028TTEC1 = n
     74	help
     75	  LCD panel used in Openmoko.
     76
     77config FB_OMAP2_PANEL_TPO_TD043MTEA1
     78	tristate "TPO TD043MTEA1 LCD Panel"
     79	depends on SPI
     80	depends on DRM_PANEL_TPO_TD043MTEA1 = n
     81	help
     82	  LCD Panel used in OMAP3 Pandora
     83
     84config FB_OMAP2_PANEL_NEC_NL8048HL11
     85	tristate "NEC NL8048HL11 Panel"
     86	depends on SPI
     87	depends on BACKLIGHT_CLASS_DEVICE
     88	depends on DRM_PANEL_NEC_NL8048HL11 = n
     89	help
     90	  This NEC NL8048HL11 panel is TFT LCD used in the
     91	  Zoom2/3/3630 sdp boards.
     92
     93endmenu