blob: 3bfde289b0f2b1244a35e6e5a2c848c777030fe1 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | mainmenu "AVR-IOE usartecho configuration"
# We need CONFIG_IOPORTS, but we don't care about anything else.
config USART_ECHO_DEFAULTS
	bool
	default y
	select CONFIG_USART
	select CONFIG_USART_OUTPUT_BUFFER
	depends on ! CONFIG_USART_INPUT_BUFFER
source "../../ioe.Kconfig"
 |