diff options
author | John Crispin <blogic@openwrt.org> | 2018-03-15 07:22:35 +1100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-19 19:56:02 +0100 |
commit | 1ab7f2a43558b3fbc6bfbb8fd289dd34b1e0ef82 (patch) | |
tree | c32ee338abfe4864fbf0b1fc15a8f3f9fe89d513 /drivers/staging/Kconfig | |
parent | 16e556aa104c306958e10165d6da4ab1be4befc8 (diff) |
staging: mt7621-spi: add mt7621 support
NeilBrown:
The code will fail with a warning if asked to transfer
more than 32 bytes at a time. So used max_transfer_size
interface to tell users about this.
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 68e36c5168ea..331bc327ca1d 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -122,4 +122,6 @@ source "drivers/staging/mt7621-pinctrl/Kconfig" source "drivers/staging/mt7621-gpio/Kconfig" +source "drivers/staging/mt7621-spi/Kconfig" + endif # STAGING |