Skip to content

Commit

Permalink
kovan: Add usbtest to defconfig
Browse files Browse the repository at this point in the history
This will be used in the factory to verify the microUSB and onboard
connectors are soldered properly.
  • Loading branch information
Sean Cross committed May 31, 2012
1 parent e8e57f9 commit 0fedbc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm/configs/kovan_defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.34
# Fri Apr 20 13:57:32 2012
# Thu May 31 13:35:53 2012
#
CONFIG_ARM=y
CONFIG_HAVE_PWM=y
Expand Down Expand Up @@ -361,7 +361,7 @@ CONFIG_ALIGNMENT_TRAP=y
#
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyS0,115200 mem=128M uart_dma sysrq_always_enabled rootfstype=ext3 rw consoleblank=0"
CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyS0,115200 mem=128M uart_dma sysrq_always_enabled rootfstype=ext4 rw consoleblank=0"
# CONFIG_XIP_KERNEL is not set
CONFIG_KEXEC=y
CONFIG_ATAGS_PROC=y
Expand Down Expand Up @@ -1723,7 +1723,7 @@ CONFIG_USB_LIBUSUAL=y
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
CONFIG_USB_TEST=m
# CONFIG_USB_ISIGHTFW is not set
CONFIG_USB_GADGET=y
# CONFIG_USB_GADGET_DEBUG is not set
Expand All @@ -1741,7 +1741,7 @@ CONFIG_USB_GADGET_SELECTED=y
# CONFIG_USB_GADGET_PXA27X is not set
CONFIG_USB_GADGET_PXA_U2O=y
CONFIG_USB_PXA_U2O=y
# CONFIG_USB_COMPOSITE is not set
CONFIG_USB_COMPOSITE=y
CONFIG_USB_OTG_PXA3XX=y
# CONFIG_USB_GADGET_S3C_HSOTG is not set
# CONFIG_USB_GADGET_IMX is not set
Expand Down

0 comments on commit 0fedbc8

Please sign in to comment.