blob: c1c30907c31f42cbf81123e48a4ba918b972f8c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# This should default to N and be set by SuperI/O drivers that have an UART
config HAVE_UART_IO_MAPPED
bool
depends on !ARCH_ARMV7
default y if ARCH_X86
config HAVE_UART_MEMORY_MAPPED
bool
default n
config HAVE_UART_SPECIAL
bool
default n
|