u-boot-brain/board/esd
Masahiro Yamada dd84058d24 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>
2014-07-30 08:48:01 -04:00
..
apc405 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
ar405 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
ash405 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
cms700 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
common esd:cmd_loadpci.c: Switch from "do_source" to "source" 2014-07-22 07:44:24 -04:00
cpci2dp kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
cpci405 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
cpci750 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
cpci5200 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
cpciiser4 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
dp405 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
du405 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
du440 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
hh405 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
hub405 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
mecp5123 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
mecp5200 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
meesc kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
ocrtc kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
otc570 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
pci405 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
pf5200 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
plu405 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
pmc405 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
pmc405de kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
pmc440 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
tasreg kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
vme8349 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
voh405 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
vom405 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
wuh405 kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00