]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/lg/x3-t30/Kconfig
Kconfig: Remove all default n/no options
[thirdparty/u-boot.git] / board / lg / x3-t30 / Kconfig
CommitLineData
623a8c81
SR
1if 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"
623a8c81
SR
14 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"
623a8c81
SR
20 help
21 LG Optimus Vu derives from x3 board but has slight
22 differences.
23
24endif