Marcus Cooper | c7c1b4e | 2016-03-15 18:47:39 +0100 | [diff] [blame] | 1 | CONFIG_ARM=y |
2 | CONFIG_ARCH_SUNXI=y | ||||
Tom Rini | c9542ea | 2018-04-07 20:27:54 -0400 | [diff] [blame] | 3 | CONFIG_SPL=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" | ||||
Mylène Josserand | d7b560e | 2017-04-02 12:59:09 +0200 | [diff] [blame] | 7 | CONFIG_SATAPWR="PB8" |
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 |
Tom Rini | 8728c97 | 2017-03-13 13:48:42 -0400 | [diff] [blame] | 10 | CONFIG_SPL_I2C_SUPPORT=y |
Tom Rini | 8c5cad0 | 2018-09-03 15:26:12 -0400 | [diff] [blame] | 11 | CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-itead-ibox" |
Tuomas Tynkkynen | 9fd95ef | 2017-12-08 15:36:19 +0200 | [diff] [blame] | 12 | CONFIG_SCSI_AHCI=y |
Tom Rini | 306881a | 2020-04-24 15:35:53 -0400 | [diff] [blame] | 13 | CONFIG_PHY_REALTEK=y |
Marcus Cooper | c7c1b4e | 2016-03-15 18:47:39 +0100 | [diff] [blame] | 14 | CONFIG_ETH_DESIGNWARE=y |
Adam Ford | d7869b2 | 2018-07-20 23:03:57 -0500 | [diff] [blame] | 15 | CONFIG_MII=y |
Mylène Josserand | 4d43d06 | 2017-04-02 12:59:03 +0200 | [diff] [blame] | 16 | CONFIG_SUN7I_GMAC=y |
Tom Rini | 877a1a3 | 2017-08-11 11:20:19 -0400 | [diff] [blame] | 17 | CONFIG_SCSI=y |
Marcus Cooper | c7c1b4e | 2016-03-15 18:47:39 +0100 | [diff] [blame] | 18 | CONFIG_USB_EHCI_HCD=y |
Tom Rini | 7ae2729 | 2019-02-07 14:53:03 -0500 | [diff] [blame] | 19 | CONFIG_USB_OHCI_HCD=y |