summaryrefslogtreecommitdiffstats
path: root/target/linux/at91
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-15 09:50:51 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-15 09:50:51 +0000
commit4237832ef0d600d6cd97c3b639f55cf3c66057cf (patch)
tree98127db25273db80844514ba08f38c967422dd90 /target/linux/at91
parent6f210a8c76f7dde7bb7656ed6a79ff903f8fd5b3 (diff)
at91: Missing kernel config symbols for AT91 target platform
I looked into buildbot snapshots and noticed that some platforms have not successfully compiled for a long time. One example is at91, which seems to be missing device-related kernel config symbols and the snapshot build crashes already there. Please find attached a patch that makes the at91 kernel config and build to succeed again. Signed off by: hannu.nyman@iki.fi git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31288 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91')
-rw-r--r--target/linux/at91/config-default8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/at91/config-default b/target/linux/at91/config-default
index 24a90b8c4..29c72347e 100644
--- a/target/linux/at91/config-default
+++ b/target/linux/at91/config-default
@@ -3,6 +3,7 @@ CONFIG_ALIGNMENT_TRAP=y
CONFIG_ARCH_AT91=y
# CONFIG_ARCH_AT91CAP9 is not set
# CONFIG_ARCH_AT91RM9200 is not set
+# CONFIG_ARCH_AT91RM9200DK is not set
# CONFIG_ARCH_AT91SAM9260 is not set
# CONFIG_ARCH_AT91SAM9261 is not set
# CONFIG_ARCH_AT91SAM9263 is not set
@@ -100,13 +101,17 @@ CONFIG_HAVE_PROC_CPU=y
# CONFIG_LEDS_GPIO is not set
CONFIG_MACB=y
# CONFIG_MACH_ACMENETUSFOXG20 is not set
+# CONFIG_MACH_AT91RM9200EK is not set
# CONFIG_MACH_AT91SAM9G20EK is not set
# CONFIG_MACH_AT91SAM9G20EK_2MMC is not set
# CONFIG_MACH_CPU9G20 is not set
+# CONFIG_MACH_CSB337 is not set
# CONFIG_MACH_GSIA18S is not set
# CONFIG_MACH_NETUS_FOXBOARD is not set
+# CONFIG_MACH_ONEARM is not set
# CONFIG_MACH_PCONTROL_G20 is not set
# CONFIG_MACH_PORTUXG20 is not set
+# CONFIG_MACH_SNAPPER_9260 is not set
# CONFIG_MACH_STAMP9G20 is not set
# CONFIG_MFD_T7L66XB is not set
# CONFIG_MII is not set
@@ -184,11 +189,14 @@ CONFIG_USB_GADGET_AT91=y
# CONFIG_USB_GADGET_OMAP is not set
# CONFIG_USB_GADGET_PXA25X is not set
# CONFIG_USB_GADGET_PXA27X is not set
+# CONFIG_USB_GADGET_PXA_U2O is not set
# CONFIG_USB_GADGET_R8A66597 is not set
# CONFIG_USB_GADGET_S3C2410 is not set
# CONFIG_USB_GADGET_S3C_HSOTG is not set
CONFIG_USB_GADGET_SELECTED=y
CONFIG_USB_GADGET_VBUS_DRAW=2
+# CONFIG_USB_G_DBGP is not set
+# CONFIG_USB_G_NCM is not set
# CONFIG_USB_G_PRINTER is not set
# CONFIG_USB_G_SERIAL is not set
# CONFIG_USB_MIDI_GADGET is not set