mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-21 10:43:06 +00:00
27 lines
437 B
Text
27 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
|