# # RF switch subsystem configuration # menuconfig [31mCONFIG_RFKILL[0m tristate "RF switch subsystem support" help Say Y here if you want to have control over RF switches found on many WiFi and Bluetooth cards. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called rfkill. # LED trigger support config [31mCONFIG_RFKILL_LEDS[0m bool depends on [31mCONFIG_RFKILL[0m depends on [31mCONFIG_LEDS_TRIGGERS[0m = y || [31mCONFIG_RFKILL[0m = [31mCONFIG_LEDS_TRIGGERS[0m default y config [31mCONFIG_RFKILL_INPUT[0m bool "RF switch input support" if [31mCONFIG_EXPERT[0m depends on [31mCONFIG_RFKILL[0m depends on [31mCONFIG_INPUT[0m = y || [31mCONFIG_RFKILL[0m = [31mCONFIG_INPUT[0m default y if ![31mCONFIG_EXPERT[0m config [31mCONFIG_RFKILL_REGULATOR[0m tristate "Generic rfkill regulator driver" depends on [31mCONFIG_RFKILL[0m || ![31mCONFIG_RFKILL[0m depends on [31mCONFIG_REGULATOR[0m help This options enable controlling radio transmitters connected to voltage regulator using the regulator framework. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called rfkill-regulator. config [31mCONFIG_RFKILL_GPIO[0m tristate "GPIO RFKILL driver" depends on [31mCONFIG_RFKILL[0m depends on [31mCONFIG_GPIOLIB[0m || [31mCONFIG_COMPILE_TEST[0m default n help If you say yes here you get support of a generic gpio [31mCONFIG_RFKILL[0m driver. |