#
# Amlogic jtag configuration
#

menuconfig AMLOGIC_JTAG
	bool "Amlogic JTAG Support"
	default n
	help
		Say Y here to enable jtag support.
		This option alone does not add any
		kernel code. Ability to debug the
		system using jtag

if AMLOGIC_JTAG

config	AMLOGIC_JTAG_MESON
	tristate "meson jtag setup driver"
	default n
	help
		This option enables support jtag setup.
		Enable this option to allow setup jtag
		with uboot parameter. Ability to debug
		the system using jtag

endif
