407c6e6299
- bump to version in Linux 5.8 (depends on SPI_TX_OCTAL/SPI_RX_OCTAL available since Linux 5.0) Changelog (since 4.10): 9006a7b3220e spi: spidev_test: add option to continuously transfer data 35386dfd13b7 spi: spidev_test: Improve decoded text part of hex dump 84a14ae8c44f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178 020bd6c48ebd spi: spidev_test: Remove break after exit statement 1f3c36328a48 spi: spidev_test: Check input_tx and input_file first after parse options 470a072e1220 spi: spidev_test: Use perror() only if errno is not 0 896fa735084e spi: spidev_test: Add support for Octal mode data transfers 9ec8ade81224 spi: spidev_test: Use %u to format unsigned numbers bd2077915bfe spi: tools: Make default_tx/rx and input_tx static - update Config.in help text - indent hashes by 2 spaces Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
18 lines
650 B
Plaintext
18 lines
650 B
Plaintext
config BR2_PACKAGE_SPIDEV_TEST
|
|
bool "spidev_test"
|
|
help
|
|
SPI testing utility (using spidev driver).
|
|
|
|
This package builds and installs the userspace 'spidev_test'
|
|
command. It is up to the user to ensure that the kernel
|
|
configuration has all suitable options enabled to allow a
|
|
proper operation of 'spidev_test'.
|
|
|
|
The version used is based on your toolchain headers version,
|
|
if it's older than 3.15 then 3.0 is used, up to headers 4.20
|
|
version 4.10 is used and otherwise version 5.8.
|
|
This means you won't have quad-pumped SPI support if your
|
|
toolchain is too old.
|
|
|
|
https://www.kernel.org/doc/html/latest/spi/index.html
|