diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 668a5822ab4e..e83fdfe0c8ca 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -499,6 +499,17 @@ config USB_SWITCH_FSA9480 | |||
499 | stereo and mono audio, video, microphone and UART data to use | 499 | stereo and mono audio, video, microphone and UART data to use |
500 | a common connector port. | 500 | a common connector port. |
501 | 501 | ||
502 | config LATTICE_ECP3_CONFIG | ||
503 | tristate "Lattice ECP3 FPGA bitstream configuration via SPI" | ||
504 | depends on SPI && SYSFS | ||
505 | select FW_LOADER | ||
506 | default n | ||
507 | help | ||
508 | This option enables support for bitstream configuration (programming | ||
509 | or loading) of the Lattice ECP3 FPGA family via SPI. | ||
510 | |||
511 | If unsure, say N. | ||
512 | |||
502 | source "drivers/misc/c2port/Kconfig" | 513 | source "drivers/misc/c2port/Kconfig" |
503 | source "drivers/misc/eeprom/Kconfig" | 514 | source "drivers/misc/eeprom/Kconfig" |
504 | source "drivers/misc/cb710/Kconfig" | 515 | source "drivers/misc/cb710/Kconfig" |
@@ -507,4 +518,5 @@ source "drivers/misc/lis3lv02d/Kconfig" | |||
507 | source "drivers/misc/carma/Kconfig" | 518 | source "drivers/misc/carma/Kconfig" |
508 | source "drivers/misc/altera-stapl/Kconfig" | 519 | source "drivers/misc/altera-stapl/Kconfig" |
509 | source "drivers/misc/mei/Kconfig" | 520 | source "drivers/misc/mei/Kconfig" |
521 | source "drivers/misc/vmw_vmci/Kconfig" | ||
510 | endmenu | 522 | endmenu |