Florent Jacquet | 3436c10 | 2017-02-16 11:46:42 +0100 | [diff] [blame] | 1 | CONFIG_ARM=y |
| 2 | CONFIG_ARCH_SUNXI=y |
Tom Rini | 9bd0962 | 2018-04-07 20:27:54 -0400 | [diff] [blame] | 3 | CONFIG_SPL=y |
Florent Jacquet | 3436c10 | 2017-02-16 11:46:42 +0100 | [diff] [blame] | 4 | CONFIG_MACH_SUN8I_A23=y |
| 5 | CONFIG_DRAM_CLK=552 |
| 6 | CONFIG_DRAM_ZQ=63351 |
| 7 | CONFIG_USB0_VBUS_PIN="axp_drivebus" |
| 8 | CONFIG_USB0_VBUS_DET="axp_vbus_detect" |
| 9 | CONFIG_USB1_VBUS_PIN="PH7" |
Tom Rini | f226038 | 2018-08-16 08:16:24 -0400 | [diff] [blame] | 10 | CONFIG_NR_DRAM_BANKS=1 |
Florent Jacquet | 3436c10 | 2017-02-16 11:46:42 +0100 | [diff] [blame] | 11 | # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set |
Florent Jacquet | 3436c10 | 2017-02-16 11:46:42 +0100 | [diff] [blame] | 12 | # CONFIG_CMD_FLASH is not set |
Florent Jacquet | 3436c10 | 2017-02-16 11:46:42 +0100 | [diff] [blame] | 13 | # CONFIG_SPL_DOS_PARTITION is not set |
Florent Jacquet | 3436c10 | 2017-02-16 11:46:42 +0100 | [diff] [blame] | 14 | # CONFIG_SPL_EFI_PARTITION is not set |
Tom Rini | 7406032 | 2018-09-03 15:26:12 -0400 | [diff] [blame] | 15 | CONFIG_DEFAULT_DEVICE_TREE="sun8i-a23-evb" |
Tom Rini | e69ba98 | 2018-03-06 19:02:27 -0500 | [diff] [blame] | 16 | CONFIG_CONS_INDEX=5 |
Florent Jacquet | 3436c10 | 2017-02-16 11:46:42 +0100 | [diff] [blame] | 17 | CONFIG_USB_EHCI_HCD=y |
Tom Rini | 7fc96ef | 2019-02-07 14:53:03 -0500 | [diff] [blame] | 18 | CONFIG_USB_OHCI_HCD=y |
Tom Rini | 504997e | 2017-08-25 17:50:26 -0400 | [diff] [blame] | 19 | CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y |