zephyr/drivers/aio/Kconfig
Daniel Leung a789cc0c02 aio: introduce DesignWare AIO/Comparator driver
This adds the driver to support DesignWare AIO/Comparator
under drivers/aio.

Change-Id: Id6cb1b507c0526098f163f74c188e990590797c2
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:24:48 -05:00

40 lines
1.0 KiB
Plaintext

# Kconfig - AIO/Comparator configuration options
#
#
# Copyright (c) 2015 Intel Corporation
#
# 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# 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.
#
#
# AIO/Comparator options
#
menuconfig AIO_COMPARATOR
bool
prompt "AIO/Comparator Configuration"
default n
config AIO_DW_COMPARATOR
bool "Enable DesignWare AIO/comparator driver"
default n
depends on AIO_COMPARATOR
help
DesignWare AIO/Comparator driver.
config AIO_DW_COMPARATOR_BASE_ADDR
hex "Base address for DesignWare AIO/comparator"
depends on AIO_DW_COMPARATOR
help
Base address for memory mapped registers.