summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx51/displays/Kconfig
blob: 347f21cafd64896e393d0903249e7d106bdaca19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# arch/arm/mach-mx51/displays/Kconfig
#
# Copyright 2010 Digi International, Inc
#

if FB_MXC_SYNC_PANEL

comment "Display selection"

config CCWMX51_LQ070Y3DG3B
	bool "LQ070Y3DG3B TFT LCD support"
	help
	  This enables the support for the LQ070Y3DG3B TFT display.

config CCWMX51_CUSTOM
	bool "Custom display support"
	help
	  This enables the support for a customer specific display.
	  displays/CUSTOM.h has to be modified when selecting this.

endif