blob: 53d776019d65d2f140d3ed37d6a6a3afd9be8ebb [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"
Svyatoslav Ryhelfcb1d912023-06-30 10:29:05 +030014 help
15 LG Optimus 4X HD derives from x3 board but has slight
16 differences.
17
18config DEVICE_P895
19 bool "Enable support for LG Optimus Vu"
Svyatoslav Ryhelfcb1d912023-06-30 10:29:05 +030020 help
21 LG Optimus Vu derives from x3 board but has slight
22 differences.
23
24endif