package/spidev_test: fix spidev_test.c version in Config.in help text

- fix spidev_test.c version in Config.in help text, version update to 4.10
  (missing from commit 'spidev_test: bump to version in Linux 4.10' [1])

[1] https://git.buildroot.net/buildroot/commit/?id=a497a9fd6cdb518572282b1478279f476f870fb7

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Peter Seiderer 2022-03-18 09:24:45 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent de59a62af6
commit 53da16e378

View File

@ -9,7 +9,7 @@ config BR2_PACKAGE_SPIDEV_TEST
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, otherwise 3.15
if it's older than 3.15 then 3.0 is used, otherwise 4.10
is used.
This means you won't have quad-pumped SPI support if your
toolchain is too old.