2015-05-21 00:40:39 +08:00
|
|
|
# Kconfig - serial driver configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2014-2015 Wind River Systems, Inc.
|
|
|
|
#
|
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-08-12 11:22:49 +08:00
|
|
|
menuconfig SERIAL
|
|
|
|
bool
|
|
|
|
prompt "Serial Drivers"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Enable options for serial drivers.
|
2015-05-21 00:40:39 +08:00
|
|
|
|
2015-08-12 11:22:49 +08:00
|
|
|
if SERIAL
|
2015-05-26 22:25:55 +08:00
|
|
|
|
2015-08-13 01:33:56 +08:00
|
|
|
config SERIAL_HAS_DRIVER
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This is an option to be enabled by individual serial driver
|
|
|
|
to signal that there is a serial driver. This is being used
|
|
|
|
by other drivers which are dependent on serial.
|
|
|
|
|
2015-06-20 21:52:12 +08:00
|
|
|
menu "Serial Port Options"
|
|
|
|
|
|
|
|
config SERIAL_INTERRUPT_LEVEL
|
|
|
|
bool "Serial interrupt level"
|
2015-08-08 08:31:55 +08:00
|
|
|
depends on IOAPIC
|
2015-06-20 21:52:12 +08:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Option signifies that the serial controller uses level interrupts
|
|
|
|
instead of edge
|
|
|
|
|
|
|
|
config SERIAL_INTERRUPT_LOW
|
|
|
|
bool "Serial interrupt low"
|
2015-08-08 08:31:55 +08:00
|
|
|
depends on IOAPIC
|
2015-06-20 21:52:12 +08:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
Option signifies that the serial controller uses low level interrupts
|
|
|
|
instead of high
|
|
|
|
|
2015-09-04 21:25:55 +08:00
|
|
|
config UART_INTERRUPT_DRIVEN
|
|
|
|
bool
|
|
|
|
prompt "Interrupt driven UART support"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This option enables interrupt support for UART allowing console
|
|
|
|
input and UART based drivers.
|
2015-06-20 21:52:12 +08:00
|
|
|
endmenu
|
|
|
|
|
2015-12-02 00:42:19 +08:00
|
|
|
source "drivers/serial/Kconfig.ns16550"
|
2015-08-06 03:13:36 +08:00
|
|
|
|
2015-12-02 00:42:19 +08:00
|
|
|
source "drivers/serial/Kconfig.k20"
|
2015-03-19 06:24:43 +08:00
|
|
|
|
2015-05-26 22:25:55 +08:00
|
|
|
config STELLARIS_UART
|
2015-05-26 20:21:59 +08:00
|
|
|
bool "Stellaris serial driver"
|
2015-03-19 06:24:43 +08:00
|
|
|
default n
|
2015-08-13 01:33:56 +08:00
|
|
|
select SERIAL_HAS_DRIVER
|
2015-03-19 06:24:43 +08:00
|
|
|
help
|
|
|
|
This option enables the Stellaris serial driver.
|
|
|
|
This specific driver can be used for the serial hardware
|
2015-07-27 23:02:41 +08:00
|
|
|
available at the Texas Instrument LM3S6965 platform.
|
2015-05-05 23:12:02 +08:00
|
|
|
|
2015-05-26 22:25:55 +08:00
|
|
|
|
2015-08-06 03:13:36 +08:00
|
|
|
config UART_PORT_0_NAME
|
|
|
|
string
|
|
|
|
default "UART_0"
|
|
|
|
help
|
|
|
|
This is the device name for UART, and is included in the device
|
|
|
|
struct.
|
|
|
|
|
|
|
|
config UART_PORT_1_NAME
|
|
|
|
string
|
|
|
|
default "UART_1"
|
|
|
|
help
|
|
|
|
This is the device name for UART, and is included in the device
|
|
|
|
struct.
|
|
|
|
|
|
|
|
config UART_PORT_2_NAME
|
|
|
|
string
|
|
|
|
default "UART_2"
|
|
|
|
help
|
|
|
|
This is the device name for UART, and is included in the device
|
|
|
|
struct.
|
|
|
|
|
|
|
|
config UART_PORT_3_NAME
|
|
|
|
string
|
|
|
|
default "UART_3"
|
|
|
|
help
|
|
|
|
This is the device name for UART, and is included in the device
|
|
|
|
struct.
|
|
|
|
|
|
|
|
config UART_PORT_4_NAME
|
|
|
|
string
|
|
|
|
default "UART_4"
|
|
|
|
help
|
|
|
|
This is the device name for UART, and is included in the device
|
|
|
|
struct.
|
|
|
|
|
|
|
|
config UART_PORT_5_NAME
|
|
|
|
string
|
|
|
|
default "UART_5"
|
|
|
|
help
|
|
|
|
This is the device name for UART, and is included in the device
|
|
|
|
struct.
|
|
|
|
|
|
|
|
config UART_PORT_6_NAME
|
|
|
|
string
|
|
|
|
default "UART_6"
|
|
|
|
help
|
|
|
|
This is the device name for UART, and is included in the device
|
|
|
|
struct.
|
|
|
|
|
|
|
|
config UART_PORT_7_NAME
|
|
|
|
string
|
|
|
|
default "UART_7"
|
|
|
|
help
|
|
|
|
This is the device name for UART, and is included in the device
|
|
|
|
struct.
|
|
|
|
|
2015-08-12 11:22:49 +08:00
|
|
|
endif
|