Masahiro Yamada | 252ed87 | 2015-03-12 13:24:39 +0900 | [diff] [blame] | 1 | CONFIG_ARM=y |
| 2 | CONFIG_TEGRA=y |
Bin Meng | 80df691 | 2015-09-28 05:14:15 -0700 | [diff] [blame] | 3 | CONFIG_SPL_DM=y |
Masahiro Yamada | 252ed87 | 2015-03-12 13:24:39 +0900 | [diff] [blame] | 4 | CONFIG_TEGRA30=y |
| 5 | CONFIG_TARGET_APALIS_T30=y |
Marcel Ziswiler | bf78b27 | 2014-09-05 10:18:38 +0200 | [diff] [blame] | 6 | CONFIG_DEFAULT_DEVICE_TREE="tegra30-apalis" |
Bin Meng | 80df691 | 2015-09-28 05:14:15 -0700 | [diff] [blame] | 7 | CONFIG_SYS_PROMPT="Apalis T30 # " |
Joe Hershberger | ef0f2f5 | 2015-06-22 16:15:30 -0500 | [diff] [blame] | 8 | # CONFIG_CMD_IMI is not set |
| 9 | # CONFIG_CMD_IMLS is not set |
| 10 | # CONFIG_CMD_FLASH is not set |
| 11 | # CONFIG_CMD_FPGA is not set |
Thomas Chou | e4aa8ed | 2015-11-11 21:39:33 +0800 | [diff] [blame] | 12 | CONFIG_CMD_GPIO=y |
Joe Hershberger | ef0f2f5 | 2015-06-22 16:15:30 -0500 | [diff] [blame] | 13 | # CONFIG_CMD_NFS is not set |
Simon Glass | a77fda1 | 2015-08-19 09:33:43 -0600 | [diff] [blame] | 14 | CONFIG_NETDEVICES=y |
| 15 | CONFIG_E1000=y |
Simon Glass | fde7e18 | 2015-11-19 20:26:55 -0700 | [diff] [blame] | 16 | CONFIG_PCI_TEGRA=y |
Thomas Chou | 9e39003 | 2015-11-19 21:48:14 +0800 | [diff] [blame] | 17 | CONFIG_SYS_NS16550=y |
Joe Hershberger | c9bb942 | 2015-06-22 16:15:29 -0500 | [diff] [blame] | 18 | CONFIG_USB=y |
| 19 | CONFIG_DM_USB=y |
| 20 | CONFIG_USE_PRIVATE_LIBGCC=y |