summaryrefslogtreecommitdiff
path: root/board/lg/x3-t30/Kconfig
blob: 20ea4f5f3243e77fb8c7a541319b36b152c708a3 (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
if TARGET_X3_T30

config SYS_BOARD
	default "x3-t30"

config SYS_VENDOR
	default "lg"

config SYS_CONFIG_NAME
	default "x3-t30"

config DEVICE_P880
	bool "Enable support for LG Optimus 4X HD"
	default n
	help
	  LG Optimus 4X HD derives from x3 board but has slight
	  differences.

config DEVICE_P895
	bool "Enable support for LG Optimus Vu"
	default n
	help
	  LG Optimus Vu derives from x3 board but has slight
	  differences.

endif