aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2015-12-09 12:27:48 -0500
committerTomi Valkeinen <tomi.valkeinen@ti.com>2015-12-29 04:07:47 -0500
commitd232fd0407fea3d5964b36fdeaff2f18529e850e (patch)
tree03f0c3e75c0d56a35d0505b7509904d6eca4a9fd
parent35b522cfb00fae5d8d744fb2c50fc96c94592d44 (diff)
omapfb/displays: change CONFIG_DISPLAY_* to CONFIG_FB_OMAP2_*
We need to change the config symbols of omapfb's private copy of the panel and encoder drivers so that we won't have config symbol conflicts. This patch changes the symbols from the panel and encoder drivers using simple replacement of DISPLAY_* to FB_OMAP2*. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Acked-by: Dave Airlie <airlied@gmail.com> Acked-by: Rob Clark <robdclark@gmail.com>
-rw-r--r--drivers/video/fbdev/omap2/omapfb/displays/Kconfig32
-rw-r--r--drivers/video/fbdev/omap2/omapfb/displays/Makefile28
2 files changed, 30 insertions, 30 deletions
diff --git a/drivers/video/fbdev/omap2/omapfb/displays/Kconfig b/drivers/video/fbdev/omap2/omapfb/displays/Kconfig
index 574710141a61..08f12039dd02 100644
--- a/drivers/video/fbdev/omap2/omapfb/displays/Kconfig
+++ b/drivers/video/fbdev/omap2/omapfb/displays/Kconfig
@@ -1,81 +1,81 @@
1menu "OMAP Display Device Drivers (new device model)" 1menu "OMAPFB Panel and Encoder Drivers"
2 depends on OMAP2_DSS 2 depends on FB_OMAP2_DSS
3 3
4config DISPLAY_ENCODER_OPA362 4config FB_OMAP2_ENCODER_OPA362
5 tristate "OPA362 external analog amplifier" 5 tristate "OPA362 external analog amplifier"
6 help 6 help
7 Driver for OPA362 external analog TV amplifier controlled 7 Driver for OPA362 external analog TV amplifier controlled
8 through a GPIO. 8 through a GPIO.
9 9
10config DISPLAY_ENCODER_TFP410 10config FB_OMAP2_ENCODER_TFP410
11 tristate "TFP410 DPI to DVI Encoder" 11 tristate "TFP410 DPI to DVI Encoder"
12 help 12 help
13 Driver for TFP410 DPI to DVI encoder. 13 Driver for TFP410 DPI to DVI encoder.
14 14
15config DISPLAY_ENCODER_TPD12S015 15config FB_OMAP2_ENCODER_TPD12S015
16 tristate "TPD12S015 HDMI ESD protection and level shifter" 16 tristate "TPD12S015 HDMI ESD protection and level shifter"
17 help 17 help
18 Driver for TPD12S015, which offers HDMI ESD protection and level 18 Driver for TPD12S015, which offers HDMI ESD protection and level
19 shifting. 19 shifting.
20 20
21config DISPLAY_CONNECTOR_DVI 21config FB_OMAP2_CONNECTOR_DVI
22 tristate "DVI Connector" 22 tristate "DVI Connector"
23 depends on I2C 23 depends on I2C
24 help 24 help
25 Driver for a generic DVI connector. 25 Driver for a generic DVI connector.
26 26
27config DISPLAY_CONNECTOR_HDMI 27config FB_OMAP2_CONNECTOR_HDMI
28 tristate "HDMI Connector" 28 tristate "HDMI Connector"
29 help 29 help
30 Driver for a generic HDMI connector. 30 Driver for a generic HDMI connector.
31 31
32config DISPLAY_CONNECTOR_ANALOG_TV 32config FB_OMAP2_CONNECTOR_ANALOG_TV
33 tristate "Analog TV Connector" 33 tristate "Analog TV Connector"
34 help 34 help
35 Driver for a generic analog TV connector. 35 Driver for a generic analog TV connector.
36 36
37config DISPLAY_PANEL_DPI 37config FB_OMAP2_PANEL_DPI
38 tristate "Generic DPI panel" 38 tristate "Generic DPI panel"
39 help 39 help
40 Driver for generic DPI panels. 40 Driver for generic DPI panels.
41 41
42config DISPLAY_PANEL_DSI_CM 42config FB_OMAP2_PANEL_DSI_CM
43 tristate "Generic DSI Command Mode Panel" 43 tristate "Generic DSI Command Mode Panel"
44 depends on BACKLIGHT_CLASS_DEVICE 44 depends on BACKLIGHT_CLASS_DEVICE
45 help 45 help
46 Driver for generic DSI command mode panels. 46 Driver for generic DSI command mode panels.
47 47
48config DISPLAY_PANEL_SONY_ACX565AKM 48config FB_OMAP2_PANEL_SONY_ACX565AKM
49 tristate "ACX565AKM Panel" 49 tristate "ACX565AKM Panel"
50 depends on SPI && BACKLIGHT_CLASS_DEVICE 50 depends on SPI && BACKLIGHT_CLASS_DEVICE
51 help 51 help
52 This is the LCD panel used on Nokia N900 52 This is the LCD panel used on Nokia N900
53 53
54config DISPLAY_PANEL_LGPHILIPS_LB035Q02 54config FB_OMAP2_PANEL_LGPHILIPS_LB035Q02
55 tristate "LG.Philips LB035Q02 LCD Panel" 55 tristate "LG.Philips LB035Q02 LCD Panel"
56 depends on SPI 56 depends on SPI
57 help 57 help
58 LCD Panel used on the Gumstix Overo Palo35 58 LCD Panel used on the Gumstix Overo Palo35
59 59
60config DISPLAY_PANEL_SHARP_LS037V7DW01 60config FB_OMAP2_PANEL_SHARP_LS037V7DW01
61 tristate "Sharp LS037V7DW01 LCD Panel" 61 tristate "Sharp LS037V7DW01 LCD Panel"
62 depends on BACKLIGHT_CLASS_DEVICE 62 depends on BACKLIGHT_CLASS_DEVICE
63 help 63 help
64 LCD Panel used in TI's SDP3430 and EVM boards 64 LCD Panel used in TI's SDP3430 and EVM boards
65 65
66config DISPLAY_PANEL_TPO_TD028TTEC1 66config FB_OMAP2_PANEL_TPO_TD028TTEC1
67 tristate "TPO TD028TTEC1 LCD Panel" 67 tristate "TPO TD028TTEC1 LCD Panel"
68 depends on SPI 68 depends on SPI
69 help 69 help
70 LCD panel used in Openmoko. 70 LCD panel used in Openmoko.
71 71
72config DISPLAY_PANEL_TPO_TD043MTEA1 72config FB_OMAP2_PANEL_TPO_TD043MTEA1
73 tristate "TPO TD043MTEA1 LCD Panel" 73 tristate "TPO TD043MTEA1 LCD Panel"
74 depends on SPI 74 depends on SPI
75 help 75 help
76 LCD Panel used in OMAP3 Pandora 76 LCD Panel used in OMAP3 Pandora
77 77
78config DISPLAY_PANEL_NEC_NL8048HL11 78config FB_OMAP2_PANEL_NEC_NL8048HL11
79 tristate "NEC NL8048HL11 Panel" 79 tristate "NEC NL8048HL11 Panel"
80 depends on SPI 80 depends on SPI
81 depends on BACKLIGHT_CLASS_DEVICE 81 depends on BACKLIGHT_CLASS_DEVICE
diff --git a/drivers/video/fbdev/omap2/omapfb/displays/Makefile b/drivers/video/fbdev/omap2/omapfb/displays/Makefile
index 9aa176bfbf2e..4f7459272256 100644
--- a/drivers/video/fbdev/omap2/omapfb/displays/Makefile
+++ b/drivers/video/fbdev/omap2/omapfb/displays/Makefile
@@ -1,14 +1,14 @@
1obj-$(CONFIG_DISPLAY_ENCODER_OPA362) += encoder-opa362.o 1obj-$(CONFIG_FB_OMAP2_ENCODER_OPA362) += encoder-opa362.o
2obj-$(CONFIG_DISPLAY_ENCODER_TFP410) += encoder-tfp410.o 2obj-$(CONFIG_FB_OMAP2_ENCODER_TFP410) += encoder-tfp410.o
3obj-$(CONFIG_DISPLAY_ENCODER_TPD12S015) += encoder-tpd12s015.o 3obj-$(CONFIG_FB_OMAP2_ENCODER_TPD12S015) += encoder-tpd12s015.o
4obj-$(CONFIG_DISPLAY_CONNECTOR_DVI) += connector-dvi.o 4obj-$(CONFIG_FB_OMAP2_CONNECTOR_DVI) += connector-dvi.o
5obj-$(CONFIG_DISPLAY_CONNECTOR_HDMI) += connector-hdmi.o 5obj-$(CONFIG_FB_OMAP2_CONNECTOR_HDMI) += connector-hdmi.o
6obj-$(CONFIG_DISPLAY_CONNECTOR_ANALOG_TV) += connector-analog-tv.o 6obj-$(CONFIG_FB_OMAP2_CONNECTOR_ANALOG_TV) += connector-analog-tv.o
7obj-$(CONFIG_DISPLAY_PANEL_DPI) += panel-dpi.o 7obj-$(CONFIG_FB_OMAP2_PANEL_DPI) += panel-dpi.o
8obj-$(CONFIG_DISPLAY_PANEL_DSI_CM) += panel-dsi-cm.o 8obj-$(CONFIG_FB_OMAP2_PANEL_DSI_CM) += panel-dsi-cm.o
9obj-$(CONFIG_DISPLAY_PANEL_SONY_ACX565AKM) += panel-sony-acx565akm.o 9obj-$(CONFIG_FB_OMAP2_PANEL_SONY_ACX565AKM) += panel-sony-acx565akm.o
10obj-$(CONFIG_DISPLAY_PANEL_LGPHILIPS_LB035Q02) += panel-lgphilips-lb035q02.o 10obj-$(CONFIG_FB_OMAP2_PANEL_LGPHILIPS_LB035Q02) += panel-lgphilips-lb035q02.o
11obj-$(CONFIG_DISPLAY_PANEL_SHARP_LS037V7DW01) += panel-sharp-ls037v7dw01.o 11obj-$(CONFIG_FB_OMAP2_PANEL_SHARP_LS037V7DW01) += panel-sharp-ls037v7dw01.o
12obj-$(CONFIG_DISPLAY_PANEL_TPO_TD028TTEC1) += panel-tpo-td028ttec1.o 12obj-$(CONFIG_FB_OMAP2_PANEL_TPO_TD028TTEC1) += panel-tpo-td028ttec1.o
13obj-$(CONFIG_DISPLAY_PANEL_TPO_TD043MTEA1) += panel-tpo-td043mtea1.o 13obj-$(CONFIG_FB_OMAP2_PANEL_TPO_TD043MTEA1) += panel-tpo-td043mtea1.o
14obj-$(CONFIG_DISPLAY_PANEL_NEC_NL8048HL11) += panel-nec-nl8048hl11.o 14obj-$(CONFIG_FB_OMAP2_PANEL_NEC_NL8048HL11) += panel-nec-nl8048hl11.o