Revision f93c7c5aab8d5efaf99c88c8452d9303baabc89b authored by jacmet@sunsite.dk on 28 September 2007, 14:21:15 UTC, committed by Kumar Gala on 28 September 2007, 15:26:48 UTC
Setup dr_mode for USB-DR to peripheral as the default (host mode) doesn't make
much sense for the mini-AB connector on the ITX board.

Peripheral mode is preferable to OTG as the fsl_usb2_udc.c driver doesn't yet
properly support it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1 parent 39db0fd
Raw File
Makefile
obj-$(CONFIG_OPROFILE) += oprofile.o

DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
		oprof.o cpu_buffer.o buffer_sync.o \
		event_buffer.o oprofile_files.o \
		oprofilefs.o oprofile_stats.o \
		timer_int.o )

profdrvr-y				:= op_model_null.o

oprofile-y				:= $(DRIVER_OBJS) $(profdrvr-y)

back to top