diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2012-04-15 09:50:51 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2012-04-15 09:50:51 +0000 |
commit | 9ce5247c0b701bc731a3204c8c74290442051c00 (patch) | |
tree | 98127db25273db80844514ba08f38c967422dd90 /target | |
parent | 3210600078a8ac1af315c04542eb7e2267ac8805 (diff) | |
download | upstream-9ce5247c0b701bc731a3204c8c74290442051c00.tar.gz upstream-9ce5247c0b701bc731a3204c8c74290442051c00.tar.bz2 upstream-9ce5247c0b701bc731a3204c8c74290442051c00.zip |
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')
-rw-r--r-- | target/linux/at91/config-default | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/at91/config-default b/target/linux/at91/config-default index 24a90b8c40..29c72347eb 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 |