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