Kconfig 765 B

123456789101112131415161718192021222324
  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, Bluetooth and IRDA 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.