Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 menuconfig STAGING
0003         bool "Staging drivers"
0004         help
0005           This option allows you to select a number of drivers that are
0006           not of the "normal" Linux kernel quality level.  These drivers
0007           are placed here in order to get a wider audience to make use of
0008           them.  Please note that these drivers are under heavy
0009           development, may or may not work, and may contain userspace
0010           interfaces that most likely will be changed in the near
0011           future.
0012 
0013           Using any of these drivers will taint your kernel which might
0014           affect support options from both the community, and various
0015           commercial support organizations.
0016 
0017           If you wish to work on these drivers, to help improve them, or
0018           to report problems you have with them, please see the
0019           drivers/staging/<driver_name>/TODO file to see what needs to be
0020           worked on, and who to contact.
0021 
0022           If in doubt, say N here.
0023 
0024 
0025 if STAGING
0026 
0027 source "drivers/staging/wlan-ng/Kconfig"
0028 
0029 source "drivers/staging/olpc_dcon/Kconfig"
0030 
0031 source "drivers/staging/rtl8192u/Kconfig"
0032 
0033 source "drivers/staging/rtl8192e/Kconfig"
0034 
0035 source "drivers/staging/rtl8723bs/Kconfig"
0036 
0037 source "drivers/staging/rtl8712/Kconfig"
0038 
0039 source "drivers/staging/r8188eu/Kconfig"
0040 
0041 source "drivers/staging/rts5208/Kconfig"
0042 
0043 source "drivers/staging/octeon/Kconfig"
0044 
0045 source "drivers/staging/vt6655/Kconfig"
0046 
0047 source "drivers/staging/vt6656/Kconfig"
0048 
0049 source "drivers/staging/iio/Kconfig"
0050 
0051 source "drivers/staging/sm750fb/Kconfig"
0052 
0053 source "drivers/staging/emxx_udc/Kconfig"
0054 
0055 source "drivers/staging/nvec/Kconfig"
0056 
0057 source "drivers/staging/media/Kconfig"
0058 
0059 source "drivers/staging/board/Kconfig"
0060 
0061 source "drivers/staging/gdm724x/Kconfig"
0062 
0063 source "drivers/staging/fwserial/Kconfig"
0064 
0065 source "drivers/staging/clocking-wizard/Kconfig"
0066 
0067 source "drivers/staging/fbtft/Kconfig"
0068 
0069 source "drivers/staging/most/Kconfig"
0070 
0071 source "drivers/staging/ks7010/Kconfig"
0072 
0073 source "drivers/staging/greybus/Kconfig"
0074 
0075 source "drivers/staging/vc04_services/Kconfig"
0076 
0077 source "drivers/staging/pi433/Kconfig"
0078 
0079 source "drivers/staging/axis-fifo/Kconfig"
0080 
0081 source "drivers/staging/fieldbus/Kconfig"
0082 
0083 source "drivers/staging/qlge/Kconfig"
0084 
0085 source "drivers/staging/vme_user/Kconfig"
0086 
0087 endif # STAGING