#
# OSAL UDM configuration
#

menuconfig OSAL_UDIF
	tristate  "OSAL UDM Support"
	default n
	help
	  "OS abstraction layer, for Unified Driver Module (I/F)"

if OSAL_UDIF

config OSAL_UDIF_THREAD
	bool "Registing drivers works on each kernel thread"
	default y

config OSAL_UDIF_ERROR_PRINT
	bool "Enable to print when error is detected"
	default y

endif
