diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-05-04 20:23:58 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-05-07 09:10:34 -0400 |
commit | f70fefa06f9fe1aaca8c6303f0ee9e904a6f3623 (patch) | |
tree | d806c232bef22284960c8d9911cd6b8cc8306b30 /src/linux/Kconfig | |
parent | 31ae74c56c9663fdbcc8f332efd0e331d2e024ff (diff) | |
download | kutter-f70fefa06f9fe1aaca8c6303f0ee9e904a6f3623.tar.gz kutter-f70fefa06f9fe1aaca8c6303f0ee9e904a6f3623.tar.xz kutter-f70fefa06f9fe1aaca8c6303f0ee9e904a6f3623.zip |
linux: Convert linux SPI code to use the generic spicmds.c code
Use the generic spi send/receive code on Linux. Update the replicape
code to use the updated command format.
Also, update the replicape code to turn off the stepper motors on a
shutdown event.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/linux/Kconfig')
-rw-r--r-- | src/linux/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/linux/Kconfig b/src/linux/Kconfig index 651f0874..1647ef91 100644 --- a/src/linux/Kconfig +++ b/src/linux/Kconfig @@ -7,6 +7,7 @@ config LINUX_SELECT bool default y select HAVE_GPIO_ADC + select HAVE_GPIO_SPI config BOARD_DIRECTORY string |