#
# rts_ipcam misc driver configuration
#

menu "Realtek IPCam misc drivers"

config DBG_IOMEM
	tristate "IOMEM Driver for debug"
	help
	  If this driver is compiled as a module, it will be named dbg_iomem.

config DBG_IOMEM_DMATEST
	bool "IOMEM DMA Test"
	depends on DBG_IOMEM
	help
	  Use IOMEM to test DMA

config ENTER_KGDB_BY_GPIO
	tristate "Enter kgdb utility"
	default y
	depends on KGDB
	help
	  This enable entering kgdb by pulling up gpio. This is useful when
	  we can't access board by uart.

if ENTER_KGDB_BY_GPIO
	config KGDB_GPIO_NUM
		int "KGDB_GPIO_NUM(1-16)"
		range 1 16
		default "5"
endif

config RLX_PCMON
	tristate "Performance counter monitor"
	depends on CPU_RLX
	help
	  Performance counter monitor driver

config CAPE_REALTEK
        tristate "Realtek cape support"
        depends on OF_OVERLAY
        help
          Say Y here to include support for realtek capes

config RTS_DDRLOCK
	tristate "DDR lock support"
	help
	  Say Y here to include support for DDR lock

endmenu

