York Sun | c7eae7f | 2014-09-11 13:32:07 -0700 | [diff] [blame] | 1 | CONFIG_ARM=y |
| 2 | CONFIG_TARGET_LS1021AQDS=y |
Simon Glass | 73223f0 | 2016-02-22 22:55:43 -0700 | [diff] [blame] | 3 | CONFIG_OF_BOARD_SETUP=y |
| 4 | CONFIG_OF_STDOUT_VIA_ALIAS=y |
Joe Hershberger | bd328eb | 2015-05-12 14:46:24 -0500 | [diff] [blame] | 5 | CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4" |
York Sun | d83b47b | 2016-02-08 13:04:17 -0800 | [diff] [blame] | 6 | CONFIG_DM_SERIAL=y |
| 7 | CONFIG_DEFAULT_DEVICE_TREE="ls1021a-qds-duart" |
Joe Hershberger | ef0f2f5 | 2015-06-22 16:15:30 -0500 | [diff] [blame] | 8 | # CONFIG_CMD_SETEXPR is not set |
York Sun | d83b47b | 2016-02-08 13:04:17 -0800 | [diff] [blame] | 9 | CONFIG_OF_CONTROL=y |
| 10 | CONFIG_DM=y |
Simon Glass | a77fda1 | 2015-08-19 09:33:43 -0600 | [diff] [blame] | 11 | CONFIG_NETDEVICES=y |
| 12 | CONFIG_E1000=y |
Thomas Chou | 9e39003 | 2015-11-19 21:48:14 +0800 | [diff] [blame] | 13 | CONFIG_SYS_NS16550=y |
Simon Glass | 69e173e | 2016-02-22 22:55:42 -0700 | [diff] [blame] | 14 | CONFIG_OF_LIBFDT=y |