hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/spi/Kconfig
....@@ -1067,6 +1067,12 @@
10671067 SPI slave handler to allow remote control of system reboot, power
10681068 off, halt, and suspend.
10691069
1070
+config SPI_SLAVE_ROCKCHIP_OBJ
1071
+ tristate "Rockchip SPI slave inter transmission protocol demo"
1072
+ help
1073
+ SPI slave with a rockchip protocol specification for SPI slave
1074
+ transmission, work with the corresponding master driver spidev_rkmst.
1075
+
10701076 endif # SPI_SLAVE
10711077
10721078 config SPI_DYNAMIC