Mylene JOSSERAND | a647ea1 | 2017-05-10 08:26:07 +0200 | [diff] [blame] | 1 | CONFIG_ARM=y |
| 2 | CONFIG_ARCH_SUNXI=y |
Tom Rini | d168bcb | 2019-04-29 15:54:04 -0400 | [diff] [blame] | 3 | CONFIG_NR_DRAM_BANKS=1 |
Tom Rini | c9542ea | 2018-04-07 20:27:54 -0400 | [diff] [blame] | 4 | CONFIG_SPL=y |
Mylene JOSSERAND | a647ea1 | 2017-05-10 08:26:07 +0200 | [diff] [blame] | 5 | CONFIG_MACH_SUN8I_H3=y |
| 6 | CONFIG_DRAM_CLK=408 |
Mylene JOSSERAND | a647ea1 | 2017-05-10 08:26:07 +0200 | [diff] [blame] | 7 | # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set |
Simon Glass | 37304aa | 2019-07-20 20:51:14 -0600 | [diff] [blame] | 8 | CONFIG_USE_PREBOOT=y |
Mylene JOSSERAND | a647ea1 | 2017-05-10 08:26:07 +0200 | [diff] [blame] | 9 | # CONFIG_CMD_FLASH is not set |
Mylene JOSSERAND | a647ea1 | 2017-05-10 08:26:07 +0200 | [diff] [blame] | 10 | # CONFIG_SPL_DOS_PARTITION is not set |
Mylene JOSSERAND | a647ea1 | 2017-05-10 08:26:07 +0200 | [diff] [blame] | 11 | # CONFIG_SPL_EFI_PARTITION is not set |
Tom Rini | 8c5cad0 | 2018-09-03 15:26:12 -0400 | [diff] [blame] | 12 | CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-nanopi-m1" |
Mylene JOSSERAND | a647ea1 | 2017-05-10 08:26:07 +0200 | [diff] [blame] | 13 | CONFIG_USB_EHCI_HCD=y |
Tom Rini | 7ae2729 | 2019-02-07 14:53:03 -0500 | [diff] [blame] | 14 | CONFIG_USB_OHCI_HCD=y |
Tom Rini | ecad705 | 2017-08-25 17:50:26 -0400 | [diff] [blame] | 15 | CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y |