Juan Manuel Cruz | d15251f | 2015-05-20 11:40:39 -0500 | [diff] [blame] | 1 | # Kconfig - drivers configuration options |
| 2 | |
| 3 | # |
| 4 | # Copyright (c) 2015 Intel Corporation |
| 5 | # |
David B. Kinder | ac74d8b | 2017-01-18 17:01:01 -0800 | [diff] [blame] | 6 | # SPDX-License-Identifier: Apache-2.0 |
Juan Manuel Cruz | d15251f | 2015-05-20 11:40:39 -0500 | [diff] [blame] | 7 | # |
| 8 | |
Anas Nashif | b3118c6 | 2015-05-26 10:23:36 -0400 | [diff] [blame] | 9 | |
| 10 | menu "Device Drivers" |
| 11 | |
Juan Manuel Cruz | b7fcfd5 | 2015-05-12 13:20:42 -0500 | [diff] [blame] | 12 | source "drivers/bluetooth/Kconfig" |
| 13 | |
Tomasz Bursztyka | 4c0d9bc | 2016-06-15 10:46:10 +0200 | [diff] [blame] | 14 | config IEEE802154 |
| 15 | bool |
| 16 | default n |
| 17 | default y if NETWORKING_WITH_15_4 || NET_L2_IEEE802154 |
| 18 | |
Tomasz Bursztyka | f7d5d2c | 2016-04-01 12:48:07 +0200 | [diff] [blame] | 19 | source "drivers/ieee802154/Kconfig" |
Jukka Rissanen | f156325 | 2015-09-11 16:13:26 +0300 | [diff] [blame] | 20 | |
Juan Manuel Cruz | c818cd2 | 2015-05-05 10:12:02 -0500 | [diff] [blame] | 21 | source "drivers/console/Kconfig" |
Juan Manuel Cruz | c818cd2 | 2015-05-05 10:12:02 -0500 | [diff] [blame] | 22 | |
Michael LeMay | ebba3bf | 2015-10-26 16:38:13 -0700 | [diff] [blame] | 23 | source "drivers/ethernet/Kconfig" |
| 24 | |
Paul Sokolovsky | 0612651 | 2017-10-20 20:20:01 +0300 | [diff] [blame] | 25 | source "drivers/net/Kconfig" |
Jukka Rissanen | 2ddb7ce | 2016-05-09 12:26:52 +0300 | [diff] [blame] | 26 | |
Juan Manuel Cruz | f98466d | 2015-03-18 16:24:43 -0600 | [diff] [blame] | 27 | source "drivers/serial/Kconfig" |
Juan Manuel Cruz | f98466d | 2015-03-18 16:24:43 -0600 | [diff] [blame] | 28 | |
Dirk Brandewie | 09d2770 | 2015-06-05 10:48:18 -0700 | [diff] [blame] | 29 | source "drivers/interrupt_controller/Kconfig" |
| 30 | |
Juan Manuel Cruz | f98466d | 2015-03-18 16:24:43 -0600 | [diff] [blame] | 31 | source "drivers/timer/Kconfig" |
Juan Manuel Cruz | f98466d | 2015-03-18 16:24:43 -0600 | [diff] [blame] | 32 | |
Juan Manuel Cruz | f98466d | 2015-03-18 16:24:43 -0600 | [diff] [blame] | 33 | source "drivers/random/Kconfig" |
Anas Nashif | b3118c6 | 2015-05-26 10:23:36 -0400 | [diff] [blame] | 34 | |
Dan Kalowsky | 61d87f5 | 2015-10-15 11:00:07 -0700 | [diff] [blame] | 35 | source "drivers/grove/Kconfig" |
| 36 | |
Anas Nashif | abb4404 | 2015-08-06 07:34:50 -0400 | [diff] [blame] | 37 | source "drivers/pci/Kconfig" |
| 38 | |
Anas Nashif | 8f98b0d | 2015-09-19 23:42:08 -0400 | [diff] [blame] | 39 | source "drivers/gpio/Kconfig" |
| 40 | |
Dirk Brandewie | 002c53b | 2015-09-29 08:42:22 -0700 | [diff] [blame] | 41 | source "drivers/shared_irq/Kconfig" |
| 42 | |
Tomasz Bursztyka | d5d5255 | 2015-08-21 12:57:49 +0300 | [diff] [blame] | 43 | source "drivers/spi/Kconfig" |
| 44 | |
Dan Kalowsky | 1f63fb5 | 2015-08-26 14:56:43 -0700 | [diff] [blame] | 45 | source "drivers/i2c/Kconfig" |
| 46 | |
Piotr Mienkowski | 7756bbf | 2017-07-17 15:16:49 +0200 | [diff] [blame] | 47 | source "drivers/i2s/Kconfig" |
| 48 | |
Daniel Leung | 56bfe61 | 2015-09-21 15:39:22 -0700 | [diff] [blame] | 49 | source "drivers/pwm/Kconfig" |
| 50 | |
Dan Kalowsky | 2d6ba51 | 2015-09-24 10:57:06 -0700 | [diff] [blame] | 51 | source "drivers/pinmux/Kconfig" |
| 52 | |
Tomasz Bursztyka | e6fc1c2 | 2015-10-05 14:56:33 +0300 | [diff] [blame] | 53 | source "drivers/adc/Kconfig" |
| 54 | |
Anas Nashif | 9d6deb4 | 2015-11-21 20:58:15 -0500 | [diff] [blame] | 55 | source "drivers/rtc/Kconfig" |
| 56 | |
Anas Nashif | a9ed4ba | 2015-11-21 21:07:43 -0500 | [diff] [blame] | 57 | source "drivers/watchdog/Kconfig" |
| 58 | |
Tomasz Bursztyka | 714dd97 | 2015-11-21 21:16:01 -0500 | [diff] [blame] | 59 | source "drivers/clock_control/Kconfig" |
| 60 | |
Andrew Boie | 3589695 | 2015-11-12 14:00:47 -0800 | [diff] [blame] | 61 | source "drivers/ipm/Kconfig" |
Andrew Boie | 3937f84 | 2015-11-21 21:21:54 -0500 | [diff] [blame] | 62 | |
Daniel Leung | a789cc0 | 2015-11-21 21:33:43 -0500 | [diff] [blame] | 63 | source "drivers/aio/Kconfig" |
| 64 | |
Baohong Liu | 29c8f95 | 2016-02-18 10:52:19 -0800 | [diff] [blame] | 65 | source "drivers/flash/Kconfig" |
| 66 | |
Vlad Dogaru | 48bdd70 | 2016-01-25 18:21:51 +0200 | [diff] [blame] | 67 | source "drivers/sensor/Kconfig" |
| 68 | |
Baohong Liu | ea5b4e4 | 2016-02-22 17:10:56 -0800 | [diff] [blame] | 69 | source "drivers/counter/Kconfig" |
| 70 | |
Baohong Liu | e4c765f | 2016-06-14 13:16:13 -0700 | [diff] [blame] | 71 | source "drivers/dma/Kconfig" |
| 72 | |
Adrian Bradianu | ff71211 | 2016-06-14 13:23:39 +0100 | [diff] [blame] | 73 | source "drivers/usb/Kconfig" |
| 74 | |
Jithu Joseph | de106b0 | 2016-07-19 14:20:25 -0700 | [diff] [blame] | 75 | source "drivers/crypto/Kconfig" |
Johan Hedberg | 380d24d | 2017-04-02 20:54:23 +0300 | [diff] [blame] | 76 | |
| 77 | source "drivers/display/Kconfig" |
| 78 | |
Marti Bolivar | b533841 | 2017-10-16 16:02:23 -0400 | [diff] [blame] | 79 | source "drivers/led_strip/Kconfig" |
| 80 | |
Anas Nashif | b3118c6 | 2015-05-26 10:23:36 -0400 | [diff] [blame] | 81 | endmenu |