Masahiro Yamada | d5f8fee | 2015-03-12 13:24:39 +0900 | [diff] [blame] | 1 | CONFIG_ARM=y |
| 2 | CONFIG_TARGET_LS1021AQDS=y |
York Sun | 8938174 | 2016-02-08 13:04:17 -0800 | [diff] [blame] | 3 | CONFIG_DEFAULT_DEVICE_TREE="ls1021a-qds-duart" |
Joe Hershberger | a274ded | 2015-05-12 14:46:24 -0500 | [diff] [blame] | 4 | CONFIG_SPL=y |
| 5 | CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,SD_BOOT" |
Joe Hershberger | 5a9d7f1 | 2015-06-22 16:15:30 -0500 | [diff] [blame] | 6 | # CONFIG_CMD_SETEXPR is not set |
York Sun | 8938174 | 2016-02-08 13:04:17 -0800 | [diff] [blame] | 7 | CONFIG_OF_CONTROL=y |
| 8 | CONFIG_DM=y |
Simon Glass | 9008a5b | 2015-08-19 09:33:43 -0600 | [diff] [blame] | 9 | CONFIG_NETDEVICES=y |
| 10 | CONFIG_E1000=y |
Thomas Chou | a6cec01 | 2015-11-19 21:48:14 +0800 | [diff] [blame] | 11 | CONFIG_SYS_NS16550=y |