mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-18 17:23:09 +00:00
623a8c812e
LG X3 is a development board based on Nvidia Tegra 3 SoC on base of which Optimus 4X HD and Optimus Vu were created. Both smartphones feature a 4.7" and 5" panels respectively, an Nvidia Tegra 3 quad-core chip, 1 GB of RAM and 16/32 GB of internal storage. Optimux 4X HD additionally has a micro SD slot. Tested-by: Andreas Westman Dorcsak <hedmoo@yahoo.com> # LG P880 T30 Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # LG P895 T30 Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
26 lines
437 B
Text
26 lines
437 B
Text
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
|