blob: 20ea4f5f3243e77fb8c7a541319b36b152c708a3 [file] [log] [blame]
Svyatoslav Ryhelfcb1d912023-06-30 10:29:05 +03001if TARGET_X3_T30
2
3config SYS_BOARD
4 default "x3-t30"
5
6config SYS_VENDOR
7 default "lg"
8
9config SYS_CONFIG_NAME
10 default "x3-t30"
11
12config DEVICE_P880
13 bool "Enable support for LG Optimus 4X HD"
14 default n
15 help
16 LG Optimus 4X HD derives from x3 board but has slight
17 differences.
18
19config DEVICE_P895
20 bool "Enable support for LG Optimus Vu"
21 default n
22 help
23 LG Optimus Vu derives from x3 board but has slight
24 differences.
25
26endif