#
# FX UART support on FX system only 
#

if FXMODULE

comment "FX UART"

config FX_UART
	tristate "FX UART"
	---help---
	  It is fx uart driver .

config NARUTO_PRINTER_UI
	bool "FX NARUTO UI support"
	depends on FX_UART
	default n
	---help---
	  This option will compile in NARUTO UI support .
endif
