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