53 lines
1.4 KiB
Plaintext
53 lines
1.4 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_DEV_NAME
|
|
string "Device name for DesignWare AIO/comparator"
|
|
default "AIO_CMP"
|
|
depends on AIO_DW_COMPARATOR
|
|
help
|
|
Device name for the DesignWare AIO/comparator.
|
|
|
|
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.
|
|
|
|
config AIO_DW_COMPARATOR_IRQ_PRI
|
|
int "IRQ Priority for DesignWare AIO/comparator"
|
|
default 3
|
|
depends on AIO_DW_COMPARATOR
|
|
help
|
|
IRQ Priority for the DesignWare AIO/comparator.
|