Kconfig 855 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # RF switch subsystem configuration
  3. #
  4. menuconfig RFKILL
  5. tristate "RF switch subsystem support"
  6. help
  7. Say Y here if you want to have control over RF switches
  8. found on many WiFi and Bluetooth cards.
  9. To compile this driver as a module, choose M here: the
  10. module will be called rfkill.
  11. config RFKILL_INPUT
  12. tristate "Input layer to RF switch connector"
  13. depends on RFKILL && INPUT
  14. help
  15. Say Y here if you want kernel automatically toggle state
  16. of RF switches on and off when user presses appropriate
  17. button or a key on the keyboard. Without this module you
  18. need a some kind of userspace application to control
  19. state of the switches.
  20. To compile this driver as a module, choose M here: the
  21. module will be called rfkill-input.
  22. # LED trigger support
  23. config RFKILL_LEDS
  24. bool
  25. depends on RFKILL && LEDS_TRIGGERS
  26. default y