Config.in 607 B

1234567891011121314151617
  1. config BR2_PACKAGE_SPIDEV_TEST
  2. bool "spidev_test"
  3. help
  4. SPI testing utility (using spidev driver).
  5. This package builds and installs the userspace 'spidev_test'
  6. command. It is up to the user to ensure that the kernel
  7. configuration has all suitable options enabled to allow a
  8. proper operation of 'spidev_test'.
  9. The version used is based on your toolchain headers version,
  10. if it's older than 3.15 then 3.0 is used, otherwise 3.15
  11. is used.
  12. This means you won't have quad-pumped SPI support if your
  13. toolchain is too old.
  14. https://www.kernel.org/doc/html/latest/spi/index.html