Marcus Cooper | c7c1b4e | 2016-03-15 18:47:39 +0100 | [diff] [blame] | 1 | CONFIG_ARM=y |
| 2 | CONFIG_ARCH_SUNXI=y |
Simon Glass | 9c21df1 | 2016-09-12 23:18:40 -0600 | [diff] [blame] | 3 | CONFIG_SPL_I2C_SUPPORT=y |
Marcus Cooper | c7c1b4e | 2016-03-15 18:47:39 +0100 | [diff] [blame] | 4 | CONFIG_MACH_SUN7I=y |
| 5 | CONFIG_DRAM_CLK=480 |
| 6 | CONFIG_MMC0_CD_PIN="PH1" |
| 7 | CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-itead-ibox" |
| 8 | # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set |
Marcus Cooper | c7c1b4e | 2016-03-15 18:47:39 +0100 | [diff] [blame] | 9 | CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,AHCI,SATAPWR=SUNXI_GPB(8)" |
Simon Glass | c2ae7d8 | 2016-09-12 23:18:22 -0600 | [diff] [blame] | 10 | CONFIG_SPL=y |
Marcus Cooper | c7c1b4e | 2016-03-15 18:47:39 +0100 | [diff] [blame] | 11 | # CONFIG_CMD_IMLS is not set |
| 12 | # CONFIG_CMD_FLASH is not set |
| 13 | # CONFIG_CMD_FPGA is not set |
Marcus Cooper | c7c1b4e | 2016-03-15 18:47:39 +0100 | [diff] [blame] | 14 | CONFIG_ETH_DESIGNWARE=y |
| 15 | CONFIG_USB_EHCI_HCD=y |