2015-05-21 00:40:39 +08:00
|
|
|
# Kconfig - drivers configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015 Intel Corporation
|
|
|
|
#
|
2015-10-07 00:00:37 +08:00
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
2015-05-21 00:40:39 +08:00
|
|
|
#
|
2015-10-07 00:00:37 +08:00
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
2015-05-21 00:40:39 +08:00
|
|
|
#
|
2015-10-07 00:00:37 +08:00
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
2015-05-21 00:40:39 +08:00
|
|
|
#
|
|
|
|
|
2015-05-26 22:23:36 +08:00
|
|
|
|
|
|
|
menu "Device Drivers"
|
|
|
|
|
2015-05-13 02:20:42 +08:00
|
|
|
source "drivers/bluetooth/Kconfig"
|
|
|
|
|
2016-06-15 16:46:10 +08:00
|
|
|
config IEEE802154
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
default y if NETWORKING_WITH_15_4 || NET_L2_IEEE802154
|
|
|
|
|
2016-04-01 18:48:07 +08:00
|
|
|
source "drivers/ieee802154/Kconfig"
|
2015-09-11 21:13:26 +08:00
|
|
|
|
2015-05-05 23:12:02 +08:00
|
|
|
source "drivers/console/Kconfig"
|
|
|
|
|
2015-10-27 07:38:13 +08:00
|
|
|
source "drivers/ethernet/Kconfig"
|
|
|
|
|
2016-05-09 17:26:52 +08:00
|
|
|
source "drivers/slip/Kconfig"
|
|
|
|
|
2015-03-19 06:24:43 +08:00
|
|
|
source "drivers/serial/Kconfig"
|
|
|
|
|
2015-06-06 01:48:18 +08:00
|
|
|
source "drivers/interrupt_controller/Kconfig"
|
|
|
|
|
2015-03-19 06:24:43 +08:00
|
|
|
source "drivers/timer/Kconfig"
|
|
|
|
|
|
|
|
source "drivers/random/Kconfig"
|
2015-05-26 22:23:36 +08:00
|
|
|
|
2015-10-16 02:00:07 +08:00
|
|
|
source "drivers/grove/Kconfig"
|
|
|
|
|
2015-08-06 19:34:50 +08:00
|
|
|
source "drivers/pci/Kconfig"
|
|
|
|
|
2015-09-20 11:42:08 +08:00
|
|
|
source "drivers/gpio/Kconfig"
|
|
|
|
|
2015-09-29 23:42:22 +08:00
|
|
|
source "drivers/shared_irq/Kconfig"
|
|
|
|
|
2015-08-21 17:57:49 +08:00
|
|
|
source "drivers/spi/Kconfig"
|
|
|
|
|
2015-08-27 05:56:43 +08:00
|
|
|
source "drivers/i2c/Kconfig"
|
|
|
|
|
2015-09-22 06:39:22 +08:00
|
|
|
source "drivers/pwm/Kconfig"
|
|
|
|
|
2015-09-25 01:57:06 +08:00
|
|
|
source "drivers/pinmux/Kconfig"
|
|
|
|
|
2015-10-05 19:56:33 +08:00
|
|
|
source "drivers/adc/Kconfig"
|
|
|
|
|
2015-11-22 09:58:15 +08:00
|
|
|
source "drivers/rtc/Kconfig"
|
|
|
|
|
2015-11-22 10:07:43 +08:00
|
|
|
source "drivers/watchdog/Kconfig"
|
|
|
|
|
2015-11-22 10:16:01 +08:00
|
|
|
source "drivers/clock_control/Kconfig"
|
|
|
|
|
2015-11-13 06:00:47 +08:00
|
|
|
source "drivers/ipm/Kconfig"
|
2015-11-22 10:21:54 +08:00
|
|
|
|
2015-11-22 10:33:43 +08:00
|
|
|
source "drivers/aio/Kconfig"
|
|
|
|
|
2016-02-19 02:52:19 +08:00
|
|
|
source "drivers/flash/Kconfig"
|
|
|
|
|
2016-01-26 00:21:51 +08:00
|
|
|
source "drivers/sensor/Kconfig"
|
|
|
|
|
2016-02-23 09:10:56 +08:00
|
|
|
source "drivers/counter/Kconfig"
|
|
|
|
|
2016-06-15 04:16:13 +08:00
|
|
|
source "drivers/dma/Kconfig"
|
|
|
|
|
2016-06-14 20:23:39 +08:00
|
|
|
source "drivers/usb/Kconfig"
|
|
|
|
|
2015-05-26 22:23:36 +08:00
|
|
|
endmenu
|