Hi Randy,
All depends on the external SPI devices category. If you use the same type and the READ instruction only the all devices can be connected to one PCSx pin and the serial DIN and DOUT pin of all devices connected in series. The you can connect e.g. 20 pcs of the external SPI devices on one SPI module with one (very strong) PCSx pin.
In case you use different types on SPI external devices you need group them to groups with compatible data format e.g. 8-bit and 16-bit and then use two SPI modules (one for 8-bit and one for 16-bit group) and READ or WRITE the serial data string of all devices.
If you use the external devices with WRITE function also the PSCx pin change the active low level during communication (e.g. SPI serial memory).
So please investigate the communication protocol of each external SPI device it will be connected and make selection to compatible groups. Also decide if you want activate all devices in the communication string or whether they will be always connected. This task has many different solution so please select the best one which fits your application.
I hope it can help you to solve your task.
Best Regards,
Stano.