mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-13 13:36:02 +01:00
Similar change was done by commit b4c2c151b14b ("Kconfig: Remove all default n/no options") and again sync is required. default n/no doesn't need to be specified. It is default option anyway. Signed-off-by: Michal Simek <michal.simek@amd.com> Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Angelo Dureghello <angelo@kernel-space.org>
25 lines
415 B
Plaintext
25 lines
415 B
Plaintext
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"
|
|
help
|
|
LG Optimus 4X HD derives from x3 board but has slight
|
|
differences.
|
|
|
|
config DEVICE_P895
|
|
bool "Enable support for LG Optimus Vu"
|
|
help
|
|
LG Optimus Vu derives from x3 board but has slight
|
|
differences.
|
|
|
|
endif
|