]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kconfig: add board Kconfig and defconfig files
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 30 Jul 2014 05:08:14 +0000 (14:08 +0900)
committerTom Rini <trini@ti.com>
Wed, 30 Jul 2014 12:48:01 +0000 (08:48 -0400)
commitdd84058d24ff54d6b32818ffe44aeb4bba2cfae6
tree40ccd709d1c0ada01996d6f5e2d1ad870f70650e
parent0a9064fb47bb0a239c04b0b63edebfdd3a201fdc
kconfig: add board Kconfig and defconfig files

This commit adds:
 - arch/${ARCH}/Kconfig
    provide a menu to select target boards
 - board/${VENDOR}/${BOARD}/Kconfig or board/${BOARD}/Kconfig
    set CONFIG macros to the appropriate values for each board
 - configs/${TARGET_BOARD}_defconfig
    default setting of each board

(This commit was automatically generated by a conversion script
based on boards.cfg)

In Linux Kernel, defconfig files are located under
arch/${ARCH}/configs/ directory.
It works in Linux Kernel since ARCH is always given from the
command line for cross compile.

But in U-Boot, ARCH is not given from the command line.
Which means we cannot know ARCH until the board configuration is done.
That is why all the "*_defconfig" files should be gathered into a
single directory ./configs/.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
1764 files changed:
arch/arc/Kconfig [new file with mode: 0644]
arch/arm/Kconfig [new file with mode: 0644]
arch/avr32/Kconfig [new file with mode: 0644]
arch/blackfin/Kconfig [new file with mode: 0644]
arch/m68k/Kconfig [new file with mode: 0644]
arch/microblaze/Kconfig [new file with mode: 0644]
arch/mips/Kconfig [new file with mode: 0644]
arch/nds32/Kconfig [new file with mode: 0644]
arch/nios2/Kconfig [new file with mode: 0644]
arch/openrisc/Kconfig [new file with mode: 0644]
arch/powerpc/Kconfig [new file with mode: 0644]
arch/powerpc/cpu/74xx_7xx/Kconfig [new file with mode: 0644]
arch/powerpc/cpu/mpc512x/Kconfig [new file with mode: 0644]
arch/powerpc/cpu/mpc5xx/Kconfig [new file with mode: 0644]
arch/powerpc/cpu/mpc5xxx/Kconfig [new file with mode: 0644]
arch/powerpc/cpu/mpc824x/Kconfig [new file with mode: 0644]
arch/powerpc/cpu/mpc8260/Kconfig [new file with mode: 0644]
arch/powerpc/cpu/mpc83xx/Kconfig [new file with mode: 0644]
arch/powerpc/cpu/mpc85xx/Kconfig [new file with mode: 0644]
arch/powerpc/cpu/mpc86xx/Kconfig [new file with mode: 0644]
arch/powerpc/cpu/mpc8xx/Kconfig [new file with mode: 0644]
arch/powerpc/cpu/ppc4xx/Kconfig [new file with mode: 0644]
arch/sandbox/Kconfig [new file with mode: 0644]
arch/sh/Kconfig [new file with mode: 0644]
arch/sparc/Kconfig [new file with mode: 0644]
arch/x86/Kconfig [new file with mode: 0644]
board/8dtech/eco5pk/Kconfig [new file with mode: 0644]
board/AndesTech/adp-ag101/Kconfig [new file with mode: 0644]
board/AndesTech/adp-ag101p/Kconfig [new file with mode: 0644]
board/AndesTech/adp-ag102/Kconfig [new file with mode: 0644]
board/Barix/ipam390/Kconfig [new file with mode: 0644]
board/BuR/kwb/Kconfig [new file with mode: 0644]
board/BuR/tseries/Kconfig [new file with mode: 0644]
board/BuS/eb_cpu5282/Kconfig [new file with mode: 0644]
board/BuS/eb_cpux9k2/Kconfig [new file with mode: 0644]
board/BuS/vl_ma2sc/Kconfig [new file with mode: 0644]
board/CarMediaLab/flea3/Kconfig [new file with mode: 0644]
board/LEOX/elpt860/Kconfig [new file with mode: 0644]
board/LaCie/edminiv2/Kconfig [new file with mode: 0644]
board/LaCie/net2big_v2/Kconfig [new file with mode: 0644]
board/LaCie/netspace_v2/Kconfig [new file with mode: 0644]
board/LaCie/wireless_space/Kconfig [new file with mode: 0644]
board/Marvell/aspenite/Kconfig [new file with mode: 0644]
board/Marvell/db64360/Kconfig [new file with mode: 0644]
board/Marvell/db64460/Kconfig [new file with mode: 0644]
board/Marvell/dkb/Kconfig [new file with mode: 0644]
board/Marvell/dreamplug/Kconfig [new file with mode: 0644]
board/Marvell/gplugd/Kconfig [new file with mode: 0644]
board/Marvell/guruplug/Kconfig [new file with mode: 0644]
board/Marvell/mv88f6281gtw_ge/Kconfig [new file with mode: 0644]
board/Marvell/openrd/Kconfig [new file with mode: 0644]
board/Marvell/rd6281a/Kconfig [new file with mode: 0644]
board/Marvell/sheevaplug/Kconfig [new file with mode: 0644]
board/RRvision/Kconfig [new file with mode: 0644]
board/Seagate/dockstar/Kconfig [new file with mode: 0644]
board/Seagate/goflexhome/Kconfig [new file with mode: 0644]
board/a3000/Kconfig [new file with mode: 0644]
board/a3m071/Kconfig [new file with mode: 0644]
board/a4m072/Kconfig [new file with mode: 0644]
board/abilis/tb100/Kconfig [new file with mode: 0644]
board/afeb9260/Kconfig [new file with mode: 0644]
board/ait/cam_enc_4xx/Kconfig [new file with mode: 0644]
board/alphaproject/ap_sh4a_4a/Kconfig [new file with mode: 0644]
board/altera/nios2-generic/Kconfig [new file with mode: 0644]
board/altera/socfpga/Kconfig [new file with mode: 0644]
board/amcc/acadia/Kconfig [new file with mode: 0644]
board/amcc/bamboo/Kconfig [new file with mode: 0644]
board/amcc/bluestone/Kconfig [new file with mode: 0644]
board/amcc/bubinga/Kconfig [new file with mode: 0644]
board/amcc/canyonlands/Kconfig [new file with mode: 0644]
board/amcc/ebony/Kconfig [new file with mode: 0644]
board/amcc/katmai/Kconfig [new file with mode: 0644]
board/amcc/kilauea/Kconfig [new file with mode: 0644]
board/amcc/luan/Kconfig [new file with mode: 0644]
board/amcc/makalu/Kconfig [new file with mode: 0644]
board/amcc/ocotea/Kconfig [new file with mode: 0644]
board/amcc/redwood/Kconfig [new file with mode: 0644]
board/amcc/sequoia/Kconfig [new file with mode: 0644]
board/amcc/taihu/Kconfig [new file with mode: 0644]
board/amcc/taishan/Kconfig [new file with mode: 0644]
board/amcc/walnut/Kconfig [new file with mode: 0644]
board/amcc/yosemite/Kconfig [new file with mode: 0644]
board/amcc/yucca/Kconfig [new file with mode: 0644]
board/armadeus/apf27/Kconfig [new file with mode: 0644]
board/armltd/integrator/Kconfig [new file with mode: 0644]
board/armltd/versatile/Kconfig [new file with mode: 0644]
board/armltd/vexpress/Kconfig [new file with mode: 0644]
board/armltd/vexpress64/Kconfig [new file with mode: 0644]
board/astro/mcf5373l/Kconfig [new file with mode: 0644]
board/atc/Kconfig [new file with mode: 0644]
board/atmark-techno/armadillo-800eva/Kconfig [new file with mode: 0644]
board/atmel/at91rm9200ek/Kconfig [new file with mode: 0644]
board/atmel/at91sam9260ek/Kconfig [new file with mode: 0644]
board/atmel/at91sam9261ek/Kconfig [new file with mode: 0644]
board/atmel/at91sam9263ek/Kconfig [new file with mode: 0644]
board/atmel/at91sam9m10g45ek/Kconfig [new file with mode: 0644]
board/atmel/at91sam9n12ek/Kconfig [new file with mode: 0644]
board/atmel/at91sam9rlek/Kconfig [new file with mode: 0644]
board/atmel/at91sam9x5ek/Kconfig [new file with mode: 0644]
board/atmel/atngw100/Kconfig [new file with mode: 0644]
board/atmel/atngw100mkii/Kconfig [new file with mode: 0644]
board/atmel/atstk1000/Kconfig [new file with mode: 0644]
board/atmel/sama5d3_xplained/Kconfig [new file with mode: 0644]
board/atmel/sama5d3xek/Kconfig [new file with mode: 0644]
board/avionic-design/medcom-wide/Kconfig [new file with mode: 0644]
board/avionic-design/plutux/Kconfig [new file with mode: 0644]
board/avionic-design/tec-ng/Kconfig [new file with mode: 0644]
board/avionic-design/tec/Kconfig [new file with mode: 0644]
board/avnet/fx12mm/Kconfig [new file with mode: 0644]
board/avnet/v5fx30teval/Kconfig [new file with mode: 0644]
board/balloon3/Kconfig [new file with mode: 0644]
board/barco/titanium/Kconfig [new file with mode: 0644]
board/bc3450/Kconfig [new file with mode: 0644]
board/bct-brettl2/Kconfig [new file with mode: 0644]
board/bf506f-ezkit/Kconfig [new file with mode: 0644]
board/bf518f-ezbrd/Kconfig [new file with mode: 0644]
board/bf525-ucr2/Kconfig [new file with mode: 0644]
board/bf526-ezbrd/Kconfig [new file with mode: 0644]
board/bf527-ad7160-eval/Kconfig [new file with mode: 0644]
board/bf527-ezkit/Kconfig [new file with mode: 0644]
board/bf527-sdp/Kconfig [new file with mode: 0644]
board/bf533-ezkit/Kconfig [new file with mode: 0644]
board/bf533-stamp/Kconfig [new file with mode: 0644]
board/bf537-minotaur/Kconfig [new file with mode: 0644]
board/bf537-pnav/Kconfig [new file with mode: 0644]
board/bf537-srv1/Kconfig [new file with mode: 0644]
board/bf537-stamp/Kconfig [new file with mode: 0644]
board/bf538f-ezkit/Kconfig [new file with mode: 0644]
board/bf548-ezkit/Kconfig [new file with mode: 0644]
board/bf561-acvilon/Kconfig [new file with mode: 0644]
board/bf561-ezkit/Kconfig [new file with mode: 0644]
board/bf609-ezkit/Kconfig [new file with mode: 0644]
board/blackstamp/Kconfig [new file with mode: 0644]
board/blackvme/Kconfig [new file with mode: 0644]
board/bluegiga/apx4devkit/Kconfig [new file with mode: 0644]
board/bluewater/snapper9260/Kconfig [new file with mode: 0644]
board/boundary/nitrogen6x/Kconfig [new file with mode: 0644]
board/br4/Kconfig [new file with mode: 0644]
board/broadcom/bcm28155_ap/Kconfig [new file with mode: 0644]
board/buffalo/lsxl/Kconfig [new file with mode: 0644]
board/calao/sbc35_a9g20/Kconfig [new file with mode: 0644]
board/calao/tny_a9260/Kconfig [new file with mode: 0644]
board/calao/usb_a9263/Kconfig [new file with mode: 0644]
board/canmb/Kconfig [new file with mode: 0644]
board/chromebook-x86/coreboot/Kconfig [new file with mode: 0644]
board/cirrus/edb93xx/Kconfig [new file with mode: 0644]
board/cloudengines/pogo_e02/Kconfig [new file with mode: 0644]
board/cm-bf527/Kconfig [new file with mode: 0644]
board/cm-bf533/Kconfig [new file with mode: 0644]
board/cm-bf537e/Kconfig [new file with mode: 0644]
board/cm-bf537u/Kconfig [new file with mode: 0644]
board/cm-bf548/Kconfig [new file with mode: 0644]
board/cm-bf561/Kconfig [new file with mode: 0644]
board/cm4008/Kconfig [new file with mode: 0644]
board/cm41xx/Kconfig [new file with mode: 0644]
board/cm5200/Kconfig [new file with mode: 0644]
board/cmi/Kconfig [new file with mode: 0644]
board/cobra5272/Kconfig [new file with mode: 0644]
board/cogent/Kconfig [new file with mode: 0644]
board/comelit/dig297/Kconfig [new file with mode: 0644]
board/compal/paz00/Kconfig [new file with mode: 0644]
board/compulab/cm_t335/Kconfig [new file with mode: 0644]
board/compulab/cm_t35/Kconfig [new file with mode: 0644]
board/compulab/cm_t54/Kconfig [new file with mode: 0644]
board/compulab/trimslice/Kconfig [new file with mode: 0644]
board/congatec/cgtqmx6eval/Kconfig [new file with mode: 0644]
board/corscience/tricorder/Kconfig [new file with mode: 0644]
board/cpc45/Kconfig [new file with mode: 0644]
board/cpu86/Kconfig [new file with mode: 0644]
board/cpu87/Kconfig [new file with mode: 0644]
board/cray/L1/Kconfig [new file with mode: 0644]
board/creative/xfi3/Kconfig [new file with mode: 0644]
board/csb272/Kconfig [new file with mode: 0644]
board/csb472/Kconfig [new file with mode: 0644]
board/cu824/Kconfig [new file with mode: 0644]
board/d-link/dns325/Kconfig [new file with mode: 0644]
board/dave/PPChameleonEVB/Kconfig [new file with mode: 0644]
board/davedenx/aria/Kconfig [new file with mode: 0644]
board/davedenx/qong/Kconfig [new file with mode: 0644]
board/davinci/da8xxevm/Kconfig [new file with mode: 0644]
board/davinci/dm355evm/Kconfig [new file with mode: 0644]
board/davinci/dm355leopard/Kconfig [new file with mode: 0644]
board/davinci/dm365evm/Kconfig [new file with mode: 0644]
board/davinci/dm6467evm/Kconfig [new file with mode: 0644]
board/davinci/dvevm/Kconfig [new file with mode: 0644]
board/davinci/ea20/Kconfig [new file with mode: 0644]
board/davinci/schmoogie/Kconfig [new file with mode: 0644]
board/davinci/sffsdr/Kconfig [new file with mode: 0644]
board/davinci/sonata/Kconfig [new file with mode: 0644]
board/dbau1x00/Kconfig [new file with mode: 0644]
board/denx/m28evk/Kconfig [new file with mode: 0644]
board/denx/m53evk/Kconfig [new file with mode: 0644]
board/dnp5370/Kconfig [new file with mode: 0644]
board/eXalion/Kconfig [new file with mode: 0644]
board/earthlcd/favr-32-ezkit/Kconfig [new file with mode: 0644]
board/egnite/ethernut5/Kconfig [new file with mode: 0644]
board/eltec/elppc/Kconfig [new file with mode: 0644]
board/eltec/mhpc/Kconfig [new file with mode: 0644]
board/embest/mx6boards/Kconfig [new file with mode: 0644]
board/emk/top5200/Kconfig [new file with mode: 0644]
board/emk/top860/Kconfig [new file with mode: 0644]
board/emk/top9000/Kconfig [new file with mode: 0644]
board/enbw/enbw_cmc/Kconfig [new file with mode: 0644]
board/ep8260/Kconfig [new file with mode: 0644]
board/ep82xxm/Kconfig [new file with mode: 0644]
board/esd/apc405/Kconfig [new file with mode: 0644]
board/esd/ar405/Kconfig [new file with mode: 0644]
board/esd/ash405/Kconfig [new file with mode: 0644]
board/esd/cms700/Kconfig [new file with mode: 0644]
board/esd/cpci2dp/Kconfig [new file with mode: 0644]
board/esd/cpci405/Kconfig [new file with mode: 0644]
board/esd/cpci5200/Kconfig [new file with mode: 0644]
board/esd/cpci750/Kconfig [new file with mode: 0644]
board/esd/cpciiser4/Kconfig [new file with mode: 0644]
board/esd/dp405/Kconfig [new file with mode: 0644]
board/esd/du405/Kconfig [new file with mode: 0644]
board/esd/du440/Kconfig [new file with mode: 0644]
board/esd/hh405/Kconfig [new file with mode: 0644]
board/esd/hub405/Kconfig [new file with mode: 0644]
board/esd/mecp5123/Kconfig [new file with mode: 0644]
board/esd/mecp5200/Kconfig [new file with mode: 0644]
board/esd/meesc/Kconfig [new file with mode: 0644]
board/esd/ocrtc/Kconfig [new file with mode: 0644]
board/esd/otc570/Kconfig [new file with mode: 0644]
board/esd/pci405/Kconfig [new file with mode: 0644]
board/esd/pf5200/Kconfig [new file with mode: 0644]
board/esd/plu405/Kconfig [new file with mode: 0644]
board/esd/pmc405/Kconfig [new file with mode: 0644]
board/esd/pmc405de/Kconfig [new file with mode: 0644]
board/esd/pmc440/Kconfig [new file with mode: 0644]
board/esd/tasreg/Kconfig [new file with mode: 0644]
board/esd/vme8349/Kconfig [new file with mode: 0644]
board/esd/voh405/Kconfig [new file with mode: 0644]
board/esd/vom405/Kconfig [new file with mode: 0644]
board/esd/wuh405/Kconfig [new file with mode: 0644]
board/esg/ima3-mx53/Kconfig [new file with mode: 0644]
board/espt/Kconfig [new file with mode: 0644]
board/esteem192e/Kconfig [new file with mode: 0644]
board/eukrea/cpu9260/Kconfig [new file with mode: 0644]
board/eukrea/cpuat91/Kconfig [new file with mode: 0644]
board/evb64260/Kconfig [new file with mode: 0644]
board/exmeritus/hww1u1a/Kconfig [new file with mode: 0644]
board/faraday/a320evb/Kconfig [new file with mode: 0644]
board/flagadm/Kconfig [new file with mode: 0644]
board/freescale/b4860qds/Kconfig [new file with mode: 0644]
board/freescale/bsc9131rdb/Kconfig [new file with mode: 0644]
board/freescale/bsc9132qds/Kconfig [new file with mode: 0644]
board/freescale/c29xpcie/Kconfig [new file with mode: 0644]
board/freescale/corenet_ds/Kconfig [new file with mode: 0644]
board/freescale/ls2085a/Kconfig [new file with mode: 0644]
board/freescale/m5208evbe/Kconfig [new file with mode: 0644]
board/freescale/m52277evb/Kconfig [new file with mode: 0644]
board/freescale/m5235evb/Kconfig [new file with mode: 0644]
board/freescale/m5249evb/Kconfig [new file with mode: 0644]
board/freescale/m5253demo/Kconfig [new file with mode: 0644]
board/freescale/m5253evbe/Kconfig [new file with mode: 0644]
board/freescale/m5272c3/Kconfig [new file with mode: 0644]
board/freescale/m5275evb/Kconfig [new file with mode: 0644]
board/freescale/m5282evb/Kconfig [new file with mode: 0644]
board/freescale/m53017evb/Kconfig [new file with mode: 0644]
board/freescale/m5329evb/Kconfig [new file with mode: 0644]
board/freescale/m5373evb/Kconfig [new file with mode: 0644]
board/freescale/m54418twr/Kconfig [new file with mode: 0644]
board/freescale/m54451evb/Kconfig [new file with mode: 0644]
board/freescale/m54455evb/Kconfig [new file with mode: 0644]
board/freescale/m547xevb/Kconfig [new file with mode: 0644]
board/freescale/m548xevb/Kconfig [new file with mode: 0644]
board/freescale/mpc5121ads/Kconfig [new file with mode: 0644]
board/freescale/mpc7448hpc2/Kconfig [new file with mode: 0644]
board/freescale/mpc8266ads/Kconfig [new file with mode: 0644]
board/freescale/mpc8308rdb/Kconfig [new file with mode: 0644]
board/freescale/mpc8313erdb/Kconfig [new file with mode: 0644]
board/freescale/mpc8315erdb/Kconfig [new file with mode: 0644]
board/freescale/mpc8323erdb/Kconfig [new file with mode: 0644]
board/freescale/mpc832xemds/Kconfig [new file with mode: 0644]
board/freescale/mpc8349emds/Kconfig [new file with mode: 0644]
board/freescale/mpc8349itx/Kconfig [new file with mode: 0644]
board/freescale/mpc8360emds/Kconfig [new file with mode: 0644]
board/freescale/mpc8360erdk/Kconfig [new file with mode: 0644]
board/freescale/mpc837xemds/Kconfig [new file with mode: 0644]
board/freescale/mpc837xerdb/Kconfig [new file with mode: 0644]
board/freescale/mpc8536ds/Kconfig [new file with mode: 0644]
board/freescale/mpc8540ads/Kconfig [new file with mode: 0644]
board/freescale/mpc8541cds/Kconfig [new file with mode: 0644]
board/freescale/mpc8544ds/Kconfig [new file with mode: 0644]
board/freescale/mpc8548cds/Kconfig [new file with mode: 0644]
board/freescale/mpc8555cds/Kconfig [new file with mode: 0644]
board/freescale/mpc8560ads/Kconfig [new file with mode: 0644]
board/freescale/mpc8568mds/Kconfig [new file with mode: 0644]
board/freescale/mpc8569mds/Kconfig [new file with mode: 0644]
board/freescale/mpc8572ds/Kconfig [new file with mode: 0644]
board/freescale/mpc8610hpcd/Kconfig [new file with mode: 0644]
board/freescale/mpc8641hpcn/Kconfig [new file with mode: 0644]
board/freescale/mx23evk/Kconfig [new file with mode: 0644]
board/freescale/mx25pdk/Kconfig [new file with mode: 0644]
board/freescale/mx28evk/Kconfig [new file with mode: 0644]
board/freescale/mx31ads/Kconfig [new file with mode: 0644]
board/freescale/mx31pdk/Kconfig [new file with mode: 0644]
board/freescale/mx35pdk/Kconfig [new file with mode: 0644]
board/freescale/mx51evk/Kconfig [new file with mode: 0644]
board/freescale/mx53ard/Kconfig [new file with mode: 0644]
board/freescale/mx53evk/Kconfig [new file with mode: 0644]
board/freescale/mx53loco/Kconfig [new file with mode: 0644]
board/freescale/mx53smd/Kconfig [new file with mode: 0644]
board/freescale/mx6qarm2/Kconfig [new file with mode: 0644]
board/freescale/mx6qsabreauto/Kconfig [new file with mode: 0644]
board/freescale/mx6sabresd/Kconfig [new file with mode: 0644]
board/freescale/mx6slevk/Kconfig [new file with mode: 0644]
board/freescale/p1010rdb/Kconfig [new file with mode: 0644]
board/freescale/p1022ds/Kconfig [new file with mode: 0644]
board/freescale/p1023rdb/Kconfig [new file with mode: 0644]
board/freescale/p1_p2_rdb/Kconfig [new file with mode: 0644]
board/freescale/p1_p2_rdb_pc/Kconfig [new file with mode: 0644]
board/freescale/p1_twr/Kconfig [new file with mode: 0644]
board/freescale/p2020come/Kconfig [new file with mode: 0644]
board/freescale/p2020ds/Kconfig [new file with mode: 0644]
board/freescale/p2041rdb/Kconfig [new file with mode: 0644]
board/freescale/qemu-ppce500/Kconfig [new file with mode: 0644]
board/freescale/t1040qds/Kconfig [new file with mode: 0644]
board/freescale/t104xrdb/Kconfig [new file with mode: 0644]
board/freescale/t208xqds/Kconfig [new file with mode: 0644]
board/freescale/t208xrdb/Kconfig [new file with mode: 0644]
board/freescale/t4qds/Kconfig [new file with mode: 0644]
board/freescale/t4rdb/Kconfig [new file with mode: 0644]
board/freescale/vf610twr/Kconfig [new file with mode: 0644]
board/funkwerk/vovpn-gw/Kconfig [new file with mode: 0644]
board/g2000/Kconfig [new file with mode: 0644]
board/gaisler/gr_cpci_ax2000/Kconfig [new file with mode: 0644]
board/gaisler/gr_ep2s60/Kconfig [new file with mode: 0644]
board/gaisler/gr_xc3s_1500/Kconfig [new file with mode: 0644]
board/gaisler/grsim/Kconfig [new file with mode: 0644]
board/gaisler/grsim_leon2/Kconfig [new file with mode: 0644]
board/galaxy5200/Kconfig [new file with mode: 0644]
board/gateworks/gw_ventana/Kconfig [new file with mode: 0644]
board/gdsys/405ep/Kconfig [new file with mode: 0644]
board/gdsys/405ex/Kconfig [new file with mode: 0644]
board/gdsys/dlvision/Kconfig [new file with mode: 0644]
board/gdsys/gdppc440etx/Kconfig [new file with mode: 0644]
board/gdsys/intip/Kconfig [new file with mode: 0644]
board/gdsys/p1022/Kconfig [new file with mode: 0644]
board/gen860t/Kconfig [new file with mode: 0644]
board/genesi/mx51_efikamx/Kconfig [new file with mode: 0644]
board/gumstix/duovero/Kconfig [new file with mode: 0644]
board/gumstix/pepper/Kconfig [new file with mode: 0644]
board/gw8260/Kconfig [new file with mode: 0644]
board/h2200/Kconfig [new file with mode: 0644]
board/hale/tt01/Kconfig [new file with mode: 0644]
board/hermes/Kconfig [new file with mode: 0644]
board/highbank/Kconfig [new file with mode: 0644]
board/htkw/mcx/Kconfig [new file with mode: 0644]
board/hymod/Kconfig [new file with mode: 0644]
board/ibf-dsp561/Kconfig [new file with mode: 0644]
board/icecube/Kconfig [new file with mode: 0644]
board/icpdas/lp8x4x/Kconfig [new file with mode: 0644]
board/icu862/Kconfig [new file with mode: 0644]
board/ids/ids8247/Kconfig [new file with mode: 0644]
board/ids/ids8313/Kconfig [new file with mode: 0644]
board/ifm/ac14xx/Kconfig [new file with mode: 0644]
board/ifm/o2dnt2/Kconfig [new file with mode: 0644]
board/imgtec/malta/Kconfig [new file with mode: 0644]
board/imx31_phycore/Kconfig [new file with mode: 0644]
board/in-circuit/grasshopper/Kconfig [new file with mode: 0644]
board/inka4x0/Kconfig [new file with mode: 0644]
board/intercontrol/digsy_mtc/Kconfig [new file with mode: 0644]
board/iomega/iconnect/Kconfig [new file with mode: 0644]
board/ip04/Kconfig [new file with mode: 0644]
board/ip860/Kconfig [new file with mode: 0644]
board/ipek01/Kconfig [new file with mode: 0644]
board/iphase4539/Kconfig [new file with mode: 0644]
board/isee/igep0033/Kconfig [new file with mode: 0644]
board/isee/igep00x0/Kconfig [new file with mode: 0644]
board/ivm/Kconfig [new file with mode: 0644]
board/jornada/Kconfig [new file with mode: 0644]
board/jse/Kconfig [new file with mode: 0644]
board/jupiter/Kconfig [new file with mode: 0644]
board/karo/tk71/Kconfig [new file with mode: 0644]
board/karo/tx25/Kconfig [new file with mode: 0644]
board/keymile/km82xx/Kconfig [new file with mode: 0644]
board/keymile/km83xx/Kconfig [new file with mode: 0644]
board/keymile/km_arm/Kconfig [new file with mode: 0644]
board/keymile/kmp204x/Kconfig [new file with mode: 0644]
board/kmc/kzm9g/Kconfig [new file with mode: 0644]
board/korat/Kconfig [new file with mode: 0644]
board/kup/kup4k/Kconfig [new file with mode: 0644]
board/kup/kup4x/Kconfig [new file with mode: 0644]
board/logicpd/am3517evm/Kconfig [new file with mode: 0644]
board/logicpd/imx27lite/Kconfig [new file with mode: 0644]
board/logicpd/imx31_litekit/Kconfig [new file with mode: 0644]
board/logicpd/omap3som/Kconfig [new file with mode: 0644]
board/logicpd/zoom1/Kconfig [new file with mode: 0644]
board/lwmon/Kconfig [new file with mode: 0644]
board/lwmon5/Kconfig [new file with mode: 0644]
board/manroland/hmi1001/Kconfig [new file with mode: 0644]
board/manroland/mucmc52/Kconfig [new file with mode: 0644]
board/manroland/uc100/Kconfig [new file with mode: 0644]
board/manroland/uc101/Kconfig [new file with mode: 0644]
board/matrix_vision/mergerbox/Kconfig [new file with mode: 0644]
board/matrix_vision/mvbc_p/Kconfig [new file with mode: 0644]
board/matrix_vision/mvblm7/Kconfig [new file with mode: 0644]
board/matrix_vision/mvblx/Kconfig [new file with mode: 0644]
board/matrix_vision/mvsmr/Kconfig [new file with mode: 0644]
board/mcc200/Kconfig [new file with mode: 0644]
board/micronas/vct/Kconfig [new file with mode: 0644]
board/mimc/mimc200/Kconfig [new file with mode: 0644]
board/miromico/hammerhead/Kconfig [new file with mode: 0644]
board/mosaixtech/icon/Kconfig [new file with mode: 0644]
board/motionpro/Kconfig [new file with mode: 0644]
board/mpc8308_p1m/Kconfig [new file with mode: 0644]
board/mpl/mip405/Kconfig [new file with mode: 0644]
board/mpl/pati/Kconfig [new file with mode: 0644]
board/mpl/pip405/Kconfig [new file with mode: 0644]
board/mpl/vcma9/Kconfig [new file with mode: 0644]
board/mpr2/Kconfig [new file with mode: 0644]
board/ms7720se/Kconfig [new file with mode: 0644]
board/ms7722se/Kconfig [new file with mode: 0644]
board/ms7750se/Kconfig [new file with mode: 0644]
board/muas3001/Kconfig [new file with mode: 0644]
board/munices/Kconfig [new file with mode: 0644]
board/musenki/Kconfig [new file with mode: 0644]
board/mvblue/Kconfig [new file with mode: 0644]
board/netvia/Kconfig [new file with mode: 0644]
board/nokia/rx51/Kconfig [new file with mode: 0644]
board/nvidia/beaver/Kconfig [new file with mode: 0644]
board/nvidia/cardhu/Kconfig [new file with mode: 0644]
board/nvidia/dalmore/Kconfig [new file with mode: 0644]
board/nvidia/harmony/Kconfig [new file with mode: 0644]
board/nvidia/jetson-tk1/Kconfig [new file with mode: 0644]
board/nvidia/seaboard/Kconfig [new file with mode: 0644]
board/nvidia/venice2/Kconfig [new file with mode: 0644]
board/nvidia/ventana/Kconfig [new file with mode: 0644]
board/nvidia/whistler/Kconfig [new file with mode: 0644]
board/olimex/mx23_olinuxino/Kconfig [new file with mode: 0644]
board/omicron/calimain/Kconfig [new file with mode: 0644]
board/openrisc/openrisc-generic/Kconfig [new file with mode: 0644]
board/overo/Kconfig [new file with mode: 0644]
board/palmld/Kconfig [new file with mode: 0644]
board/palmtc/Kconfig [new file with mode: 0644]
board/palmtreo680/Kconfig [new file with mode: 0644]
board/pandora/Kconfig [new file with mode: 0644]
board/pb1x00/Kconfig [new file with mode: 0644]
board/pcs440ep/Kconfig [new file with mode: 0644]
board/pdm360ng/Kconfig [new file with mode: 0644]
board/phytec/pcm030/Kconfig [new file with mode: 0644]
board/phytec/pcm051/Kconfig [new file with mode: 0644]
board/pm520/Kconfig [new file with mode: 0644]
board/pm826/Kconfig [new file with mode: 0644]
board/pm828/Kconfig [new file with mode: 0644]
board/ppcag/bg0900/Kconfig [new file with mode: 0644]
board/ppmc7xx/Kconfig [new file with mode: 0644]
board/ppmc8260/Kconfig [new file with mode: 0644]
board/pr1/Kconfig [new file with mode: 0644]
board/prodrive/alpr/Kconfig [new file with mode: 0644]
board/prodrive/p3mx/Kconfig [new file with mode: 0644]
board/prodrive/p3p440/Kconfig [new file with mode: 0644]
board/psyent/pci5441/Kconfig [new file with mode: 0644]
board/psyent/pk1c20/Kconfig [new file with mode: 0644]
board/pxa255_idp/Kconfig [new file with mode: 0644]
board/qemu-mips/Kconfig [new file with mode: 0644]
board/r360mpi/Kconfig [new file with mode: 0644]
board/raidsonic/ib62x0/Kconfig [new file with mode: 0644]
board/raspberrypi/rpi_b/Kconfig [new file with mode: 0644]
board/renesas/MigoR/Kconfig [new file with mode: 0644]
board/renesas/alt/Kconfig [new file with mode: 0644]
board/renesas/ap325rxa/Kconfig [new file with mode: 0644]
board/renesas/ecovec/Kconfig [new file with mode: 0644]
board/renesas/koelsch/Kconfig [new file with mode: 0644]
board/renesas/lager/Kconfig [new file with mode: 0644]
board/renesas/r0p7734/Kconfig [new file with mode: 0644]
board/renesas/r2dplus/Kconfig [new file with mode: 0644]
board/renesas/r7780mp/Kconfig [new file with mode: 0644]
board/renesas/rsk7203/Kconfig [new file with mode: 0644]
board/renesas/rsk7264/Kconfig [new file with mode: 0644]
board/renesas/rsk7269/Kconfig [new file with mode: 0644]
board/renesas/sh7752evb/Kconfig [new file with mode: 0644]
board/renesas/sh7753evb/Kconfig [new file with mode: 0644]
board/renesas/sh7757lcr/Kconfig [new file with mode: 0644]
board/renesas/sh7763rdp/Kconfig [new file with mode: 0644]
board/renesas/sh7785lcr/Kconfig [new file with mode: 0644]
board/ronetix/pm9261/Kconfig [new file with mode: 0644]
board/ronetix/pm9263/Kconfig [new file with mode: 0644]
board/ronetix/pm9g45/Kconfig [new file with mode: 0644]
board/sacsng/Kconfig [new file with mode: 0644]
board/samsung/arndale/Kconfig [new file with mode: 0644]
board/samsung/goni/Kconfig [new file with mode: 0644]
board/samsung/origen/Kconfig [new file with mode: 0644]
board/samsung/smdk2410/Kconfig [new file with mode: 0644]
board/samsung/smdk5250/Kconfig [new file with mode: 0644]
board/samsung/smdk5420/Kconfig [new file with mode: 0644]
board/samsung/smdkc100/Kconfig [new file with mode: 0644]
board/samsung/smdkv310/Kconfig [new file with mode: 0644]
board/samsung/trats/Kconfig [new file with mode: 0644]
board/samsung/trats2/Kconfig [new file with mode: 0644]
board/samsung/universal_c210/Kconfig [new file with mode: 0644]
board/sandburst/karef/Kconfig [new file with mode: 0644]
board/sandburst/metrobox/Kconfig [new file with mode: 0644]
board/sandisk/sansa_fuze_plus/Kconfig [new file with mode: 0644]
board/sandpoint/Kconfig [new file with mode: 0644]
board/sbc405/Kconfig [new file with mode: 0644]
board/sbc8349/Kconfig [new file with mode: 0644]
board/sbc8548/Kconfig [new file with mode: 0644]
board/sbc8641d/Kconfig [new file with mode: 0644]
board/sc3/Kconfig [new file with mode: 0644]
board/scb9328/Kconfig [new file with mode: 0644]
board/schulercontrol/sc_sps_1/Kconfig [new file with mode: 0644]
board/shmin/Kconfig [new file with mode: 0644]
board/siemens/corvus/Kconfig [new file with mode: 0644]
board/siemens/draco/Kconfig [new file with mode: 0644]
board/siemens/pxm2/Kconfig [new file with mode: 0644]
board/siemens/rut/Kconfig [new file with mode: 0644]
board/siemens/taurus/Kconfig [new file with mode: 0644]
board/silica/pengwyn/Kconfig [new file with mode: 0644]
board/sixnet/Kconfig [new file with mode: 0644]
board/socrates/Kconfig [new file with mode: 0644]
board/solidrun/hummingboard/Kconfig [new file with mode: 0644]
board/spd8xx/Kconfig [new file with mode: 0644]
board/spear/spear300/Kconfig [new file with mode: 0644]
board/spear/spear310/Kconfig [new file with mode: 0644]
board/spear/spear320/Kconfig [new file with mode: 0644]
board/spear/spear600/Kconfig [new file with mode: 0644]
board/spear/x600/Kconfig [new file with mode: 0644]
board/st-ericsson/snowball/Kconfig [new file with mode: 0644]
board/st-ericsson/u8500/Kconfig [new file with mode: 0644]
board/st/nhk8815/Kconfig [new file with mode: 0644]
board/stx/stxgp3/Kconfig [new file with mode: 0644]
board/stx/stxssa/Kconfig [new file with mode: 0644]
board/stx/stxxtc/Kconfig [new file with mode: 0644]
board/sunxi/Kconfig [new file with mode: 0644]
board/svm_sc8xx/Kconfig [new file with mode: 0644]
board/synopsys/Kconfig [new file with mode: 0644]
board/synopsys/axs101/Kconfig [new file with mode: 0644]
board/syteco/jadecpu/Kconfig [new file with mode: 0644]
board/syteco/zmx25/Kconfig [new file with mode: 0644]
board/t3corp/Kconfig [new file with mode: 0644]
board/taskit/stamp9g20/Kconfig [new file with mode: 0644]
board/tcm-bf518/Kconfig [new file with mode: 0644]
board/tcm-bf537/Kconfig [new file with mode: 0644]
board/technexion/tao3530/Kconfig [new file with mode: 0644]
board/technexion/twister/Kconfig [new file with mode: 0644]
board/teejet/mt_ventoux/Kconfig [new file with mode: 0644]
board/ti/am335x/Kconfig [new file with mode: 0644]
board/ti/am3517crane/Kconfig [new file with mode: 0644]
board/ti/am43xx/Kconfig [new file with mode: 0644]
board/ti/beagle/Kconfig [new file with mode: 0644]
board/ti/dra7xx/Kconfig [new file with mode: 0644]
board/ti/evm/Kconfig [new file with mode: 0644]
board/ti/ks2_evm/Kconfig [new file with mode: 0644]
board/ti/omap5912osk/Kconfig [new file with mode: 0644]
board/ti/omap5_uevm/Kconfig [new file with mode: 0644]
board/ti/panda/Kconfig [new file with mode: 0644]
board/ti/sdp3430/Kconfig [new file with mode: 0644]
board/ti/sdp4430/Kconfig [new file with mode: 0644]
board/ti/ti814x/Kconfig [new file with mode: 0644]
board/ti/ti816x/Kconfig [new file with mode: 0644]
board/ti/tnetv107xevm/Kconfig [new file with mode: 0644]
board/timll/devkit3250/Kconfig [new file with mode: 0644]
board/timll/devkit8000/Kconfig [new file with mode: 0644]
board/toradex/colibri_pxa270/Kconfig [new file with mode: 0644]
board/toradex/colibri_t20_iris/Kconfig [new file with mode: 0644]
board/total5200/Kconfig [new file with mode: 0644]
board/tqc/tqm5200/Kconfig [new file with mode: 0644]
board/tqc/tqm8260/Kconfig [new file with mode: 0644]
board/tqc/tqm8272/Kconfig [new file with mode: 0644]
board/tqc/tqm834x/Kconfig [new file with mode: 0644]
board/tqc/tqm8xx/Kconfig [new file with mode: 0644]
board/trizepsiv/Kconfig [new file with mode: 0644]
board/ttcontrol/vision2/Kconfig [new file with mode: 0644]
board/udoo/Kconfig [new file with mode: 0644]
board/utx8245/Kconfig [new file with mode: 0644]
board/v38b/Kconfig [new file with mode: 0644]
board/ve8313/Kconfig [new file with mode: 0644]
board/vpac270/Kconfig [new file with mode: 0644]
board/w7o/Kconfig [new file with mode: 0644]
board/wandboard/Kconfig [new file with mode: 0644]
board/woodburn/Kconfig [new file with mode: 0644]
board/xaeniax/Kconfig [new file with mode: 0644]
board/xes/xpedite1000/Kconfig [new file with mode: 0644]
board/xes/xpedite517x/Kconfig [new file with mode: 0644]
board/xes/xpedite520x/Kconfig [new file with mode: 0644]
board/xes/xpedite537x/Kconfig [new file with mode: 0644]
board/xes/xpedite550x/Kconfig [new file with mode: 0644]
board/xilinx/microblaze-generic/Kconfig [new file with mode: 0644]
board/xilinx/ml507/Kconfig [new file with mode: 0644]
board/xilinx/ppc405-generic/Kconfig [new file with mode: 0644]
board/xilinx/ppc440-generic/Kconfig [new file with mode: 0644]
board/xilinx/zynq/Kconfig [new file with mode: 0644]
board/zeus/Kconfig [new file with mode: 0644]
board/zipitz2/Kconfig [new file with mode: 0644]
configs/A13-OLinuXinoM_defconfig [new file with mode: 0644]
configs/A3000_defconfig [new file with mode: 0644]
configs/APC405_defconfig [new file with mode: 0644]
configs/AR405_defconfig [new file with mode: 0644]
configs/ASH405_defconfig [new file with mode: 0644]
configs/B4420QDS_NAND_defconfig [new file with mode: 0644]
configs/B4420QDS_SPIFLASH_defconfig [new file with mode: 0644]
configs/B4420QDS_defconfig [new file with mode: 0644]
configs/B4860QDS_NAND_defconfig [new file with mode: 0644]
configs/B4860QDS_SECURE_BOOT_defconfig [new file with mode: 0644]
configs/B4860QDS_SPIFLASH_defconfig [new file with mode: 0644]
configs/B4860QDS_SRIO_PCIE_BOOT_defconfig [new file with mode: 0644]
configs/B4860QDS_defconfig [new file with mode: 0644]
configs/BC3450_defconfig [new file with mode: 0644]
configs/BSC9131RDB_NAND_SYSCLK100_defconfig [new file with mode: 0644]
configs/BSC9131RDB_NAND_defconfig [new file with mode: 0644]
configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig [new file with mode: 0644]
configs/BSC9131RDB_SPIFLASH_defconfig [new file with mode: 0644]
configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig [new file with mode: 0644]
configs/BSC9132QDS_NAND_DDRCLK100_defconfig [new file with mode: 0644]
configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig [new file with mode: 0644]
configs/BSC9132QDS_NAND_DDRCLK133_defconfig [new file with mode: 0644]
configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig [new file with mode: 0644]
configs/BSC9132QDS_NOR_DDRCLK100_defconfig [new file with mode: 0644]
configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig [new file with mode: 0644]
configs/BSC9132QDS_NOR_DDRCLK133_defconfig [new file with mode: 0644]
configs/BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig [new file with mode: 0644]
configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig [new file with mode: 0644]
configs/BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig [new file with mode: 0644]
configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig [new file with mode: 0644]
configs/BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig [new file with mode: 0644]
configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig [new file with mode: 0644]
configs/BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig [new file with mode: 0644]
configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig [new file with mode: 0644]
configs/C29XPCIE_NAND_defconfig [new file with mode: 0644]
configs/C29XPCIE_SPIFLASH_defconfig [new file with mode: 0644]
configs/C29XPCIE_defconfig [new file with mode: 0644]
configs/CATcenter_25_defconfig [new file with mode: 0644]
configs/CATcenter_33_defconfig [new file with mode: 0644]
configs/CATcenter_defconfig [new file with mode: 0644]
configs/CMS700_defconfig [new file with mode: 0644]
configs/CPC45_ROMBOOT_defconfig [new file with mode: 0644]
configs/CPC45_defconfig [new file with mode: 0644]
configs/CPCI2DP_defconfig [new file with mode: 0644]
configs/CPCI4052_defconfig [new file with mode: 0644]
configs/CPCI405AB_defconfig [new file with mode: 0644]
configs/CPCI405DT_defconfig [new file with mode: 0644]
configs/CPCI405_defconfig [new file with mode: 0644]
configs/CPCI750_defconfig [new file with mode: 0644]
configs/CPCIISER4_defconfig [new file with mode: 0644]
configs/CPU86_ROMBOOT_defconfig [new file with mode: 0644]
configs/CPU86_defconfig [new file with mode: 0644]
configs/CPU87_ROMBOOT_defconfig [new file with mode: 0644]
configs/CPU87_defconfig [new file with mode: 0644]
configs/CRAYL1_defconfig [new file with mode: 0644]
configs/CU824_defconfig [new file with mode: 0644]
configs/Cubieboard2_FEL_defconfig [new file with mode: 0644]
configs/Cubieboard2_defconfig [new file with mode: 0644]
configs/Cubieboard_defconfig [new file with mode: 0644]
configs/Cubietruck_FEL_defconfig [new file with mode: 0644]
configs/Cubietruck_defconfig [new file with mode: 0644]
configs/DB64360_defconfig [new file with mode: 0644]
configs/DB64460_defconfig [new file with mode: 0644]
configs/DP405_defconfig [new file with mode: 0644]
configs/DU405_defconfig [new file with mode: 0644]
configs/DU440_defconfig [new file with mode: 0644]
configs/ELPPC_defconfig [new file with mode: 0644]
configs/ELPT860_defconfig [new file with mode: 0644]
configs/ESTEEM192E_defconfig [new file with mode: 0644]
configs/EVAL5200_defconfig [new file with mode: 0644]
configs/FLAGADM_defconfig [new file with mode: 0644]
configs/FPS850L_defconfig [new file with mode: 0644]
configs/FPS860L_defconfig [new file with mode: 0644]
configs/G2000_defconfig [new file with mode: 0644]
configs/GEN860T_SC_defconfig [new file with mode: 0644]
configs/GEN860T_defconfig [new file with mode: 0644]
configs/HH405_defconfig [new file with mode: 0644]
configs/HUB405_defconfig [new file with mode: 0644]
configs/HWW1U1A_defconfig [new file with mode: 0644]
configs/ICU862_100MHz_defconfig [new file with mode: 0644]
configs/ICU862_defconfig [new file with mode: 0644]
configs/IDS8247_defconfig [new file with mode: 0644]
configs/IP860_defconfig [new file with mode: 0644]
configs/IPHASE4539_defconfig [new file with mode: 0644]
configs/IVML24_128_defconfig [new file with mode: 0644]
configs/IVML24_256_defconfig [new file with mode: 0644]
configs/IVML24_defconfig [new file with mode: 0644]
configs/IVMS8_128_defconfig [new file with mode: 0644]
configs/IVMS8_256_defconfig [new file with mode: 0644]
configs/IVMS8_defconfig [new file with mode: 0644]
configs/JSE_defconfig [new file with mode: 0644]
configs/KAREF_defconfig [new file with mode: 0644]
configs/KUP4K_defconfig [new file with mode: 0644]
configs/KUP4X_defconfig [new file with mode: 0644]
configs/Lite5200_LOWBOOT08_defconfig [new file with mode: 0644]
configs/Lite5200_LOWBOOT_defconfig [new file with mode: 0644]
configs/Lite5200_defconfig [new file with mode: 0644]
configs/M5208EVBE_defconfig [new file with mode: 0644]
configs/M52277EVB_defconfig [new file with mode: 0644]
configs/M52277EVB_stmicro_defconfig [new file with mode: 0644]
configs/M5235EVB_Flash32_defconfig [new file with mode: 0644]
configs/M5235EVB_defconfig [new file with mode: 0644]
configs/M5249EVB_defconfig [new file with mode: 0644]
configs/M5253DEMO_defconfig [new file with mode: 0644]
configs/M5253EVBE_defconfig [new file with mode: 0644]
configs/M5272C3_defconfig [new file with mode: 0644]
configs/M5275EVB_defconfig [new file with mode: 0644]
configs/M5282EVB_defconfig [new file with mode: 0644]
configs/M53017EVB_defconfig [new file with mode: 0644]
configs/M5329AFEE_defconfig [new file with mode: 0644]
configs/M5329BFEE_defconfig [new file with mode: 0644]
configs/M5373EVB_defconfig [new file with mode: 0644]
configs/M54418TWR_defconfig [new file with mode: 0644]
configs/M54418TWR_nand_mii_defconfig [new file with mode: 0644]
configs/M54418TWR_nand_rmii_defconfig [new file with mode: 0644]
configs/M54418TWR_nand_rmii_lowfreq_defconfig [new file with mode: 0644]
configs/M54418TWR_serial_mii_defconfig [new file with mode: 0644]
configs/M54418TWR_serial_rmii_defconfig [new file with mode: 0644]
configs/M54451EVB_defconfig [new file with mode: 0644]
configs/M54451EVB_stmicro_defconfig [new file with mode: 0644]
configs/M54455EVB_a66_defconfig [new file with mode: 0644]
configs/M54455EVB_defconfig [new file with mode: 0644]
configs/M54455EVB_i66_defconfig [new file with mode: 0644]
configs/M54455EVB_intel_defconfig [new file with mode: 0644]
configs/M54455EVB_stm33_defconfig [new file with mode: 0644]
configs/M5475AFE_defconfig [new file with mode: 0644]
configs/M5475BFE_defconfig [new file with mode: 0644]
configs/M5475CFE_defconfig [new file with mode: 0644]
configs/M5475DFE_defconfig [new file with mode: 0644]
configs/M5475EFE_defconfig [new file with mode: 0644]
configs/M5475FFE_defconfig [new file with mode: 0644]
configs/M5475GFE_defconfig [new file with mode: 0644]
configs/M5485AFE_defconfig [new file with mode: 0644]
configs/M5485BFE_defconfig [new file with mode: 0644]
configs/M5485CFE_defconfig [new file with mode: 0644]
configs/M5485DFE_defconfig [new file with mode: 0644]
configs/M5485EFE_defconfig [new file with mode: 0644]
configs/M5485FFE_defconfig [new file with mode: 0644]
configs/M5485GFE_defconfig [new file with mode: 0644]
configs/M5485HFE_defconfig [new file with mode: 0644]
configs/MERGERBOX_defconfig [new file with mode: 0644]
configs/METROBOX_defconfig [new file with mode: 0644]
configs/MHPC_defconfig [new file with mode: 0644]
configs/MINI5200_defconfig [new file with mode: 0644]
configs/MIP405T_defconfig [new file with mode: 0644]
configs/MIP405_defconfig [new file with mode: 0644]
configs/MPC8266ADS_defconfig [new file with mode: 0644]
configs/MPC8308RDB_defconfig [new file with mode: 0644]
configs/MPC8313ERDB_33_defconfig [new file with mode: 0644]
configs/MPC8313ERDB_66_defconfig [new file with mode: 0644]
configs/MPC8313ERDB_NAND_33_defconfig [new file with mode: 0644]
configs/MPC8313ERDB_NAND_66_defconfig [new file with mode: 0644]
configs/MPC8315ERDB_defconfig [new file with mode: 0644]
configs/MPC8323ERDB_defconfig [new file with mode: 0644]
configs/MPC832XEMDS_ATM_defconfig [new file with mode: 0644]
configs/MPC832XEMDS_HOST_33_defconfig [new file with mode: 0644]
configs/MPC832XEMDS_HOST_66_defconfig [new file with mode: 0644]
configs/MPC832XEMDS_SLAVE_defconfig [new file with mode: 0644]
configs/MPC832XEMDS_defconfig [new file with mode: 0644]
configs/MPC8349EMDS_defconfig [new file with mode: 0644]
configs/MPC8349ITXGP_defconfig [new file with mode: 0644]
configs/MPC8349ITX_LOWBOOT_defconfig [new file with mode: 0644]
configs/MPC8349ITX_defconfig [new file with mode: 0644]
configs/MPC8360EMDS_33_ATM_defconfig [new file with mode: 0644]
configs/MPC8360EMDS_33_HOST_33_defconfig [new file with mode: 0644]
configs/MPC8360EMDS_33_HOST_66_defconfig [new file with mode: 0644]
configs/MPC8360EMDS_33_SLAVE_defconfig [new file with mode: 0644]
configs/MPC8360EMDS_33_defconfig [new file with mode: 0644]
configs/MPC8360EMDS_66_ATM_defconfig [new file with mode: 0644]
configs/MPC8360EMDS_66_HOST_33_defconfig [new file with mode: 0644]
configs/MPC8360EMDS_66_HOST_66_defconfig [new file with mode: 0644]
configs/MPC8360EMDS_66_SLAVE_defconfig [new file with mode: 0644]
configs/MPC8360EMDS_66_defconfig [new file with mode: 0644]
configs/MPC8360ERDK_33_defconfig [new file with mode: 0644]
configs/MPC8360ERDK_defconfig [new file with mode: 0644]
configs/MPC837XEMDS_HOST_defconfig [new file with mode: 0644]
configs/MPC837XEMDS_defconfig [new file with mode: 0644]
configs/MPC837XERDB_defconfig [new file with mode: 0644]
configs/MPC8536DS_36BIT_defconfig [new file with mode: 0644]
configs/MPC8536DS_SDCARD_defconfig [new file with mode: 0644]
configs/MPC8536DS_SPIFLASH_defconfig [new file with mode: 0644]
configs/MPC8536DS_defconfig [new file with mode: 0644]
configs/MPC8540ADS_defconfig [new file with mode: 0644]
configs/MPC8541CDS_defconfig [new file with mode: 0644]
configs/MPC8541CDS_legacy_defconfig [new file with mode: 0644]
configs/MPC8544DS_defconfig [new file with mode: 0644]
configs/MPC8548CDS_36BIT_defconfig [new file with mode: 0644]
configs/MPC8548CDS_defconfig [new file with mode: 0644]
configs/MPC8548CDS_legacy_defconfig [new file with mode: 0644]
configs/MPC8555CDS_defconfig [new file with mode: 0644]
configs/MPC8555CDS_legacy_defconfig [new file with mode: 0644]
configs/MPC8560ADS_defconfig [new file with mode: 0644]
configs/MPC8568MDS_defconfig [new file with mode: 0644]
configs/MPC8569MDS_ATM_defconfig [new file with mode: 0644]
configs/MPC8569MDS_defconfig [new file with mode: 0644]
configs/MPC8572DS_36BIT_defconfig [new file with mode: 0644]
configs/MPC8572DS_defconfig [new file with mode: 0644]
configs/MPC8610HPCD_defconfig [new file with mode: 0644]
configs/MPC8641HPCN_36BIT_defconfig [new file with mode: 0644]
configs/MPC8641HPCN_defconfig [new file with mode: 0644]
configs/MUSENKI_defconfig [new file with mode: 0644]
configs/MVBC_P_defconfig [new file with mode: 0644]
configs/MVBLM7_defconfig [new file with mode: 0644]
configs/MVBLUE_defconfig [new file with mode: 0644]
configs/MVSMR_defconfig [new file with mode: 0644]
configs/MigoR_defconfig [new file with mode: 0644]
configs/MiniFAP_defconfig [new file with mode: 0644]
configs/NETVIA_V2_defconfig [new file with mode: 0644]
configs/NETVIA_defconfig [new file with mode: 0644]
configs/NSCU_defconfig [new file with mode: 0644]
configs/O2D300_defconfig [new file with mode: 0644]
configs/O2DNT2_RAMBOOT_defconfig [new file with mode: 0644]
configs/O2DNT2_defconfig [new file with mode: 0644]
configs/O2D_defconfig [new file with mode: 0644]
configs/O2I_defconfig [new file with mode: 0644]
configs/O2MNT_O2M110_defconfig [new file with mode: 0644]
configs/O2MNT_O2M112_defconfig [new file with mode: 0644]
configs/O2MNT_O2M113_defconfig [new file with mode: 0644]
configs/O2MNT_defconfig [new file with mode: 0644]
configs/O3DNT_defconfig [new file with mode: 0644]
configs/OCRTC_defconfig [new file with mode: 0644]
configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig [new file with mode: 0644]
configs/P1010RDB-PA_36BIT_NAND_defconfig [new file with mode: 0644]
configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig [new file with mode: 0644]
configs/P1010RDB-PA_36BIT_NOR_defconfig [new file with mode: 0644]
configs/P1010RDB-PA_36BIT_SDCARD_defconfig [new file with mode: 0644]
configs/P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig [new file with mode: 0644]
configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1010RDB-PA_NAND_SECBOOT_defconfig [new file with mode: 0644]
configs/P1010RDB-PA_NAND_defconfig [new file with mode: 0644]
configs/P1010RDB-PA_NOR_SECBOOT_defconfig [new file with mode: 0644]
configs/P1010RDB-PA_NOR_defconfig [new file with mode: 0644]
configs/P1010RDB-PA_SDCARD_defconfig [new file with mode: 0644]
configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig [new file with mode: 0644]
configs/P1010RDB-PA_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig [new file with mode: 0644]
configs/P1010RDB-PB_36BIT_NAND_defconfig [new file with mode: 0644]
configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig [new file with mode: 0644]
configs/P1010RDB-PB_36BIT_NOR_defconfig [new file with mode: 0644]
configs/P1010RDB-PB_36BIT_SDCARD_defconfig [new file with mode: 0644]
configs/P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig [new file with mode: 0644]
configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1010RDB-PB_NAND_SECBOOT_defconfig [new file with mode: 0644]
configs/P1010RDB-PB_NAND_defconfig [new file with mode: 0644]
configs/P1010RDB-PB_NOR_SECBOOT_defconfig [new file with mode: 0644]
configs/P1010RDB-PB_NOR_defconfig [new file with mode: 0644]
configs/P1010RDB-PB_SDCARD_defconfig [new file with mode: 0644]
configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig [new file with mode: 0644]
configs/P1010RDB-PB_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1011RDB_36BIT_SDCARD_defconfig [new file with mode: 0644]
configs/P1011RDB_36BIT_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1011RDB_36BIT_defconfig [new file with mode: 0644]
configs/P1011RDB_NAND_defconfig [new file with mode: 0644]
configs/P1011RDB_SDCARD_defconfig [new file with mode: 0644]
configs/P1011RDB_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1011RDB_defconfig [new file with mode: 0644]
configs/P1020MBG-PC_36BIT_SDCARD_defconfig [new file with mode: 0644]
configs/P1020MBG-PC_36BIT_defconfig [new file with mode: 0644]
configs/P1020MBG-PC_SDCARD_defconfig [new file with mode: 0644]
configs/P1020MBG-PC_defconfig [new file with mode: 0644]
configs/P1020RDB-PC_36BIT_NAND_defconfig [new file with mode: 0644]
configs/P1020RDB-PC_36BIT_SDCARD_defconfig [new file with mode: 0644]
configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1020RDB-PC_36BIT_defconfig [new file with mode: 0644]
configs/P1020RDB-PC_NAND_defconfig [new file with mode: 0644]
configs/P1020RDB-PC_SDCARD_defconfig [new file with mode: 0644]
configs/P1020RDB-PC_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1020RDB-PC_defconfig [new file with mode: 0644]
configs/P1020RDB-PD_NAND_defconfig [new file with mode: 0644]
configs/P1020RDB-PD_SDCARD_defconfig [new file with mode: 0644]
configs/P1020RDB-PD_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1020RDB-PD_defconfig [new file with mode: 0644]
configs/P1020RDB_36BIT_SDCARD_defconfig [new file with mode: 0644]
configs/P1020RDB_36BIT_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1020RDB_36BIT_defconfig [new file with mode: 0644]
configs/P1020RDB_NAND_defconfig [new file with mode: 0644]
configs/P1020RDB_SDCARD_defconfig [new file with mode: 0644]
configs/P1020RDB_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1020RDB_defconfig [new file with mode: 0644]
configs/P1020UTM-PC_36BIT_SDCARD_defconfig [new file with mode: 0644]
configs/P1020UTM-PC_36BIT_defconfig [new file with mode: 0644]
configs/P1020UTM-PC_SDCARD_defconfig [new file with mode: 0644]
configs/P1020UTM-PC_defconfig [new file with mode: 0644]
configs/P1021RDB-PC_36BIT_NAND_defconfig [new file with mode: 0644]
configs/P1021RDB-PC_36BIT_SDCARD_defconfig [new file with mode: 0644]
configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1021RDB-PC_36BIT_defconfig [new file with mode: 0644]
configs/P1021RDB-PC_NAND_defconfig [new file with mode: 0644]
configs/P1021RDB-PC_SDCARD_defconfig [new file with mode: 0644]
configs/P1021RDB-PC_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1021RDB-PC_defconfig [new file with mode: 0644]
configs/P1022DS_36BIT_NAND_defconfig [new file with mode: 0644]
configs/P1022DS_36BIT_SDCARD_defconfig [new file with mode: 0644]
configs/P1022DS_36BIT_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1022DS_36BIT_defconfig [new file with mode: 0644]
configs/P1022DS_NAND_defconfig [new file with mode: 0644]
configs/P1022DS_SDCARD_defconfig [new file with mode: 0644]
configs/P1022DS_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1022DS_defconfig [new file with mode: 0644]
configs/P1023RDB_defconfig [new file with mode: 0644]
configs/P1024RDB_36BIT_defconfig [new file with mode: 0644]
configs/P1024RDB_NAND_defconfig [new file with mode: 0644]
configs/P1024RDB_SDCARD_defconfig [new file with mode: 0644]
configs/P1024RDB_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1024RDB_defconfig [new file with mode: 0644]
configs/P1025RDB_36BIT_defconfig [new file with mode: 0644]
configs/P1025RDB_NAND_defconfig [new file with mode: 0644]
configs/P1025RDB_SDCARD_defconfig [new file with mode: 0644]
configs/P1025RDB_SPIFLASH_defconfig [new file with mode: 0644]
configs/P1025RDB_defconfig [new file with mode: 0644]
configs/P2010RDB_36BIT_SDCARD_defconfig [new file with mode: 0644]
configs/P2010RDB_36BIT_SPIFLASH_defconfig [new file with mode: 0644]
configs/P2010RDB_36BIT_defconfig [new file with mode: 0644]
configs/P2010RDB_NAND_defconfig [new file with mode: 0644]
configs/P2010RDB_SDCARD_defconfig [new file with mode: 0644]
configs/P2010RDB_SPIFLASH_defconfig [new file with mode: 0644]
configs/P2010RDB_defconfig [new file with mode: 0644]
configs/P2020COME_SDCARD_defconfig [new file with mode: 0644]
configs/P2020COME_SPIFLASH_defconfig [new file with mode: 0644]
configs/P2020DS_36BIT_defconfig [new file with mode: 0644]
configs/P2020DS_DDR2_defconfig [new file with mode: 0644]
configs/P2020DS_SDCARD_defconfig [new file with mode: 0644]
configs/P2020DS_SPIFLASH_defconfig [new file with mode: 0644]
configs/P2020DS_defconfig [new file with mode: 0644]
configs/P2020RDB-PC_36BIT_NAND_defconfig [new file with mode: 0644]
configs/P2020RDB-PC_36BIT_SDCARD_defconfig [new file with mode: 0644]
configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig [new file with mode: 0644]
configs/P2020RDB-PC_36BIT_defconfig [new file with mode: 0644]
configs/P2020RDB-PC_NAND_defconfig [new file with mode: 0644]
configs/P2020RDB-PC_SDCARD_defconfig [new file with mode: 0644]
configs/P2020RDB-PC_SPIFLASH_defconfig [new file with mode: 0644]
configs/P2020RDB-PC_defconfig [new file with mode: 0644]
configs/P2020RDB_36BIT_SDCARD_defconfig [new file with mode: 0644]
configs/P2020RDB_36BIT_SPIFLASH_defconfig [new file with mode: 0644]
configs/P2020RDB_36BIT_defconfig [new file with mode: 0644]
configs/P2020RDB_NAND_defconfig [new file with mode: 0644]
configs/P2020RDB_SDCARD_defconfig [new file with mode: 0644]
configs/P2020RDB_SPIFLASH_defconfig [new file with mode: 0644]
configs/P2020RDB_defconfig [new file with mode: 0644]
configs/P2041RDB_NAND_defconfig [new file with mode: 0644]
configs/P2041RDB_SDCARD_defconfig [new file with mode: 0644]
configs/P2041RDB_SECURE_BOOT_defconfig [new file with mode: 0644]
configs/P2041RDB_SPIFLASH_defconfig [new file with mode: 0644]
configs/P2041RDB_SRIO_PCIE_BOOT_defconfig [new file with mode: 0644]
configs/P2041RDB_defconfig [new file with mode: 0644]
configs/P3041DS_NAND_defconfig [new file with mode: 0644]
configs/P3041DS_SDCARD_defconfig [new file with mode: 0644]
configs/P3041DS_SECURE_BOOT_defconfig [new file with mode: 0644]
configs/P3041DS_SPIFLASH_defconfig [new file with mode: 0644]
configs/P3041DS_SRIO_PCIE_BOOT_defconfig [new file with mode: 0644]
configs/P3041DS_defconfig [new file with mode: 0644]
configs/P3G4_defconfig [new file with mode: 0644]
configs/P4080DS_SDCARD_defconfig [new file with mode: 0644]
configs/P4080DS_SECURE_BOOT_defconfig [new file with mode: 0644]
configs/P4080DS_SPIFLASH_defconfig [new file with mode: 0644]
configs/P4080DS_SRIO_PCIE_BOOT_defconfig [new file with mode: 0644]
configs/P4080DS_defconfig [new file with mode: 0644]
configs/P5020DS_NAND_defconfig [new file with mode: 0644]
configs/P5020DS_SDCARD_defconfig [new file with mode: 0644]
configs/P5020DS_SECURE_BOOT_defconfig [new file with mode: 0644]
configs/P5020DS_SPIFLASH_defconfig [new file with mode: 0644]
configs/P5020DS_SRIO_PCIE_BOOT_defconfig [new file with mode: 0644]
configs/P5020DS_defconfig [new file with mode: 0644]
configs/P5040DS_NAND_defconfig [new file with mode: 0644]
configs/P5040DS_SDCARD_defconfig [new file with mode: 0644]
configs/P5040DS_SPIFLASH_defconfig [new file with mode: 0644]
configs/P5040DS_defconfig [new file with mode: 0644]
configs/PATI_defconfig [new file with mode: 0644]
configs/PCI405_defconfig [new file with mode: 0644]
configs/PCI5441_defconfig [new file with mode: 0644]
configs/PIP405_defconfig [new file with mode: 0644]
configs/PK1C20_defconfig [new file with mode: 0644]
configs/PLU405_defconfig [new file with mode: 0644]
configs/PM520_DDR_defconfig [new file with mode: 0644]
configs/PM520_ROMBOOT_DDR_defconfig [new file with mode: 0644]
configs/PM520_ROMBOOT_defconfig [new file with mode: 0644]
configs/PM520_defconfig [new file with mode: 0644]
configs/PM825_BIGFLASH_defconfig [new file with mode: 0644]
configs/PM825_ROMBOOT_BIGFLASH_defconfig [new file with mode: 0644]
configs/PM825_ROMBOOT_defconfig [new file with mode: 0644]
configs/PM825_defconfig [new file with mode: 0644]
configs/PM826_BIGFLASH_defconfig [new file with mode: 0644]
configs/PM826_ROMBOOT_BIGFLASH_defconfig [new file with mode: 0644]
configs/PM826_ROMBOOT_defconfig [new file with mode: 0644]
configs/PM826_defconfig [new file with mode: 0644]
configs/PM828_PCI_defconfig [new file with mode: 0644]
configs/PM828_ROMBOOT_PCI_defconfig [new file with mode: 0644]
configs/PM828_ROMBOOT_defconfig [new file with mode: 0644]
configs/PM828_defconfig [new file with mode: 0644]
configs/PMC405DE_defconfig [new file with mode: 0644]
configs/PMC405_defconfig [new file with mode: 0644]
configs/PMC440_defconfig [new file with mode: 0644]
configs/PPChameleonEVB_BA_25_defconfig [new file with mode: 0644]
configs/PPChameleonEVB_BA_33_defconfig [new file with mode: 0644]
configs/PPChameleonEVB_HI_25_defconfig [new file with mode: 0644]
configs/PPChameleonEVB_HI_33_defconfig [new file with mode: 0644]
configs/PPChameleonEVB_ME_25_defconfig [new file with mode: 0644]
configs/PPChameleonEVB_ME_33_defconfig [new file with mode: 0644]
configs/PPChameleonEVB_defconfig [new file with mode: 0644]
configs/R360MPI_defconfig [new file with mode: 0644]
configs/RRvision_LCD_defconfig [new file with mode: 0644]
configs/RRvision_defconfig [new file with mode: 0644]
configs/SM850_defconfig [new file with mode: 0644]
configs/SPD823TS_defconfig [new file with mode: 0644]
configs/SXNI855T_defconfig [new file with mode: 0644]
configs/Sandpoint8240_defconfig [new file with mode: 0644]
configs/Sandpoint8245_defconfig [new file with mode: 0644]
configs/T1040QDS_D4_defconfig [new file with mode: 0644]
configs/T1040QDS_SECURE_BOOT_defconfig [new file with mode: 0644]
configs/T1040QDS_defconfig [new file with mode: 0644]
configs/T1040RDB_NAND_defconfig [new file with mode: 0644]
configs/T1040RDB_SDCARD_defconfig [new file with mode: 0644]
configs/T1040RDB_SECURE_BOOT_defconfig [new file with mode: 0644]
configs/T1040RDB_SPIFLASH_defconfig [new file with mode: 0644]
configs/T1040RDB_defconfig [new file with mode: 0644]
configs/T1042RDB_PI_NAND_defconfig [new file with mode: 0644]
configs/T1042RDB_PI_SDCARD_defconfig [new file with mode: 0644]
configs/T1042RDB_PI_SPIFLASH_defconfig [new file with mode: 0644]
configs/T1042RDB_PI_defconfig [new file with mode: 0644]
configs/T2080QDS_NAND_defconfig [new file with mode: 0644]
configs/T2080QDS_SDCARD_defconfig [new file with mode: 0644]
configs/T2080QDS_SECURE_BOOT_defconfig [new file with mode: 0644]
configs/T2080QDS_SPIFLASH_defconfig [new file with mode: 0644]
configs/T2080QDS_SRIO_PCIE_BOOT_defconfig [new file with mode: 0644]
configs/T2080QDS_defconfig [new file with mode: 0644]
configs/T2080RDB_NAND_defconfig [new file with mode: 0644]
configs/T2080RDB_SDCARD_defconfig [new file with mode: 0644]
configs/T2080RDB_SECURE_BOOT_defconfig [new file with mode: 0644]
configs/T2080RDB_SPIFLASH_defconfig [new file with mode: 0644]
configs/T2080RDB_SRIO_PCIE_BOOT_defconfig [new file with mode: 0644]
configs/T2080RDB_defconfig [new file with mode: 0644]
configs/T2081QDS_NAND_defconfig [new file with mode: 0644]
configs/T2081QDS_SDCARD_defconfig [new file with mode: 0644]
configs/T2081QDS_SPIFLASH_defconfig [new file with mode: 0644]
configs/T2081QDS_SRIO_PCIE_BOOT_defconfig [new file with mode: 0644]
configs/T2081QDS_defconfig [new file with mode: 0644]
configs/T4160QDS_NAND_defconfig [new file with mode: 0644]
configs/T4160QDS_SDCARD_defconfig [new file with mode: 0644]
configs/T4160QDS_SECURE_BOOT_defconfig [new file with mode: 0644]
configs/T4160QDS_SPIFLASH_defconfig [new file with mode: 0644]
configs/T4160QDS_defconfig [new file with mode: 0644]
configs/T4160RDB_defconfig [new file with mode: 0644]
configs/T4240EMU_defconfig [new file with mode: 0644]
configs/T4240QDS_NAND_defconfig [new file with mode: 0644]
configs/T4240QDS_SDCARD_defconfig [new file with mode: 0644]
configs/T4240QDS_SECURE_BOOT_defconfig [new file with mode: 0644]
configs/T4240QDS_SPIFLASH_defconfig [new file with mode: 0644]
configs/T4240QDS_SRIO_PCIE_BOOT_defconfig [new file with mode: 0644]
configs/T4240QDS_defconfig [new file with mode: 0644]
configs/T4240RDB_defconfig [new file with mode: 0644]
configs/TASREG_defconfig [new file with mode: 0644]
configs/TB5200_B_defconfig [new file with mode: 0644]
configs/TB5200_defconfig [new file with mode: 0644]
configs/TK885D_defconfig [new file with mode: 0644]
configs/TOP5200_defconfig [new file with mode: 0644]
configs/TOP860_defconfig [new file with mode: 0644]
configs/TQM5200S_HIGHBOOT_defconfig [new file with mode: 0644]
configs/TQM5200S_defconfig [new file with mode: 0644]
configs/TQM5200_B_HIGHBOOT_defconfig [new file with mode: 0644]
configs/TQM5200_B_defconfig [new file with mode: 0644]
configs/TQM5200_STK100_defconfig [new file with mode: 0644]
configs/TQM5200_defconfig [new file with mode: 0644]
configs/TQM823L_LCD_defconfig [new file with mode: 0644]
configs/TQM823L_defconfig [new file with mode: 0644]
configs/TQM823M_defconfig [new file with mode: 0644]
configs/TQM8255_AA_defconfig [new file with mode: 0644]
configs/TQM8260_AA_defconfig [new file with mode: 0644]
configs/TQM8260_AB_defconfig [new file with mode: 0644]
configs/TQM8260_AC_defconfig [new file with mode: 0644]
configs/TQM8260_AD_defconfig [new file with mode: 0644]
configs/TQM8260_AE_defconfig [new file with mode: 0644]
configs/TQM8260_AF_defconfig [new file with mode: 0644]
configs/TQM8260_AG_defconfig [new file with mode: 0644]
configs/TQM8260_AH_defconfig [new file with mode: 0644]
configs/TQM8260_AI_defconfig [new file with mode: 0644]
configs/TQM8265_AA_defconfig [new file with mode: 0644]
configs/TQM8272_defconfig [new file with mode: 0644]
configs/TQM834x_defconfig [new file with mode: 0644]
configs/TQM850L_defconfig [new file with mode: 0644]
configs/TQM850M_defconfig [new file with mode: 0644]
configs/TQM855L_defconfig [new file with mode: 0644]
configs/TQM855M_defconfig [new file with mode: 0644]
configs/TQM860L_defconfig [new file with mode: 0644]
configs/TQM860M_defconfig [new file with mode: 0644]
configs/TQM862L_defconfig [new file with mode: 0644]
configs/TQM862M_defconfig [new file with mode: 0644]
configs/TQM866M_defconfig [new file with mode: 0644]
configs/TQM885D_defconfig [new file with mode: 0644]
configs/TTTech_defconfig [new file with mode: 0644]
configs/TWR-P1025_defconfig [new file with mode: 0644]
configs/Total5200_Rev2_defconfig [new file with mode: 0644]
configs/Total5200_Rev2_lowboot_defconfig [new file with mode: 0644]
configs/Total5200_defconfig [new file with mode: 0644]
configs/Total5200_lowboot_defconfig [new file with mode: 0644]
configs/VCMA9_defconfig [new file with mode: 0644]
configs/VOH405_defconfig [new file with mode: 0644]
configs/VOM405_defconfig [new file with mode: 0644]
configs/VoVPN-GW_66MHz_defconfig [new file with mode: 0644]
configs/W7OLMC_defconfig [new file with mode: 0644]
configs/W7OLMG_defconfig [new file with mode: 0644]
configs/WUH405_defconfig [new file with mode: 0644]
configs/ZUMA_defconfig [new file with mode: 0644]
configs/a320evb_defconfig [new file with mode: 0644]
configs/a3m071_defconfig [new file with mode: 0644]
configs/a4m072_defconfig [new file with mode: 0644]
configs/a4m2k_defconfig [new file with mode: 0644]
configs/ac14xx_defconfig [new file with mode: 0644]
configs/acadia_defconfig [new file with mode: 0644]
configs/adp-ag101_defconfig [new file with mode: 0644]
configs/adp-ag101p_defconfig [new file with mode: 0644]
configs/adp-ag102_defconfig [new file with mode: 0644]
configs/aev_defconfig [new file with mode: 0644]
configs/afeb9260_defconfig [new file with mode: 0644]
configs/alpr_defconfig [new file with mode: 0644]
configs/alt_defconfig [new file with mode: 0644]
configs/am335x_boneblack_defconfig [new file with mode: 0644]
configs/am335x_boneblack_vboot_defconfig [new file with mode: 0644]
configs/am335x_evm_defconfig [new file with mode: 0644]
configs/am335x_evm_nor_defconfig [new file with mode: 0644]
configs/am335x_evm_norboot_defconfig [new file with mode: 0644]
configs/am335x_evm_spiboot_defconfig [new file with mode: 0644]
configs/am335x_evm_uart1_defconfig [new file with mode: 0644]
configs/am335x_evm_uart2_defconfig [new file with mode: 0644]
configs/am335x_evm_uart3_defconfig [new file with mode: 0644]
configs/am335x_evm_uart4_defconfig [new file with mode: 0644]
configs/am335x_evm_uart5_defconfig [new file with mode: 0644]
configs/am335x_evm_usbspl_defconfig [new file with mode: 0644]
configs/am335x_igep0033_defconfig [new file with mode: 0644]
configs/am3517_crane_defconfig [new file with mode: 0644]
configs/am3517_evm_defconfig [new file with mode: 0644]
configs/am43xx_evm_defconfig [new file with mode: 0644]
configs/am43xx_evm_qspiboot_defconfig [new file with mode: 0644]
configs/ap325rxa_defconfig [new file with mode: 0644]
configs/ap_sh4a_4a_defconfig [new file with mode: 0644]
configs/apf27_defconfig [new file with mode: 0644]
configs/apx4devkit_defconfig [new file with mode: 0644]
configs/arcangel4-be_defconfig [new file with mode: 0644]
configs/arcangel4_defconfig [new file with mode: 0644]
configs/arches_defconfig [new file with mode: 0644]
configs/aria_defconfig [new file with mode: 0644]
configs/armadillo-800eva_defconfig [new file with mode: 0644]
configs/arndale_defconfig [new file with mode: 0644]
configs/aspenite_defconfig [new file with mode: 0644]
configs/astro_mcf5373l_defconfig [new file with mode: 0644]
configs/at91rm9200ek_defconfig [new file with mode: 0644]
configs/at91rm9200ek_ram_defconfig [new file with mode: 0644]
configs/at91sam9260ek_dataflash_cs0_defconfig [new file with mode: 0644]
configs/at91sam9260ek_dataflash_cs1_defconfig [new file with mode: 0644]
configs/at91sam9260ek_nandflash_defconfig [new file with mode: 0644]
configs/at91sam9261ek_dataflash_cs0_defconfig [new file with mode: 0644]
configs/at91sam9261ek_dataflash_cs3_defconfig [new file with mode: 0644]
configs/at91sam9261ek_nandflash_defconfig [new file with mode: 0644]
configs/at91sam9263ek_dataflash_cs0_defconfig [new file with mode: 0644]
configs/at91sam9263ek_dataflash_defconfig [new file with mode: 0644]
configs/at91sam9263ek_nandflash_defconfig [new file with mode: 0644]
configs/at91sam9263ek_norflash_boot_defconfig [new file with mode: 0644]
configs/at91sam9263ek_norflash_defconfig [new file with mode: 0644]
configs/at91sam9g10ek_dataflash_cs0_defconfig [new file with mode: 0644]
configs/at91sam9g10ek_dataflash_cs3_defconfig [new file with mode: 0644]
configs/at91sam9g10ek_nandflash_defconfig [new file with mode: 0644]
configs/at91sam9g20ek_2mmc_nandflash_defconfig [new file with mode: 0644]
configs/at91sam9g20ek_dataflash_cs0_defconfig [new file with mode: 0644]
configs/at91sam9g20ek_dataflash_cs1_defconfig [new file with mode: 0644]
configs/at91sam9g20ek_mmc_defconfig [new file with mode: 0644]
configs/at91sam9g20ek_nandflash_defconfig [new file with mode: 0644]
configs/at91sam9m10g45ek_mmc_defconfig [new file with mode: 0644]
configs/at91sam9m10g45ek_nandflash_defconfig [new file with mode: 0644]
configs/at91sam9n12ek_mmc_defconfig [new file with mode: 0644]
configs/at91sam9n12ek_nandflash_defconfig [new file with mode: 0644]
configs/at91sam9n12ek_spiflash_defconfig [new file with mode: 0644]
configs/at91sam9rlek_dataflash_defconfig [new file with mode: 0644]
configs/at91sam9rlek_nandflash_defconfig [new file with mode: 0644]
configs/at91sam9x5ek_dataflash_defconfig [new file with mode: 0644]
configs/at91sam9x5ek_mmc_defconfig [new file with mode: 0644]
configs/at91sam9x5ek_nandflash_defconfig [new file with mode: 0644]
configs/at91sam9x5ek_spiflash_defconfig [new file with mode: 0644]
configs/at91sam9xeek_dataflash_cs0_defconfig [new file with mode: 0644]
configs/at91sam9xeek_dataflash_cs1_defconfig [new file with mode: 0644]
configs/at91sam9xeek_nandflash_defconfig [new file with mode: 0644]
configs/atc_defconfig [new file with mode: 0644]
configs/atngw100_defconfig [new file with mode: 0644]
configs/atngw100mkii_defconfig [new file with mode: 0644]
configs/atstk1002_defconfig [new file with mode: 0644]
configs/atstk1003_defconfig [new file with mode: 0644]
configs/atstk1004_defconfig [new file with mode: 0644]
configs/atstk1006_defconfig [new file with mode: 0644]
configs/axm_defconfig [new file with mode: 0644]
configs/axs101_defconfig [new file with mode: 0644]
configs/balloon3_defconfig [new file with mode: 0644]
configs/bamboo_defconfig [new file with mode: 0644]
configs/bcm28155_ap_defconfig [new file with mode: 0644]
configs/bct-brettl2_defconfig [new file with mode: 0644]
configs/beaver_defconfig [new file with mode: 0644]
configs/bf506f-ezkit_defconfig [new file with mode: 0644]
configs/bf518f-ezbrd_defconfig [new file with mode: 0644]
configs/bf525-ucr2_defconfig [new file with mode: 0644]
configs/bf526-ezbrd_defconfig [new file with mode: 0644]
configs/bf527-ad7160-eval_defconfig [new file with mode: 0644]
configs/bf527-ezkit-v2_defconfig [new file with mode: 0644]
configs/bf527-ezkit_defconfig [new file with mode: 0644]
configs/bf527-sdp_defconfig [new file with mode: 0644]
configs/bf533-ezkit_defconfig [new file with mode: 0644]
configs/bf533-stamp_defconfig [new file with mode: 0644]
configs/bf537-minotaur_defconfig [new file with mode: 0644]
configs/bf537-pnav_defconfig [new file with mode: 0644]
configs/bf537-srv1_defconfig [new file with mode: 0644]
configs/bf537-stamp_defconfig [new file with mode: 0644]
configs/bf538f-ezkit_defconfig [new file with mode: 0644]
configs/bf548-ezkit_defconfig [new file with mode: 0644]
configs/bf561-acvilon_defconfig [new file with mode: 0644]
configs/bf561-ezkit_defconfig [new file with mode: 0644]
configs/bf609-ezkit_defconfig [new file with mode: 0644]
configs/bg0900_defconfig [new file with mode: 0644]
configs/blackstamp_defconfig [new file with mode: 0644]
configs/blackvme_defconfig [new file with mode: 0644]
configs/bluestone_defconfig [new file with mode: 0644]
configs/br4_defconfig [new file with mode: 0644]
configs/bubinga_defconfig [new file with mode: 0644]
configs/caddy2_defconfig [new file with mode: 0644]
configs/calimain_defconfig [new file with mode: 0644]
configs/cam5200_defconfig [new file with mode: 0644]
configs/cam5200_niosflash_defconfig [new file with mode: 0644]
configs/cam_enc_4xx_defconfig [new file with mode: 0644]
configs/canmb_defconfig [new file with mode: 0644]
configs/canyonlands_defconfig [new file with mode: 0644]
configs/cardhu_defconfig [new file with mode: 0644]
configs/cgtqmx6qeval_defconfig [new file with mode: 0644]
configs/charon_defconfig [new file with mode: 0644]
configs/cm-bf527_defconfig [new file with mode: 0644]
configs/cm-bf533_defconfig [new file with mode: 0644]
configs/cm-bf537e_defconfig [new file with mode: 0644]
configs/cm-bf537u_defconfig [new file with mode: 0644]
configs/cm-bf548_defconfig [new file with mode: 0644]
configs/cm-bf561_defconfig [new file with mode: 0644]
configs/cm4008_defconfig [new file with mode: 0644]
configs/cm41xx_defconfig [new file with mode: 0644]
configs/cm5200_defconfig [new file with mode: 0644]
configs/cm_t335_defconfig [new file with mode: 0644]
configs/cm_t35_defconfig [new file with mode: 0644]
configs/cm_t54_defconfig [new file with mode: 0644]
configs/cmi_mpc5xx_defconfig [new file with mode: 0644]
configs/cobra5272_defconfig [new file with mode: 0644]
configs/cogent_mpc8260_defconfig [new file with mode: 0644]
configs/cogent_mpc8xx_defconfig [new file with mode: 0644]
configs/colibri_pxa270_defconfig [new file with mode: 0644]
configs/colibri_t20_iris_defconfig [new file with mode: 0644]
configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig [new file with mode: 0644]
configs/controlcenterd_36BIT_SDCARD_defconfig [new file with mode: 0644]
configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig [new file with mode: 0644]
configs/controlcenterd_TRAILBLAZER_defconfig [new file with mode: 0644]
configs/coreboot-x86_defconfig [new file with mode: 0644]
configs/corvus_defconfig [new file with mode: 0644]
configs/cpci5200_defconfig [new file with mode: 0644]
configs/cpu9260_128M_defconfig [new file with mode: 0644]
configs/cpu9260_defconfig [new file with mode: 0644]
configs/cpu9260_nand_128M_defconfig [new file with mode: 0644]
configs/cpu9260_nand_defconfig [new file with mode: 0644]
configs/cpu9G20_128M_defconfig [new file with mode: 0644]
configs/cpu9G20_defconfig [new file with mode: 0644]
configs/cpu9G20_nand_128M_defconfig [new file with mode: 0644]
configs/cpu9G20_nand_defconfig [new file with mode: 0644]
configs/cpuat91_defconfig [new file with mode: 0644]
configs/cpuat91_ram_defconfig [new file with mode: 0644]
configs/csb272_defconfig [new file with mode: 0644]
configs/csb472_defconfig [new file with mode: 0644]
configs/d2net_v2_defconfig [new file with mode: 0644]
configs/da830evm_defconfig [new file with mode: 0644]
configs/da850_am18xxevm_defconfig [new file with mode: 0644]
configs/da850evm_defconfig [new file with mode: 0644]
configs/da850evm_direct_nor_defconfig [new file with mode: 0644]
configs/dalmore_defconfig [new file with mode: 0644]
configs/davinci_dm355evm_defconfig [new file with mode: 0644]
configs/davinci_dm355leopard_defconfig [new file with mode: 0644]
configs/davinci_dm365evm_defconfig [new file with mode: 0644]
configs/davinci_dm6467Tevm_defconfig [new file with mode: 0644]
configs/davinci_dm6467evm_defconfig [new file with mode: 0644]
configs/davinci_dvevm_defconfig [new file with mode: 0644]
configs/davinci_schmoogie_defconfig [new file with mode: 0644]
configs/davinci_sffsdr_defconfig [new file with mode: 0644]
configs/davinci_sonata_defconfig [new file with mode: 0644]
configs/dbau1000_defconfig [new file with mode: 0644]
configs/dbau1100_defconfig [new file with mode: 0644]
configs/dbau1500_defconfig [new file with mode: 0644]
configs/dbau1550_defconfig [new file with mode: 0644]
configs/dbau1550_el_defconfig [new file with mode: 0644]
configs/devconcenter_defconfig [new file with mode: 0644]
configs/devkit3250_defconfig [new file with mode: 0644]
configs/devkit8000_defconfig [new file with mode: 0644]
configs/dig297_defconfig [new file with mode: 0644]
configs/digsy_mtc_RAMBOOT_defconfig [new file with mode: 0644]
configs/digsy_mtc_defconfig [new file with mode: 0644]
configs/digsy_mtc_rev5_RAMBOOT_defconfig [new file with mode: 0644]
configs/digsy_mtc_rev5_defconfig [new file with mode: 0644]
configs/dkb_defconfig [new file with mode: 0644]
configs/dlvision-10g_defconfig [new file with mode: 0644]
configs/dlvision_defconfig [new file with mode: 0644]
configs/dnp5370_defconfig [new file with mode: 0644]
configs/dns325_defconfig [new file with mode: 0644]
configs/dockstar_defconfig [new file with mode: 0644]
configs/dra7xx_evm_defconfig [new file with mode: 0644]
configs/dra7xx_evm_qspiboot_defconfig [new file with mode: 0644]
configs/dra7xx_evm_uart3_defconfig [new file with mode: 0644]
configs/draco_defconfig [new file with mode: 0644]
configs/dreamplug_defconfig [new file with mode: 0644]
configs/duovero_defconfig [new file with mode: 0644]
configs/dxr2_defconfig [new file with mode: 0644]
configs/eXalion_defconfig [new file with mode: 0644]
configs/ea20_defconfig [new file with mode: 0644]
configs/eb_cpu5282_defconfig [new file with mode: 0644]
configs/eb_cpu5282_internal_defconfig [new file with mode: 0644]
configs/eb_cpux9k2_defconfig [new file with mode: 0644]
configs/eb_cpux9k2_ram_defconfig [new file with mode: 0644]
configs/ebony_defconfig [new file with mode: 0644]
configs/eco5pk_defconfig [new file with mode: 0644]
configs/ecovec_defconfig [new file with mode: 0644]
configs/edb9315a_defconfig [new file with mode: 0644]
configs/edminiv2_defconfig [new file with mode: 0644]
configs/enbw_cmc_defconfig [new file with mode: 0644]
configs/ep8260_defconfig [new file with mode: 0644]
configs/ep82xxm_defconfig [new file with mode: 0644]
configs/espt_defconfig [new file with mode: 0644]
configs/ethernut5_defconfig [new file with mode: 0644]
configs/favr-32-ezkit_defconfig [new file with mode: 0644]
configs/flea3_defconfig [new file with mode: 0644]
configs/fo300_defconfig [new file with mode: 0644]
configs/fx12mm_defconfig [new file with mode: 0644]
configs/fx12mm_flash_defconfig [new file with mode: 0644]
configs/galaxy5200_LOWBOOT_defconfig [new file with mode: 0644]
configs/galaxy5200_defconfig [new file with mode: 0644]
configs/gdppc440etx_defconfig [new file with mode: 0644]
configs/glacier_defconfig [new file with mode: 0644]
configs/goflexhome_defconfig [new file with mode: 0644]
configs/gplugd_defconfig [new file with mode: 0644]
configs/gr_cpci_ax2000_defconfig [new file with mode: 0644]
configs/gr_ep2s60_defconfig [new file with mode: 0644]
configs/gr_xc3s_1500_defconfig [new file with mode: 0644]
configs/grasshopper_defconfig [new file with mode: 0644]
configs/grsim_defconfig [new file with mode: 0644]
configs/grsim_leon2_defconfig [new file with mode: 0644]
configs/guruplug_defconfig [new file with mode: 0644]
configs/gw8260_defconfig [new file with mode: 0644]
configs/gwventana_defconfig [new file with mode: 0644]
configs/h2200_defconfig [new file with mode: 0644]
configs/haleakala_defconfig [new file with mode: 0644]
configs/hammerhead_defconfig [new file with mode: 0644]
configs/harmony_defconfig [new file with mode: 0644]
configs/hawkboard_defconfig [new file with mode: 0644]
configs/hawkboard_uart_defconfig [new file with mode: 0644]
configs/hermes_defconfig [new file with mode: 0644]
configs/highbank_defconfig [new file with mode: 0644]
configs/hmi1001_defconfig [new file with mode: 0644]
configs/hummingboard_solo_defconfig [new file with mode: 0644]
configs/hymod_defconfig [new file with mode: 0644]
configs/ib62x0_defconfig [new file with mode: 0644]
configs/ibf-dsp561_defconfig [new file with mode: 0644]
configs/icecube_5200_DDR_LOWBOOT08_defconfig [new file with mode: 0644]
configs/icecube_5200_DDR_LOWBOOT_defconfig [new file with mode: 0644]
configs/icecube_5200_DDR_defconfig [new file with mode: 0644]
configs/icecube_5200_LOWBOOT08_defconfig [new file with mode: 0644]
configs/icecube_5200_LOWBOOT_defconfig [new file with mode: 0644]
configs/icecube_5200_defconfig [new file with mode: 0644]
configs/icon_defconfig [new file with mode: 0644]
configs/iconnect_defconfig [new file with mode: 0644]
configs/ids8313_defconfig [new file with mode: 0644]
configs/igep0020_defconfig [new file with mode: 0644]
configs/igep0020_nand_defconfig [new file with mode: 0644]
configs/igep0030_defconfig [new file with mode: 0644]
configs/igep0030_nand_defconfig [new file with mode: 0644]
configs/igep0032_defconfig [new file with mode: 0644]
configs/ima3-mx53_defconfig [new file with mode: 0644]
configs/imx27lite_defconfig [new file with mode: 0644]
configs/imx31_litekit_defconfig [new file with mode: 0644]
configs/imx31_phycore_defconfig [new file with mode: 0644]
configs/imx31_phycore_eet_defconfig [new file with mode: 0644]
configs/inetspace_v2_defconfig [new file with mode: 0644]
configs/inka4x0_defconfig [new file with mode: 0644]
configs/integratorap_cm720t_defconfig [new file with mode: 0644]
configs/integratorap_cm920t_defconfig [new file with mode: 0644]
configs/integratorap_cm926ejs_defconfig [new file with mode: 0644]
configs/integratorap_cm946es_defconfig [new file with mode: 0644]
configs/integratorcp_cm1136_defconfig [new file with mode: 0644]
configs/integratorcp_cm920t_defconfig [new file with mode: 0644]
configs/integratorcp_cm926ejs_defconfig [new file with mode: 0644]
configs/integratorcp_cm946es_defconfig [new file with mode: 0644]
configs/intip_defconfig [new file with mode: 0644]
configs/io64_defconfig [new file with mode: 0644]
configs/io_defconfig [new file with mode: 0644]
configs/iocon_defconfig [new file with mode: 0644]
configs/ip04_defconfig [new file with mode: 0644]
configs/ipam390_defconfig [new file with mode: 0644]
configs/ipek01_defconfig [new file with mode: 0644]
configs/jadecpu_defconfig [new file with mode: 0644]
configs/jetson-tk1_defconfig [new file with mode: 0644]
configs/jornada_defconfig [new file with mode: 0644]
configs/jupiter_defconfig [new file with mode: 0644]
configs/k2e_evm_defconfig [new file with mode: 0644]
configs/k2hk_evm_defconfig [new file with mode: 0644]
configs/katmai_defconfig [new file with mode: 0644]
configs/kilauea_defconfig [new file with mode: 0644]
configs/km_kirkwood_128m16_defconfig [new file with mode: 0644]
configs/km_kirkwood_defconfig [new file with mode: 0644]
configs/km_kirkwood_pci_defconfig [new file with mode: 0644]
configs/kmcoge4_defconfig [new file with mode: 0644]
configs/kmcoge5ne_defconfig [new file with mode: 0644]
configs/kmcoge5un_defconfig [new file with mode: 0644]
configs/kmeter1_defconfig [new file with mode: 0644]
configs/kmlion1_defconfig [new file with mode: 0644]
configs/kmnusa_defconfig [new file with mode: 0644]
configs/kmopti2_defconfig [new file with mode: 0644]
configs/kmsugp1_defconfig [new file with mode: 0644]
configs/kmsupx5_defconfig [new file with mode: 0644]
configs/kmsuv31_defconfig [new file with mode: 0644]
configs/kmvect1_defconfig [new file with mode: 0644]
configs/koelsch_defconfig [new file with mode: 0644]
configs/korat_defconfig [new file with mode: 0644]
configs/korat_perm_defconfig [new file with mode: 0644]
configs/kwb_defconfig [new file with mode: 0644]
configs/kzm9g_defconfig [new file with mode: 0644]
configs/lager_defconfig [new file with mode: 0644]
configs/lcd4_lwmon5_defconfig [new file with mode: 0644]
configs/lite5200b_LOWBOOT_defconfig [new file with mode: 0644]
configs/lite5200b_PM_defconfig [new file with mode: 0644]
configs/lite5200b_defconfig [new file with mode: 0644]
configs/lp8x4x_defconfig [new file with mode: 0644]
configs/ls2085a_emu_D4_defconfig [new file with mode: 0644]
configs/ls2085a_emu_defconfig [new file with mode: 0644]
configs/ls2085a_simu_defconfig [new file with mode: 0644]
configs/lschlv2_defconfig [new file with mode: 0644]
configs/lsxhl_defconfig [new file with mode: 0644]
configs/luan_defconfig [new file with mode: 0644]
configs/lwmon5_defconfig [new file with mode: 0644]
configs/lwmon_defconfig [new file with mode: 0644]
configs/m28evk_defconfig [new file with mode: 0644]
configs/m53evk_defconfig [new file with mode: 0644]
configs/magnesium_defconfig [new file with mode: 0644]
configs/makalu_defconfig [new file with mode: 0644]
configs/malta_defconfig [new file with mode: 0644]
configs/maltael_defconfig [new file with mode: 0644]
configs/marsboard_defconfig [new file with mode: 0644]
configs/mcc200_COM12_SDRAM_defconfig [new file with mode: 0644]
configs/mcc200_COM12_defconfig [new file with mode: 0644]
configs/mcc200_COM12_highboot_SDRAM_defconfig [new file with mode: 0644]
configs/mcc200_COM12_highboot_defconfig [new file with mode: 0644]
configs/mcc200_SDRAM_defconfig [new file with mode: 0644]
configs/mcc200_defconfig [new file with mode: 0644]
configs/mcc200_highboot_SDRAM_defconfig [new file with mode: 0644]
configs/mcc200_highboot_defconfig [new file with mode: 0644]
configs/mcx_defconfig [new file with mode: 0644]
configs/mecp5123_defconfig [new file with mode: 0644]
configs/mecp5200_defconfig [new file with mode: 0644]
configs/medcom-wide_defconfig [new file with mode: 0644]
configs/meesc_dataflash_defconfig [new file with mode: 0644]
configs/meesc_defconfig [new file with mode: 0644]
configs/mgcoge3ne_defconfig [new file with mode: 0644]
configs/mgcoge3un_defconfig [new file with mode: 0644]
configs/mgcoge_defconfig [new file with mode: 0644]
configs/microblaze-generic_defconfig [new file with mode: 0644]
configs/mimc200_defconfig [new file with mode: 0644]
configs/ml507_defconfig [new file with mode: 0644]
configs/ml507_flash_defconfig [new file with mode: 0644]
configs/motionpro_defconfig [new file with mode: 0644]
configs/mpc5121ads_defconfig [new file with mode: 0644]
configs/mpc5121ads_rev2_defconfig [new file with mode: 0644]
configs/mpc7448hpc2_defconfig [new file with mode: 0644]
configs/mpc8308_p1m_defconfig [new file with mode: 0644]
configs/mpr2_defconfig [new file with mode: 0644]
configs/ms7720se_defconfig [new file with mode: 0644]
configs/ms7722se_defconfig [new file with mode: 0644]
configs/ms7750se_defconfig [new file with mode: 0644]
configs/mt_ventoux_defconfig [new file with mode: 0644]
configs/muas3001_defconfig [new file with mode: 0644]
configs/muas3001_dev_defconfig [new file with mode: 0644]
configs/mucmc52_defconfig [new file with mode: 0644]
configs/munices_defconfig [new file with mode: 0644]
configs/mv88f6281gtw_ge_defconfig [new file with mode: 0644]
configs/mx23_olinuxino_defconfig [new file with mode: 0644]
configs/mx23evk_defconfig [new file with mode: 0644]
configs/mx25pdk_defconfig [new file with mode: 0644]
configs/mx28evk_auart_console_defconfig [new file with mode: 0644]
configs/mx28evk_defconfig [new file with mode: 0644]
configs/mx28evk_nand_defconfig [new file with mode: 0644]
configs/mx28evk_spi_defconfig [new file with mode: 0644]
configs/mx31ads_defconfig [new file with mode: 0644]
configs/mx31pdk_defconfig [new file with mode: 0644]
configs/mx35pdk_defconfig [new file with mode: 0644]
configs/mx51_efikamx_defconfig [new file with mode: 0644]
configs/mx51_efikasb_defconfig [new file with mode: 0644]
configs/mx51evk_defconfig [new file with mode: 0644]
configs/mx53ard_defconfig [new file with mode: 0644]
configs/mx53evk_defconfig [new file with mode: 0644]
configs/mx53loco_defconfig [new file with mode: 0644]
configs/mx53smd_defconfig [new file with mode: 0644]
configs/mx6dlsabreauto_defconfig [new file with mode: 0644]
configs/mx6dlsabresd_defconfig [new file with mode: 0644]
configs/mx6qarm2_defconfig [new file with mode: 0644]
configs/mx6qsabreauto_defconfig [new file with mode: 0644]
configs/mx6qsabrelite_defconfig [new file with mode: 0644]
configs/mx6qsabresd_defconfig [new file with mode: 0644]
configs/mx6slevk_defconfig [new file with mode: 0644]
configs/neo_defconfig [new file with mode: 0644]
configs/net2big_v2_defconfig [new file with mode: 0644]
configs/netspace_lite_v2_defconfig [new file with mode: 0644]
configs/netspace_max_v2_defconfig [new file with mode: 0644]
configs/netspace_mini_v2_defconfig [new file with mode: 0644]
configs/netspace_v2_defconfig [new file with mode: 0644]
configs/nhk8815_defconfig [new file with mode: 0644]
configs/nhk8815_onenand_defconfig [new file with mode: 0644]
configs/nios2-generic_defconfig [new file with mode: 0644]
configs/nitrogen6dl2g_defconfig [new file with mode: 0644]
configs/nitrogen6dl_defconfig [new file with mode: 0644]
configs/nitrogen6q2g_defconfig [new file with mode: 0644]
configs/nitrogen6q_defconfig [new file with mode: 0644]
configs/nitrogen6s1g_defconfig [new file with mode: 0644]
configs/nitrogen6s_defconfig [new file with mode: 0644]
configs/nokia_rx51_defconfig [new file with mode: 0644]
configs/ocotea_defconfig [new file with mode: 0644]
configs/omap3_beagle_defconfig [new file with mode: 0644]
configs/omap3_evm_defconfig [new file with mode: 0644]
configs/omap3_evm_quick_mmc_defconfig [new file with mode: 0644]
configs/omap3_evm_quick_nand_defconfig [new file with mode: 0644]
configs/omap3_ha_defconfig [new file with mode: 0644]
configs/omap3_logic_defconfig [new file with mode: 0644]
configs/omap3_mvblx_defconfig [new file with mode: 0644]
configs/omap3_overo_defconfig [new file with mode: 0644]
configs/omap3_pandora_defconfig [new file with mode: 0644]
configs/omap3_sdp3430_defconfig [new file with mode: 0644]
configs/omap3_zoom1_defconfig [new file with mode: 0644]
configs/omap4_panda_defconfig [new file with mode: 0644]
configs/omap4_sdp4430_defconfig [new file with mode: 0644]
configs/omap5912osk_defconfig [new file with mode: 0644]
configs/omap5_uevm_defconfig [new file with mode: 0644]
configs/openrd_base_defconfig [new file with mode: 0644]
configs/openrd_client_defconfig [new file with mode: 0644]
configs/openrd_ultimate_defconfig [new file with mode: 0644]
configs/openrisc-generic_defconfig [new file with mode: 0644]
configs/origen_defconfig [new file with mode: 0644]
configs/otc570_dataflash_defconfig [new file with mode: 0644]
configs/otc570_defconfig [new file with mode: 0644]
configs/p3m7448_defconfig [new file with mode: 0644]
configs/p3m750_defconfig [new file with mode: 0644]
configs/p3p440_defconfig [new file with mode: 0644]
configs/palmld_defconfig [new file with mode: 0644]
configs/palmtc_defconfig [new file with mode: 0644]
configs/palmtreo680_defconfig [new file with mode: 0644]
configs/paz00_defconfig [new file with mode: 0644]
configs/pb1000_defconfig [new file with mode: 0644]
configs/pcm030_LOWBOOT_defconfig [new file with mode: 0644]
configs/pcm030_defconfig [new file with mode: 0644]
configs/pcm051_rev1_defconfig [new file with mode: 0644]
configs/pcm051_rev3_defconfig [new file with mode: 0644]
configs/pcs440ep_defconfig [new file with mode: 0644]
configs/pdm360ng_defconfig [new file with mode: 0644]
configs/peach-pit_defconfig [new file with mode: 0644]
configs/pengwyn_defconfig [new file with mode: 0644]
configs/pepper_defconfig [new file with mode: 0644]
configs/pf5200_defconfig [new file with mode: 0644]
configs/plutux_defconfig [new file with mode: 0644]
configs/pm9261_defconfig [new file with mode: 0644]
configs/pm9263_defconfig [new file with mode: 0644]
configs/pm9g45_defconfig [new file with mode: 0644]
configs/pogo_e02_defconfig [new file with mode: 0644]
configs/polaris_defconfig [new file with mode: 0644]
configs/portl2_defconfig [new file with mode: 0644]
configs/portuxg20_defconfig [new file with mode: 0644]
configs/ppmc7xx_defconfig [new file with mode: 0644]
configs/ppmc8260_defconfig [new file with mode: 0644]
configs/pr1_defconfig [new file with mode: 0644]
configs/prs200_DDR_defconfig [new file with mode: 0644]
configs/prs200_defconfig [new file with mode: 0644]
configs/prs200_highboot_DDR_defconfig [new file with mode: 0644]
configs/prs200_highboot_defconfig [new file with mode: 0644]
configs/pxa255_idp_defconfig [new file with mode: 0644]
configs/pxm2_defconfig [new file with mode: 0644]
configs/qemu-ppce500_defconfig [new file with mode: 0644]
configs/qemu_mips64_defconfig [new file with mode: 0644]
configs/qemu_mips64el_defconfig [new file with mode: 0644]
configs/qemu_mips_defconfig [new file with mode: 0644]
configs/qemu_mipsel_defconfig [new file with mode: 0644]
configs/qong_defconfig [new file with mode: 0644]
configs/r0p7734_defconfig [new file with mode: 0644]
configs/r2dplus_defconfig [new file with mode: 0644]
configs/r7-tv-dongle_defconfig [new file with mode: 0644]
configs/r7780mp_defconfig [new file with mode: 0644]
configs/rainier_defconfig [new file with mode: 0644]
configs/rainier_ramboot_defconfig [new file with mode: 0644]
configs/rd6281a_defconfig [new file with mode: 0644]
configs/redwood_defconfig [new file with mode: 0644]
configs/riotboard_defconfig [new file with mode: 0644]
configs/rpi_b_defconfig [new file with mode: 0644]
configs/rsk7203_defconfig [new file with mode: 0644]
configs/rsk7264_defconfig [new file with mode: 0644]
configs/rsk7269_defconfig [new file with mode: 0644]
configs/rut_defconfig [new file with mode: 0644]
configs/s5p_goni_defconfig [new file with mode: 0644]
configs/s5pc210_universal_defconfig [new file with mode: 0644]
configs/sacsng_defconfig [new file with mode: 0644]
configs/sama5d3_xplained_mmc_defconfig [new file with mode: 0644]
configs/sama5d3_xplained_nandflash_defconfig [new file with mode: 0644]
configs/sama5d3xek_mmc_defconfig [new file with mode: 0644]
configs/sama5d3xek_nandflash_defconfig [new file with mode: 0644]
configs/sama5d3xek_spiflash_defconfig [new file with mode: 0644]
configs/sandbox_defconfig [new file with mode: 0644]
configs/sansa_fuze_plus_defconfig [new file with mode: 0644]
configs/sbc35_a9g20_eeprom_defconfig [new file with mode: 0644]
configs/sbc35_a9g20_nandflash_defconfig [new file with mode: 0644]
configs/sbc405_defconfig [new file with mode: 0644]
configs/sbc8349_PCI_33_defconfig [new file with mode: 0644]
configs/sbc8349_PCI_66_defconfig [new file with mode: 0644]
configs/sbc8349_defconfig [new file with mode: 0644]
configs/sbc8548_PCI_33_PCIE_defconfig [new file with mode: 0644]
configs/sbc8548_PCI_33_defconfig [new file with mode: 0644]
configs/sbc8548_PCI_66_PCIE_defconfig [new file with mode: 0644]
configs/sbc8548_PCI_66_defconfig [new file with mode: 0644]
configs/sbc8548_defconfig [new file with mode: 0644]
configs/sbc8641d_defconfig [new file with mode: 0644]
configs/sc3_defconfig [new file with mode: 0644]
configs/sc_sps_1_defconfig [new file with mode: 0644]
configs/scb9328_defconfig [new file with mode: 0644]
configs/seaboard_defconfig [new file with mode: 0644]
configs/sequoia_defconfig [new file with mode: 0644]
configs/sequoia_ramboot_defconfig [new file with mode: 0644]
configs/sh7752evb_defconfig [new file with mode: 0644]
configs/sh7753evb_defconfig [new file with mode: 0644]
configs/sh7757lcr_defconfig [new file with mode: 0644]
configs/sh7763rdp_defconfig [new file with mode: 0644]
configs/sh7785lcr_32bit_defconfig [new file with mode: 0644]
configs/sh7785lcr_defconfig [new file with mode: 0644]
configs/sheevaplug_defconfig [new file with mode: 0644]
configs/shmin_defconfig [new file with mode: 0644]
configs/smdk2410_defconfig [new file with mode: 0644]
configs/smdk5250_defconfig [new file with mode: 0644]
configs/smdk5420_defconfig [new file with mode: 0644]
configs/smdkc100_defconfig [new file with mode: 0644]
configs/smdkv310_defconfig [new file with mode: 0644]
configs/snapper9260_defconfig [new file with mode: 0644]
configs/snapper9g20_defconfig [new file with mode: 0644]
configs/snow_defconfig [new file with mode: 0644]
configs/snowball_defconfig [new file with mode: 0644]
configs/socfpga_cyclone5_defconfig [new file with mode: 0644]
configs/socrates_defconfig [new file with mode: 0644]
configs/spear300_defconfig [new file with mode: 0644]
configs/spear300_nand_defconfig [new file with mode: 0644]
configs/spear300_usbtty_defconfig [new file with mode: 0644]
configs/spear300_usbtty_nand_defconfig [new file with mode: 0644]
configs/spear310_defconfig [new file with mode: 0644]
configs/spear310_nand_defconfig [new file with mode: 0644]
configs/spear310_pnor_defconfig [new file with mode: 0644]
configs/spear310_usbtty_defconfig [new file with mode: 0644]
configs/spear310_usbtty_nand_defconfig [new file with mode: 0644]
configs/spear310_usbtty_pnor_defconfig [new file with mode: 0644]
configs/spear320_defconfig [new file with mode: 0644]
configs/spear320_nand_defconfig [new file with mode: 0644]
configs/spear320_pnor_defconfig [new file with mode: 0644]
configs/spear320_usbtty_defconfig [new file with mode: 0644]
configs/spear320_usbtty_nand_defconfig [new file with mode: 0644]
configs/spear320_usbtty_pnor_defconfig [new file with mode: 0644]
configs/spear600_defconfig [new file with mode: 0644]
configs/spear600_nand_defconfig [new file with mode: 0644]
configs/spear600_usbtty_defconfig [new file with mode: 0644]
configs/spear600_usbtty_nand_defconfig [new file with mode: 0644]
configs/stamp9g20_defconfig [new file with mode: 0644]
configs/stxgp3_defconfig [new file with mode: 0644]
configs/stxssa_4M_defconfig [new file with mode: 0644]
configs/stxssa_defconfig [new file with mode: 0644]
configs/stxxtc_defconfig [new file with mode: 0644]
configs/suvd3_defconfig [new file with mode: 0644]
configs/svm_sc8xx_defconfig [new file with mode: 0644]
configs/sycamore_defconfig [new file with mode: 0644]
configs/t3corp_defconfig [new file with mode: 0644]
configs/taihu_defconfig [new file with mode: 0644]
configs/taishan_defconfig [new file with mode: 0644]
configs/tao3530_defconfig [new file with mode: 0644]
configs/taurus_defconfig [new file with mode: 0644]
configs/tb100_defconfig [new file with mode: 0644]
configs/tcm-bf518_defconfig [new file with mode: 0644]
configs/tcm-bf537_defconfig [new file with mode: 0644]
configs/tec-ng_defconfig [new file with mode: 0644]
configs/tec_defconfig [new file with mode: 0644]
configs/ti814x_evm_defconfig [new file with mode: 0644]
configs/ti816x_evm_defconfig [new file with mode: 0644]
configs/titanium_defconfig [new file with mode: 0644]
configs/tk71_defconfig [new file with mode: 0644]
configs/tnetv107x_evm_defconfig [new file with mode: 0644]
configs/tny_a9260_eeprom_defconfig [new file with mode: 0644]
configs/tny_a9260_nandflash_defconfig [new file with mode: 0644]
configs/tny_a9g20_eeprom_defconfig [new file with mode: 0644]
configs/tny_a9g20_nandflash_defconfig [new file with mode: 0644]
configs/top9000eval_xe_defconfig [new file with mode: 0644]
configs/top9000su_xe_defconfig [new file with mode: 0644]
configs/trats2_defconfig [new file with mode: 0644]
configs/trats_defconfig [new file with mode: 0644]
configs/tricorder_defconfig [new file with mode: 0644]
configs/tricorder_flash_defconfig [new file with mode: 0644]
configs/trimslice_defconfig [new file with mode: 0644]
configs/trizepsiv_defconfig [new file with mode: 0644]
configs/tseries_mmc_defconfig [new file with mode: 0644]
configs/tseries_nand_defconfig [new file with mode: 0644]
configs/tseries_spi_defconfig [new file with mode: 0644]
configs/tt01_defconfig [new file with mode: 0644]
configs/tuge1_defconfig [new file with mode: 0644]
configs/tuxx1_defconfig [new file with mode: 0644]
configs/twister_defconfig [new file with mode: 0644]
configs/tx25_defconfig [new file with mode: 0644]
configs/u8500_href_defconfig [new file with mode: 0644]
configs/uc100_defconfig [new file with mode: 0644]
configs/uc101_defconfig [new file with mode: 0644]
configs/udoo_quad_defconfig [new file with mode: 0644]
configs/usb_a9263_dataflash_defconfig [new file with mode: 0644]
configs/utx8245_defconfig [new file with mode: 0644]
configs/v38b_defconfig [new file with mode: 0644]
configs/v5fx30teval_defconfig [new file with mode: 0644]
configs/v5fx30teval_flash_defconfig [new file with mode: 0644]
configs/vct_platinum_defconfig [new file with mode: 0644]
configs/vct_platinum_onenand_defconfig [new file with mode: 0644]
configs/vct_platinum_onenand_small_defconfig [new file with mode: 0644]
configs/vct_platinum_small_defconfig [new file with mode: 0644]
configs/vct_platinumavc_defconfig [new file with mode: 0644]
configs/vct_platinumavc_onenand_defconfig [new file with mode: 0644]
configs/vct_platinumavc_onenand_small_defconfig [new file with mode: 0644]
configs/vct_platinumavc_small_defconfig [new file with mode: 0644]
configs/vct_premium_defconfig [new file with mode: 0644]
configs/vct_premium_onenand_defconfig [new file with mode: 0644]
configs/vct_premium_onenand_small_defconfig [new file with mode: 0644]
configs/vct_premium_small_defconfig [new file with mode: 0644]
configs/ve8313_defconfig [new file with mode: 0644]
configs/venice2_defconfig [new file with mode: 0644]
configs/ventana_defconfig [new file with mode: 0644]
configs/versatileab_defconfig [new file with mode: 0644]
configs/versatilepb_defconfig [new file with mode: 0644]
configs/versatileqemu_defconfig [new file with mode: 0644]
configs/vexpress_aemv8a_defconfig [new file with mode: 0644]
configs/vexpress_aemv8a_semi_defconfig [new file with mode: 0644]
configs/vexpress_ca15_tc2_defconfig [new file with mode: 0644]
configs/vexpress_ca5x2_defconfig [new file with mode: 0644]
configs/vexpress_ca9x4_defconfig [new file with mode: 0644]
configs/vf610twr_defconfig [new file with mode: 0644]
configs/virtlab2_defconfig [new file with mode: 0644]
configs/vision2_defconfig [new file with mode: 0644]
configs/vl_ma2sc_defconfig [new file with mode: 0644]
configs/vl_ma2sc_ram_defconfig [new file with mode: 0644]
configs/vme8349_defconfig [new file with mode: 0644]
configs/vpac270_nor_128_defconfig [new file with mode: 0644]
configs/vpac270_nor_256_defconfig [new file with mode: 0644]
configs/vpac270_ond_256_defconfig [new file with mode: 0644]
configs/walnut_defconfig [new file with mode: 0644]
configs/wandboard_dl_defconfig [new file with mode: 0644]
configs/wandboard_quad_defconfig [new file with mode: 0644]
configs/wandboard_solo_defconfig [new file with mode: 0644]
configs/whistler_defconfig [new file with mode: 0644]
configs/wireless_space_defconfig [new file with mode: 0644]
configs/woodburn_defconfig [new file with mode: 0644]
configs/woodburn_sd_defconfig [new file with mode: 0644]
configs/wtk_defconfig [new file with mode: 0644]
configs/x600_defconfig [new file with mode: 0644]
configs/xaeniax_defconfig [new file with mode: 0644]
configs/xfi3_defconfig [new file with mode: 0644]
configs/xilinx-ppc405-generic_defconfig [new file with mode: 0644]
configs/xilinx-ppc405-generic_flash_defconfig [new file with mode: 0644]
configs/xilinx-ppc440-generic_defconfig [new file with mode: 0644]
configs/xilinx-ppc440-generic_flash_defconfig [new file with mode: 0644]
configs/xpedite1000_defconfig [new file with mode: 0644]
configs/xpedite517x_defconfig [new file with mode: 0644]
configs/xpedite520x_defconfig [new file with mode: 0644]
configs/xpedite537x_defconfig [new file with mode: 0644]
configs/xpedite550x_defconfig [new file with mode: 0644]
configs/yellowstone_defconfig [new file with mode: 0644]
configs/yosemite_defconfig [new file with mode: 0644]
configs/yucca_defconfig [new file with mode: 0644]
configs/zeus_defconfig [new file with mode: 0644]
configs/zipitz2_defconfig [new file with mode: 0644]
configs/zmx25_defconfig [new file with mode: 0644]
configs/zynq_microzed_defconfig [new file with mode: 0644]
configs/zynq_zc70x_defconfig [new file with mode: 0644]
configs/zynq_zc770_xm010_defconfig [new file with mode: 0644]
configs/zynq_zc770_xm012_defconfig [new file with mode: 0644]
configs/zynq_zc770_xm013_defconfig [new file with mode: 0644]
configs/zynq_zed_defconfig [new file with mode: 0644]