[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] SPI compile problem



Hi,

I have spartan3e500 development board. Using EDK I added the Xilinx SPI IP into the design. Problem occurs when I try to compile petalinux image (arch/microblaze/platform/common/xspi.c:51: error: `CONFIG_XILINX_SPI_0_SPI_SLAVE_ONLY' undeclared here (not in a function)). I've checked kconfig.auto and it has not XILINX_SPI_0_SPI_SLAVE_ONLY. Only file in my design which has XILINX_SPI_0_SPI_SLAVE_ONLY is xparameter.h. I can manually add the XILINX_SPI_0_SPI_SLAVE_ONLY in kconfig.auto and the problem can be solved.

Is petalinux-copy-autoconfig responsible for kconfig.auto?