| CONFIG_TEST=y |
| CONFIG_TEST_USERSPACE=y |
| CONFIG_LOG=y |
| CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000 |
| CONFIG_GPIO=y |
| CONFIG_SPI=y |
| CONFIG_FPGA=y |
| # Must disable pinctrl here because otherwise there is an error in |
| # fpga_ice40.c here about the two nodes both declaring the same pinctrl data |
| # of the common spi-bus parent. That effectively limits the number of |
| # iCE40 FPGAs on a single bus to 1. |
| CONFIG_PINCTRL=n |
| CONFIG_ICE40_FPGA=y |
| CONFIG_ALTERA_AGILEX_BRIDGE_FPGA=y |
| CONFIG_ARM_SIP_SVC_DRIVER=y |
| CONFIG_ARM_SIP_SVC_SUBSYS=y |
| CONFIG_ARM_SIP_SVC_SUBSYS_SINGLY_OPEN=y |
| CONFIG_HEAP_MEM_POOL_SIZE=16384 |