# Ktuyaconf

menuconfig ENABLE_UART
    bool "ENABLE_UART: support uart"
    default n
    if (ENABLE_UART)	
    	config ENABLE_UART_INTERRUPT
		    bool "ENABLE_UART_INTERRUPT: support uart interrupt tx/rx"
		    default n
	endif


