Blame view

buildroot/buildroot-2016.08.1/package/spidev_test/Config.in 612 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  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, otherwise 3.15
  	  is used.
  	  This means you won't have quad-pumped SPI support if your
  	  toolchain is too old.
  
  	  https://www.kernel.org/doc/Documentation/spi/spidev_test.c