2015-05-20 11:40:39 -05:00
|
|
|
# Kconfig - drivers configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015 Intel Corporation
|
|
|
|
#
|
2015-10-06 11:00:37 -05: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-20 11:40:39 -05:00
|
|
|
#
|
2015-10-06 11:00:37 -05:00
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
2015-05-20 11:40:39 -05:00
|
|
|
#
|
2015-10-06 11:00:37 -05: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-20 11:40:39 -05:00
|
|
|
#
|
|
|
|
|
2015-05-26 10:23:36 -04:00
|
|
|
|
|
|
|
menu "Device Drivers"
|
|
|
|
|
2015-05-12 13:20:42 -05:00
|
|
|
source "drivers/bluetooth/Kconfig"
|
|
|
|
|
2015-05-05 10:12:02 -05:00
|
|
|
source "drivers/console/Kconfig"
|
|
|
|
|
2015-10-26 16:38:13 -07:00
|
|
|
source "drivers/ethernet/Kconfig"
|
|
|
|
|
2015-03-18 16:24:43 -06:00
|
|
|
source "drivers/serial/Kconfig"
|
|
|
|
|
2015-06-05 10:48:18 -07:00
|
|
|
source "drivers/interrupt_controller/Kconfig"
|
|
|
|
|
2015-03-18 16:24:43 -06:00
|
|
|
source "drivers/timer/Kconfig"
|
|
|
|
|
|
|
|
source "drivers/random/Kconfig"
|
2015-05-26 10:23:36 -04:00
|
|
|
|
2015-10-15 11:00:07 -07:00
|
|
|
source "drivers/grove/Kconfig"
|
|
|
|
|
2015-08-06 07:34:50 -04:00
|
|
|
source "drivers/pci/Kconfig"
|
|
|
|
|
2015-09-19 23:42:08 -04:00
|
|
|
source "drivers/gpio/Kconfig"
|
|
|
|
|
2015-09-29 08:42:22 -07:00
|
|
|
source "drivers/shared_irq/Kconfig"
|
|
|
|
|
2015-08-21 12:57:49 +03:00
|
|
|
source "drivers/spi/Kconfig"
|
|
|
|
|
2015-08-26 14:56:43 -07:00
|
|
|
source "drivers/i2c/Kconfig"
|
|
|
|
|
2015-09-21 15:39:22 -07:00
|
|
|
source "drivers/pwm/Kconfig"
|
|
|
|
|
2015-09-24 10:57:06 -07:00
|
|
|
source "drivers/pinmux/Kconfig"
|
|
|
|
|
2015-10-05 14:56:33 +03:00
|
|
|
source "drivers/adc/Kconfig"
|
|
|
|
|
2015-11-21 20:58:15 -05:00
|
|
|
source "drivers/rtc/Kconfig"
|
|
|
|
|
2015-11-21 21:07:43 -05:00
|
|
|
source "drivers/watchdog/Kconfig"
|
|
|
|
|
2015-11-21 21:16:01 -05:00
|
|
|
source "drivers/clock_control/Kconfig"
|
|
|
|
|
2015-11-21 21:21:54 -05:00
|
|
|
source "drivers/ipi/Kconfig"
|
|
|
|
|
2015-11-21 21:33:43 -05:00
|
|
|
source "drivers/aio/Kconfig"
|
|
|
|
|
2015-05-26 10:23:36 -04:00
|
|
|
endmenu
|