68 lines · plain
1# SPDX-License-Identifier: GPL-2.02menuconfig STAGING3 bool "Staging drivers"4 help5 This option allows you to select a number of drivers that are6 not of the "normal" Linux kernel quality level. These drivers7 are placed here in order to get a wider audience to make use of8 them. Please note that these drivers are under heavy9 development, may or may not work, and may contain userspace10 interfaces that most likely will be changed in the near11 future.12 13 Using any of these drivers will taint your kernel which might14 affect support options from both the community, and various15 commercial support organizations.16 17 If you wish to work on these drivers, to help improve them, or18 to report problems you have with them, please see the19 drivers/staging/<driver_name>/TODO file to see what needs to be20 worked on, and who to contact.21 22 If in doubt, say N here.23 24 25if STAGING26 27source "drivers/staging/olpc_dcon/Kconfig"28 29source "drivers/staging/rtl8192e/Kconfig"30 31source "drivers/staging/rtl8723bs/Kconfig"32 33source "drivers/staging/rtl8712/Kconfig"34 35source "drivers/staging/rts5208/Kconfig"36 37source "drivers/staging/octeon/Kconfig"38 39source "drivers/staging/vt6655/Kconfig"40 41source "drivers/staging/vt6656/Kconfig"42 43source "drivers/staging/iio/Kconfig"44 45source "drivers/staging/sm750fb/Kconfig"46 47source "drivers/staging/nvec/Kconfig"48 49source "drivers/staging/media/Kconfig"50 51source "drivers/staging/gdm724x/Kconfig"52 53source "drivers/staging/fbtft/Kconfig"54 55source "drivers/staging/most/Kconfig"56 57source "drivers/staging/greybus/Kconfig"58 59source "drivers/staging/vc04_services/Kconfig"60 61source "drivers/staging/axis-fifo/Kconfig"62 63source "drivers/staging/fieldbus/Kconfig"64 65source "drivers/staging/vme_user/Kconfig"66 67endif # STAGING68