blob: 69439adf4ae90c43239d27ff9e7c2c66d3fca533 [file] [log] [blame]
Juan Manuel Cruzd15251f2015-05-20 11:40:39 -05001# Kconfig - drivers configuration options
2
3#
4# Copyright (c) 2015 Intel Corporation
5#
David B. Kinderac74d8b2017-01-18 17:01:01 -08006# SPDX-License-Identifier: Apache-2.0
Juan Manuel Cruzd15251f2015-05-20 11:40:39 -05007#
8
Anas Nashifb3118c62015-05-26 10:23:36 -04009
10menu "Device Drivers"
11
Juan Manuel Cruzb7fcfd52015-05-12 13:20:42 -050012source "drivers/bluetooth/Kconfig"
13
Tomasz Bursztykaf7d5d2c2016-04-01 12:48:07 +020014source "drivers/ieee802154/Kconfig"
Jukka Rissanenf1563252015-09-11 16:13:26 +030015
Juan Manuel Cruzc818cd22015-05-05 10:12:02 -050016source "drivers/console/Kconfig"
Juan Manuel Cruzc818cd22015-05-05 10:12:02 -050017
Michael LeMayebba3bf2015-10-26 16:38:13 -070018source "drivers/ethernet/Kconfig"
19
Paul Sokolovsky06126512017-10-20 20:20:01 +030020source "drivers/net/Kconfig"
Jukka Rissanen2ddb7ce2016-05-09 12:26:52 +030021
Juan Manuel Cruzf98466d2015-03-18 16:24:43 -060022source "drivers/serial/Kconfig"
Juan Manuel Cruzf98466d2015-03-18 16:24:43 -060023
Dirk Brandewie09d27702015-06-05 10:48:18 -070024source "drivers/interrupt_controller/Kconfig"
25
Juan Manuel Cruzf98466d2015-03-18 16:24:43 -060026source "drivers/timer/Kconfig"
Juan Manuel Cruzf98466d2015-03-18 16:24:43 -060027
Leandro Pereirada9b0dd2017-10-13 16:30:55 -070028source "drivers/entropy/Kconfig"
Anas Nashifb3118c62015-05-26 10:23:36 -040029
Anas Nashifabb44042015-08-06 07:34:50 -040030source "drivers/pci/Kconfig"
31
Anas Nashif8f98b0d2015-09-19 23:42:08 -040032source "drivers/gpio/Kconfig"
33
Kumar Galaf19ab5e2018-01-16 11:47:55 -060034source "drivers/interrupt_controller/Kconfig.shared_irq"
Dirk Brandewie002c53b2015-09-29 08:42:22 -070035
Tomasz Bursztykad5d52552015-08-21 12:57:49 +030036source "drivers/spi/Kconfig"
37
Dan Kalowsky1f63fb52015-08-26 14:56:43 -070038source "drivers/i2c/Kconfig"
39
Piotr Mienkowski7756bbf2017-07-17 15:16:49 +020040source "drivers/i2s/Kconfig"
41
Daniel Leung56bfe612015-09-21 15:39:22 -070042source "drivers/pwm/Kconfig"
43
Dan Kalowsky2d6ba512015-09-24 10:57:06 -070044source "drivers/pinmux/Kconfig"
45
Tomasz Bursztykae6fc1c22015-10-05 14:56:33 +030046source "drivers/adc/Kconfig"
47
Anas Nashif9d6deb42015-11-21 20:58:15 -050048source "drivers/rtc/Kconfig"
49
Anas Nashifa9ed4ba2015-11-21 21:07:43 -050050source "drivers/watchdog/Kconfig"
51
Tomasz Bursztyka714dd972015-11-21 21:16:01 -050052source "drivers/clock_control/Kconfig"
53
Jukka Rissanened25a162018-01-24 15:22:55 +020054source "drivers/ptp_clock/Kconfig"
55
Andrew Boie35896952015-11-12 14:00:47 -080056source "drivers/ipm/Kconfig"
Andrew Boie3937f842015-11-21 21:21:54 -050057
Daniel Leunga789cc02015-11-21 21:33:43 -050058source "drivers/aio/Kconfig"
59
Baohong Liu29c8f952016-02-18 10:52:19 -080060source "drivers/flash/Kconfig"
61
Vlad Dogaru48bdd702016-01-25 18:21:51 +020062source "drivers/sensor/Kconfig"
63
Baohong Liuea5b4e42016-02-22 17:10:56 -080064source "drivers/counter/Kconfig"
65
Baohong Liue4c765f2016-06-14 13:16:13 -070066source "drivers/dma/Kconfig"
67
Adrian Bradianuff712112016-06-14 13:23:39 +010068source "drivers/usb/Kconfig"
69
Jithu Josephde106b02016-07-19 14:20:25 -070070source "drivers/crypto/Kconfig"
Johan Hedberg380d24d2017-04-02 20:54:23 +030071
72source "drivers/display/Kconfig"
73
Marti Bolivarb5338412017-10-16 16:02:23 -040074source "drivers/led_strip/Kconfig"
75
Tomasz Bursztyka8b839b42017-12-04 13:35:34 +010076source "drivers/wifi/Kconfig"
77
Manivannan Sadhasivam94bba072017-12-17 16:16:02 +053078source "drivers/led/Kconfig"
79
Alexander Wachter023e4512018-05-03 10:48:02 +020080source "drivers/can/Kconfig"
81
Michael Scott9182d2e2018-08-01 12:01:00 -080082source "drivers/modem/Kconfig"
83
Sathish Kuttan73c10932018-07-26 09:22:10 -070084source "drivers/audio/Kconfig"
85
Sathish Kuttanfe6bddf2018-08-16 15:23:22 -070086source "drivers/neural_net/Kconfig"
87
Anas Nashifb3118c62015-05-26 10:23:36 -040088endmenu