Kconfig (20259849bb1ac1ffb0156eb359810e8b99cb644d) | Kconfig (781551df57c792aee291cd80a6aca24cd56cdd71) |
---|---|
1# 2# Misc strange devices 3# 4 5menu "Misc devices" 6 7config SENSORS_LIS3LV02D 8 tristate --- 485 unchanged lines hidden (view full) --- 494 tristate "FSA9480 USB Switch" 495 depends on I2C 496 help 497 The FSA9480 is a USB port accessory detector and switch. 498 The FSA9480 is fully controlled using I2C and enables USB data, 499 stereo and mono audio, video, microphone and UART data to use 500 a common connector port. 501 | 1# 2# Misc strange devices 3# 4 5menu "Misc devices" 6 7config SENSORS_LIS3LV02D 8 tristate --- 485 unchanged lines hidden (view full) --- 494 tristate "FSA9480 USB Switch" 495 depends on I2C 496 help 497 The FSA9480 is a USB port accessory detector and switch. 498 The FSA9480 is fully controlled using I2C and enables USB data, 499 stereo and mono audio, video, microphone and UART data to use 500 a common connector port. 501 |
502config 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 |
|
502source "drivers/misc/c2port/Kconfig" 503source "drivers/misc/eeprom/Kconfig" 504source "drivers/misc/cb710/Kconfig" 505source "drivers/misc/ti-st/Kconfig" 506source "drivers/misc/lis3lv02d/Kconfig" 507source "drivers/misc/carma/Kconfig" 508source "drivers/misc/altera-stapl/Kconfig" 509source "drivers/misc/mei/Kconfig" 510source "drivers/misc/vmw_vmci/Kconfig" 511endmenu | 513source "drivers/misc/c2port/Kconfig" 514source "drivers/misc/eeprom/Kconfig" 515source "drivers/misc/cb710/Kconfig" 516source "drivers/misc/ti-st/Kconfig" 517source "drivers/misc/lis3lv02d/Kconfig" 518source "drivers/misc/carma/Kconfig" 519source "drivers/misc/altera-stapl/Kconfig" 520source "drivers/misc/mei/Kconfig" 521source "drivers/misc/vmw_vmci/Kconfig" 522endmenu |