]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
rmobile: kconfig: move board select menu and common settings
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Sat, 30 Aug 2014 22:10:57 +0000 (07:10 +0900)
committerTom Rini <trini@ti.com>
Sun, 31 Aug 2014 01:19:32 +0000 (21:19 -0400)
commitf40b98986384373e03e0b2f19833c3e65e452fdb
treed196fd246a50903dadb6d50c508157e59876acde
parentddd960e6c4b8412fa5c5a35f36cc3ac9f3ffbc16
rmobile: kconfig: move board select menu and common settings

Becuase the board select menu in arch/arm/Kconfig is too big,
move the Rmobile board select menu to rmobile/Kconfig.

Consolidate also common settings (CONFIG_SYS_CPU="armv7" and
CONFIG_SYS_SOC="rmobile").

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
17 files changed:
arch/arm/Kconfig
arch/arm/cpu/armv7/rmobile/Kconfig [new file with mode: 0644]
board/atmark-techno/armadillo-800eva/Kconfig
board/kmc/kzm9g/Kconfig
board/renesas/alt/Kconfig
board/renesas/koelsch/Kconfig
board/renesas/lager/Kconfig
configs/alt_defconfig
configs/armadillo-800eva_defconfig
configs/koelsch_defconfig
configs/kzm9g_defconfig
configs/lager_defconfig
include/configs/alt.h
include/configs/armadillo-800eva.h
include/configs/koelsch.h
include/configs/kzm9g.h
include/configs/lager.h