1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 21da177e4SLinus Torvaldsmenu "Device Drivers" 31da177e4SLinus Torvalds 4bd968d59SThierry Redingsource "drivers/amba/Kconfig" 5bd968d59SThierry Reding 61da177e4SLinus Torvaldssource "drivers/base/Kconfig" 71da177e4SLinus Torvalds 826a84b3eSKishon Vijay Abraham Isource "drivers/bus/Kconfig" 926a84b3eSKishon Vijay Abraham I 107672d0b5SEvgeniy Polyakovsource "drivers/connector/Kconfig" 117672d0b5SEvgeniy Polyakov 122b6a4403SJohan Hovoldsource "drivers/gnss/Kconfig" 132b6a4403SJohan Hovold 141da177e4SLinus Torvaldssource "drivers/mtd/Kconfig" 151da177e4SLinus Torvalds 16f85ff305SStephen Rothwellsource "drivers/of/Kconfig" 17f85ff305SStephen Rothwell 181da177e4SLinus Torvaldssource "drivers/parport/Kconfig" 191da177e4SLinus Torvalds 201da177e4SLinus Torvaldssource "drivers/pnp/Kconfig" 211da177e4SLinus Torvalds 221da177e4SLinus Torvaldssource "drivers/block/Kconfig" 231da177e4SLinus Torvalds 2457dacad5SJay Sternbergsource "drivers/nvme/Kconfig" 2557dacad5SJay Sternberg 2659f14800SBrent Casavant# misc before ide - BLK_DEV_SGIIOC4 depends on SGI_IOC4 2759f14800SBrent Casavant 2859f14800SBrent Casavantsource "drivers/misc/Kconfig" 2959f14800SBrent Casavant 301da177e4SLinus Torvaldssource "drivers/ide/Kconfig" 311da177e4SLinus Torvalds 321da177e4SLinus Torvaldssource "drivers/scsi/Kconfig" 331da177e4SLinus Torvalds 34c6fd2807SJeff Garziksource "drivers/ata/Kconfig" 35c6fd2807SJeff Garzik 361da177e4SLinus Torvaldssource "drivers/md/Kconfig" 371da177e4SLinus Torvalds 38c66ac9dbSNicholas Bellingersource "drivers/target/Kconfig" 39c66ac9dbSNicholas Bellinger 401da177e4SLinus Torvaldssource "drivers/message/fusion/Kconfig" 411da177e4SLinus Torvalds 425d7db049SStefan Richtersource "drivers/firewire/Kconfig" 431da177e4SLinus Torvalds 441da177e4SLinus Torvaldssource "drivers/macintosh/Kconfig" 451da177e4SLinus Torvalds 46d5950b43SSam Ravnborgsource "drivers/net/Kconfig" 471da177e4SLinus Torvalds 481da177e4SLinus Torvaldssource "drivers/isdn/Kconfig" 491da177e4SLinus Torvalds 50cd9e9808SMatias Bjørlingsource "drivers/lightnvm/Kconfig" 51cd9e9808SMatias Bjørling 521da177e4SLinus Torvalds# input before char - char/joystick depends on it. As does USB. 531da177e4SLinus Torvalds 541da177e4SLinus Torvaldssource "drivers/input/Kconfig" 551da177e4SLinus Torvalds 561da177e4SLinus Torvaldssource "drivers/char/Kconfig" 571da177e4SLinus Torvalds 581da177e4SLinus Torvaldssource "drivers/i2c/Kconfig" 591da177e4SLinus Torvalds 60*3a379bbcSBoris Brezillonsource "drivers/i3c/Kconfig" 61*3a379bbcSBoris Brezillon 628ae12a0dSDavid Brownellsource "drivers/spi/Kconfig" 638ae12a0dSDavid Brownell 645a86bf34SKenneth Heitkesource "drivers/spmi/Kconfig" 655a86bf34SKenneth Heitke 66a056ab8cSCarlos Chineasource "drivers/hsi/Kconfig" 67a056ab8cSCarlos Chinea 68eae9d2baSRodolfo Giomettisource "drivers/pps/Kconfig" 69eae9d2baSRodolfo Giometti 70d94ba80eSRichard Cochransource "drivers/ptp/Kconfig" 71d94ba80eSRichard Cochran 722744e8afSLinus Walleijsource "drivers/pinctrl/Kconfig" 732744e8afSLinus Walleij 74a9c5fff5SDavid Brownellsource "drivers/gpio/Kconfig" 75a9c5fff5SDavid Brownell 761da177e4SLinus Torvaldssource "drivers/w1/Kconfig" 771da177e4SLinus Torvalds 784a11b59dSAnton Vorontsovsource "drivers/power/Kconfig" 794a11b59dSAnton Vorontsov 80ad2f931dSJean Delvaresource "drivers/hwmon/Kconfig" 81ad2f931dSJean Delvare 82203d3d4aSZhang Ruisource "drivers/thermal/Kconfig" 83203d3d4aSZhang Rui 84b7e04f8cSWim Van Sebroecksource "drivers/watchdog/Kconfig" 85b7e04f8cSWim Van Sebroeck 8661e115a5SMichael Bueschsource "drivers/ssb/Kconfig" 8761e115a5SMichael Buesch 888369ae33SRafał Miłeckisource "drivers/bcma/Kconfig" 898369ae33SRafał Miłecki 90a4e137abSRussell Kingsource "drivers/mfd/Kconfig" 91a4e137abSRussell King 92f49d81a8SMark Brownsource "drivers/regulator/Kconfig" 93f49d81a8SMark Brown 941da177e4SLinus Torvaldssource "drivers/media/Kconfig" 951da177e4SLinus Torvalds 961da177e4SLinus Torvaldssource "drivers/video/Kconfig" 971da177e4SLinus Torvalds 981da177e4SLinus Torvaldssource "sound/Kconfig" 991da177e4SLinus Torvalds 10063f3861dSJiri Kosinasource "drivers/hid/Kconfig" 10163f3861dSJiri Kosina 1021da177e4SLinus Torvaldssource "drivers/usb/Kconfig" 1031da177e4SLinus Torvalds 1042f86c3e6SGreg Kroah-Hartmansource "drivers/uwb/Kconfig" 1052f86c3e6SGreg Kroah-Hartman 1061da177e4SLinus Torvaldssource "drivers/mmc/Kconfig" 1071da177e4SLinus Torvalds 108baf8532aSAlex Dubovsource "drivers/memstick/Kconfig" 109baf8532aSAlex Dubov 110c72a1d60SRichard Purdiesource "drivers/leds/Kconfig" 111c72a1d60SRichard Purdie 112f7511d5fSSamuel Thibaultsource "drivers/accessibility/Kconfig" 113f7511d5fSSamuel Thibault 1141da177e4SLinus Torvaldssource "drivers/infiniband/Kconfig" 1151da177e4SLinus Torvalds 116da9bb1d2SAlan Coxsource "drivers/edac/Kconfig" 117da9bb1d2SAlan Cox 118c58411e9SAlessandro Zummosource "drivers/rtc/Kconfig" 119c58411e9SAlessandro Zummo 120c13c8260SChris Leechsource "drivers/dma/Kconfig" 121c13c8260SChris Leech 12262304fb1SGustavo Padovansource "drivers/dma-buf/Kconfig" 12362304fb1SGustavo Padovan 1247589670fSShannon Nelsonsource "drivers/dca/Kconfig" 1257589670fSShannon Nelson 12670e84049SMiguel Ojeda Sandonissource "drivers/auxdisplay/Kconfig" 12770e84049SMiguel Ojeda Sandonis 128beafc54cSHans J. Kochsource "drivers/uio/Kconfig" 1291775826cSJeremy Fitzhardinge 130cba3345cSAlex Williamsonsource "drivers/vfio/Kconfig" 131cba3345cSAlex Williamson 13255e331cfSFlorian Fainellisource "drivers/vlynq/Kconfig" 13355e331cfSFlorian Fainelli 134966f3096SRandy Dunlapsource "drivers/virt/Kconfig" 135966f3096SRandy Dunlap 136e7254219SOhad Ben-Cohensource "drivers/virtio/Kconfig" 137e7254219SOhad Ben-Cohen 138a48b0c4cSBart Van Asschesource "drivers/hv/Kconfig" 139a48b0c4cSBart Van Assche 1401775826cSJeremy Fitzhardingesource "drivers/xen/Kconfig" 14135045589SGreg Kroah-Hartman 14235045589SGreg Kroah-Hartmansource "drivers/staging/Kconfig" 14341b16dceSLen Brown 14441b16dceSLen Brownsource "drivers/platform/Kconfig" 1456d803ba7SJean-Christop PLAGNIOL-VILLARD 1466d803ba7SJean-Christop PLAGNIOL-VILLARDsource "drivers/clk/Kconfig" 147bd9a4c7dSOhad Ben-Cohen 148bd9a4c7dSOhad Ben-Cohensource "drivers/hwspinlock/Kconfig" 14989c0b8e2SRussell King 15089c0b8e2SRussell Kingsource "drivers/clocksource/Kconfig" 15189c0b8e2SRussell King 15230058677SRob Herringsource "drivers/mailbox/Kconfig" 15330058677SRob Herring 154ab493a0fSOhad Ben-Cohensource "drivers/iommu/Kconfig" 155ab493a0fSOhad Ben-Cohen 156400e64dfSOhad Ben-Cohensource "drivers/remoteproc/Kconfig" 157400e64dfSOhad Ben-Cohen 158bcabbccaSOhad Ben-Cohensource "drivers/rpmsg/Kconfig" 159bcabbccaSOhad Ben-Cohen 1609251345dSVinod Koulsource "drivers/soundwire/Kconfig" 1619251345dSVinod Koul 16241f93af9SSandeep Nairsource "drivers/soc/Kconfig" 16341f93af9SSandeep Nair 164a3c98b8bSMyungJoo Hamsource "drivers/devfreq/Kconfig" 165a3c98b8bSMyungJoo Ham 166de55d871SMyungJoo Hamsource "drivers/extcon/Kconfig" 167de55d871SMyungJoo Ham 1687ec94453SAneesh Vsource "drivers/memory/Kconfig" 1697ec94453SAneesh V 170a980e046SJonathan Cameronsource "drivers/iio/Kconfig" 171a980e046SJonathan Cameron 172fce8a7bbSJon Masonsource "drivers/ntb/Kconfig" 173fce8a7bbSJon Mason 174db3b9e99SGreg Kroah-Hartmansource "drivers/vme/Kconfig" 175db3b9e99SGreg Kroah-Hartman 1760c2498f1SSascha Hauersource "drivers/pwm/Kconfig" 1770c2498f1SSascha Hauer 17889214f00SSimon Arlottsource "drivers/irqchip/Kconfig" 17989214f00SSimon Arlott 18005e5027eSGreg Kroah-Hartmansource "drivers/ipack/Kconfig" 18105e5027eSGreg Kroah-Hartman 18261fc4131SPhilipp Zabelsource "drivers/reset/Kconfig" 18361fc4131SPhilipp Zabel 1849c9f32edSAlessandro Rubinisource "drivers/fmc/Kconfig" 1859c9f32edSAlessandro Rubini 186ff764963SKishon Vijay Abraham Isource "drivers/phy/Kconfig" 187ff764963SKishon Vijay Abraham I 18812cc4b38SSrinivas Pandruvadasource "drivers/powercap/Kconfig" 18912cc4b38SSrinivas Pandruvada 1903764e82eSJohannes Thumshirnsource "drivers/mcb/Kconfig" 1913764e82eSJohannes Thumshirn 192fa8ad788SMark Rutlandsource "drivers/perf/Kconfig" 193fa8ad788SMark Rutland 19476ac8275SChen, Gongsource "drivers/ras/Kconfig" 19576ac8275SChen, Gong 19616603153SAndreas Noeversource "drivers/thunderbolt/Kconfig" 19716603153SAndreas Noever 198777783e0SGreg Kroah-Hartmansource "drivers/android/Kconfig" 199777783e0SGreg Kroah-Hartman 200b94d5230SDan Williamssource "drivers/nvdimm/Kconfig" 201b94d5230SDan Williams 202ab68f262SDan Williamssource "drivers/dax/Kconfig" 203ab68f262SDan Williams 204eace75cfSSrinivas Kandagatlasource "drivers/nvmem/Kconfig" 205eace75cfSSrinivas Kandagatla 20672ef0f24SRandy Dunlapsource "drivers/hwtracing/Kconfig" 20739f40346SAlexander Shishkin 2086a8c3be7SAlan Tullsource "drivers/fpga/Kconfig" 2096a8c3be7SAlan Tull 2100508ad1fSJeremy Kerrsource "drivers/fsi/Kconfig" 2110508ad1fSJeremy Kerr 212967c9ccaSJens Wiklandersource "drivers/tee/Kconfig" 213967c9ccaSJens Wiklander 214a3b02a9cSPeter Rosinsource "drivers/mux/Kconfig" 215a3b02a9cSPeter Rosin 2167813dd6fSViresh Kumarsource "drivers/opp/Kconfig" 2177813dd6fSViresh Kumar 21893d3ad90SDavid Kershnersource "drivers/visorbus/Kconfig" 21993d3ad90SDavid Kershner 220bbecb07fSUwe Kleine-Königsource "drivers/siox/Kconfig" 221bbecb07fSUwe Kleine-König 2223648e78eSSagar Dhariasource "drivers/slimbus/Kconfig" 2233648e78eSSagar Dharia 2241da177e4SLinus Torvaldsendmenu 225