Kconfig 601 B

12345678910111213141516171819202122232425
  1. #
  2. # SEC_FPGA
  3. #
  4. menu "SEC_FPGA and IRDA FPGA"
  5. config SEC_FPGA
  6. tristate "this feature allows Barcode emulator"
  7. default n
  8. help
  9. This is a driver for barcode emulator driver based on Lattice chip.
  10. Lattice FPGA can support Barcode emulator.
  11. To compile this driver as a module, choose M here.
  12. If unsure, say N.
  13. config IR_REMOCON_FPGA
  14. tristate "this feature allows IR LED"
  15. depends on SEC_FPGA
  16. default n
  17. help
  18. This is a driver for IR LED driver based on Lattice chip.
  19. Lattice FPGA can support IR LED.
  20. To compile this driver as a module, choose M here.
  21. If unsure, say N.
  22. endmenu