blob: 74466430cc037ec40f6b52be89fefe21575b1a5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# arch/arm/mach-s3c2443/displays/Kconfig
#
# Copyright 2009 Digi International Inc
#
if FB_S3C2443_TFT
comment "Display selection"
config CC9M2443_VGA
bool "CRT VGA video support"
def_bool y
help
This enables the video support for the VGA intrface.
config CC9M2443_LQ057Q3DC12I
bool "LQ057Q3DC12I TFT LCD support"
help
This enables the support for the LQ057Q3DC12I TFT display.
config CC9M2443_LQ064V3DG01
bool "LQ064V3DG01 TFT LCD support"
help
This enables the support for the LQ064V3DG01 TFT display.
config CC9M2443_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
|