Mark Kettenis | 58d5127 | 2021-10-23 16:58:03 +0200 | [diff] [blame] | 1 | CONFIG_ARM=y |
2 | CONFIG_ARCH_APPLE=y | ||||
Mark Kettenis | 2ec941f | 2021-10-23 16:58:06 +0200 | [diff] [blame] | 3 | CONFIG_DEFAULT_DEVICE_TREE="t8103-j274" |
Janne Grunau | 3a21671 | 2022-02-19 14:05:19 +0100 | [diff] [blame] | 4 | CONFIG_SYS_LOAD_ADDR=0x0 |
Tom Rini | e25a03a | 2021-11-01 12:19:22 +0000 | [diff] [blame] | 5 | CONFIG_USE_PREBOOT=y |
Mark Kettenis | 58d5127 | 2021-10-23 16:58:03 +0200 | [diff] [blame] | 6 | # CONFIG_DISPLAY_CPUINFO is not set |
Mark Kettenis | 58d5127 | 2021-10-23 16:58:03 +0200 | [diff] [blame] | 7 | CONFIG_DISPLAY_BOARDINFO_LATE=y |
Janne Grunau | 3a21671 | 2022-02-19 14:05:19 +0100 | [diff] [blame] | 8 | CONFIG_BOARD_LATE_INIT=y |
Tom Rini | ae17fa3 | 2022-05-11 18:01:06 -0400 | [diff] [blame] | 9 | CONFIG_SYS_CBSIZE=256 |
Tom Rini | cbfa139 | 2022-05-11 17:38:09 -0400 | [diff] [blame] | 10 | CONFIG_SYS_PBSIZE=276 |
Tom Rini | f3c2f99 | 2022-06-25 19:29:46 -0400 | [diff] [blame] | 11 | CONFIG_SYS_BOOTM_LEN=0x800000 |
Tom Rini | e25a03a | 2021-11-01 12:19:22 +0000 | [diff] [blame] | 12 | # CONFIG_NET is not set |
Tom Rini | 9236071 | 2022-02-14 22:21:29 +0000 | [diff] [blame] | 13 | CONFIG_APPLE_SPI_KEYB=y |
Tom Rini | e25a03a | 2021-11-01 12:19:22 +0000 | [diff] [blame] | 14 | # CONFIG_MMC is not set |
Mark Kettenis | 31d5f7b | 2022-01-22 20:38:18 +0100 | [diff] [blame] | 15 | CONFIG_NVME_APPLE=y |
Mark Kettenis | 58d5127 | 2021-10-23 16:58:03 +0200 | [diff] [blame] | 16 | CONFIG_USB_XHCI_HCD=y |
17 | CONFIG_USB_XHCI_DWC3=y | ||||
Mark Kettenis | 98bed34 | 2023-01-21 20:27:59 +0100 | [diff] [blame] | 18 | CONFIG_USB_XHCI_PCI=y |
Mark Kettenis | 23d9898 | 2023-07-14 22:21:42 +0200 | [diff] [blame] | 19 | CONFIG_USB_DWC3=y |
Mark Kettenis | 58d5127 | 2021-10-23 16:58:03 +0200 | [diff] [blame] | 20 | CONFIG_USB_KEYBOARD=y |
Mark Kettenis | 97de268 | 2022-04-19 21:10:29 +0200 | [diff] [blame] | 21 | CONFIG_SYS_WHITE_ON_BLACK=y |
22 | CONFIG_NO_FB_CLEAR=y | ||||
Tom Rini | e25a03a | 2021-11-01 12:19:22 +0000 | [diff] [blame] | 23 | CONFIG_VIDEO_SIMPLE=y |
Mark Kettenis | f817f4a | 2023-12-24 19:12:55 +0100 | [diff] [blame^] | 24 | # CONFIG_SMBIOS is not set |
Janne Grunau | 166c426 | 2023-03-13 14:54:32 +0100 | [diff] [blame] | 25 | CONFIG_LMB_MAX_REGIONS=64 |