kconfig: move CONFIG_OF_* to Kconfig
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 22 Sep 2014 10:59:05 +0000 (19:59 +0900)
committerTom Rini <trini@ti.com>
Thu, 25 Sep 2014 13:27:50 +0000 (09:27 -0400)
commit783e6a72b8278d59854ced41a4696c9a14abbb0b
treec1e896b2b18f0283b45599264925a810c8b67ef2
parent540d434aa420bc056326f0f02135bb17e46be5b1
kconfig: move CONFIG_OF_* to Kconfig

This commit moves:
  CONFIG_OF_CONTROL
  CONFIG_OF_SEPARATE
  CONFIG_OF_EMBED
  CONFIG_OF_HOSTFILE

Because these options are currently not supported for SPL,
the "Device Tree Control" menu does not appear in the SPL
configuration.

Note:
zynq-common.h should be adjusted so as not to change the
default value of CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
46 files changed:
Kconfig
arch/Kconfig
arch/arm/Kconfig
arch/arm/cpu/armv7/exynos/Kconfig
configs/am335x_boneblack_vboot_defconfig
configs/coreboot-x86_defconfig
configs/microblaze-generic_defconfig
configs/odroid_defconfig
configs/origen_defconfig
configs/s5pc210_universal_defconfig
configs/sandbox_defconfig
configs/trats2_defconfig
configs/trats_defconfig
configs/zynq_microzed_defconfig
configs/zynq_zc70x_defconfig
configs/zynq_zc770_xm010_defconfig
configs/zynq_zc770_xm012_defconfig
configs/zynq_zc770_xm013_defconfig
configs/zynq_zed_defconfig
dts/Kconfig [new file with mode: 0644]
include/configs/am335x_evm.h
include/configs/arndale.h
include/configs/beaver.h
include/configs/cardhu.h
include/configs/colibri_t20_iris.h
include/configs/colibri_t30.h
include/configs/coreboot.h
include/configs/dalmore.h
include/configs/exynos4-dt.h
include/configs/exynos5-dt.h
include/configs/harmony.h
include/configs/jetson-tk1.h
include/configs/medcom-wide.h
include/configs/microblaze-generic.h
include/configs/paz00.h
include/configs/plutux.h
include/configs/sandbox.h
include/configs/seaboard.h
include/configs/tec-ng.h
include/configs/tec.h
include/configs/tegra-common-post.h
include/configs/trimslice.h
include/configs/venice2.h
include/configs/ventana.h
include/configs/whistler.h
include/configs/zynq-common.h