| # | |
| # Sensor device configuration | |
| # | |
| menu "AMLOGIC SPI Hardware bus support" | |
| config AMLOGIC_SPICC_MASTER | |
| tristate "AMLOGIC SPICC MASTER SUPPORT" | |
| default n | |
| help | |
| This is amlogic SPICC hardware bus master. | |
| This driver can also be built as a module. | |
| config AMLOGIC_SPICC_SLAVE | |
| tristate "AMLOGIC SPICC SLAVE SUPPORT" | |
| default n | |
| help | |
| This is amlogic SPICC hardware bus slave. | |
| This driver can also be built as a module. | |
| endmenu |