···11+National Instruments Ettus Research USRP E3x0 button driver22+33+This module is part of the NI Ettus Research USRP E3x0 SDR.44+55+This module provides a simple power button event via two interrupts.66+77+Required properties:88+- compatible: should be one of the following99+ - "ettus,e3x0-button": For devices such as the NI Ettus Research USRP E3x01010+- interrupt-parent:1111+ - a phandle to the interrupt controller that it is attached to.1212+- interrupts: should be one of the following1313+ - <0 30 1>, <0 31 1>: For devices such as the NI Ettus Research USRP E3x01414+- interrupt-names: should be one of the following1515+ - "press", "release": For devices such as the NI Ettus Research USRP E3x01616+1717+Note: Interrupt numbers might vary depending on the FPGA configuration.1818+1919+Example:2020+ button {2121+ compatible = "ettus,e3x0-button";2222+ interrupt-parent = <&intc>;2323+ interrupts = <0 30 1>, <0 31 1>;2424+ interrupt-names = "press", "release";2525+ }
···4848epfl Ecole Polytechnique Fédérale de Lausanne4949epson Seiko Epson Corp.5050est ESTeem Wireless Modems5151+ettus NI Ettus Research5152eukrea Eukréa Electromatique5253excito Excito5354fsl Freescale Semiconductor
+10
drivers/input/misc/Kconfig
···9393 To compile this driver as a module, choose M here: the9494 module will be called bma150.95959696+config INPUT_E3X0_BUTTON9797+ tristate "NI Ettus Research USRP E3x0 Button support."9898+ default n9999+ help100100+ Say Y here to enable support for the NI Ettus Research101101+ USRP E3x0 Button.102102+103103+ To compile this driver as a module, choose M here: the104104+ module will be called e3x0_button.105105+96106config INPUT_PCSPKR97107 tristate "PC Speaker support"98108 depends on PCSPKR_PLATFORM