There are devices that can be run in "Arduino ICSP mode", this is SPI but no CS signal. This also makes sense if you only have one SPI device and want to save a gpio pin.
esp-idf
supports this setup in spi_bus_add_device
setting cs
as -1, but there are several checks in whitecat's SPI driver that do not allow for this.