blob: c1c30907c31f42cbf81123e48a4ba918b972f8c4 [file] [log] [blame]
Kyösti Mälkki970ad702014-02-15 13:58:01 +02001# This should default to N and be set by SuperI/O drivers that have an UART
2config HAVE_UART_IO_MAPPED
3 bool
4 depends on !ARCH_ARMV7
5 default y if ARCH_X86
6
7config HAVE_UART_MEMORY_MAPPED
8 bool
9 default n
10
11config HAVE_UART_SPECIAL
12 bool
13 default n
14