Masahiro Yamada | 252ed87 | 2015-03-12 13:24:39 +0900 | [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 |
Tom Rini | 7802ce9 | 2016-06-13 09:45:14 -0400 | [diff] [blame] | 4 | CONFIG_MACH_SUN4I=y |
Masahiro Yamada | 252ed87 | 2015-03-12 13:24:39 +0900 | [diff] [blame] | 5 | CONFIG_DRAM_CLK=480 |
Hans de Goede | 6c16d08 | 2015-08-15 11:46:01 +0200 | [diff] [blame] | 6 | CONFIG_MMC0_CD_PIN="PH1" |
Joe Hershberger | bd328eb | 2015-05-12 14:46:24 -0500 | [diff] [blame] | 7 | CONFIG_DEFAULT_DEVICE_TREE="sun4i-a10-cubieboard" |
Jelle van der Waa | 5240123 | 2016-10-31 21:05:09 +0100 | [diff] [blame] | 8 | CONFIG_AHCI=y |
Masahiro Yamada | 1878095 | 2016-12-07 22:10:25 +0900 | [diff] [blame] | 9 | # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set |
Jelle van der Waa | 5240123 | 2016-10-31 21:05:09 +0100 | [diff] [blame] | 10 | CONFIG_SYS_EXTRA_OPTIONS="SUNXI_EMAC,SATAPWR=SUNXI_GPB(8)" |
Simon Glass | c2ae7d8 | 2016-09-12 23:18:22 -0600 | [diff] [blame] | 11 | CONFIG_SPL=y |
Joe Hershberger | ef0f2f5 | 2015-06-22 16:15:30 -0500 | [diff] [blame] | 12 | # CONFIG_CMD_IMLS is not set |
| 13 | # CONFIG_CMD_FLASH is not set |
| 14 | # CONFIG_CMD_FPGA is not set |
Tom Rini | 4536882 | 2015-06-30 16:51:15 -0400 | [diff] [blame] | 15 | CONFIG_USB_EHCI_HCD=y |