]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kirkwood: kconfig: refactor Kconfig and defconfig
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Sat, 30 Aug 2014 22:10:59 +0000 (07:10 +0900)
committerTom Rini <trini@ti.com>
Sun, 31 Aug 2014 01:21:21 +0000 (21:21 -0400)
commit47539e2317276ab7e31b47f75e52981c4473dbbd
tree0748151ea5968867067fced64dd18789382b7b05
parentad17a81c0627537e022967628410cd12dd781b53
kirkwood: kconfig: refactor Kconfig and defconfig

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

Consolidate also common settings (CONFIG_SYS_CPU="arm926ejs" and
CONFIG_SYS_SOC="kirkwood").

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Prafulla Wadasdkar <prafulla@marvell.com>
Cc: Luka Perkov <luka@openwrt.org>
71 files changed:
arch/arm/Kconfig
arch/arm/cpu/arm926ejs/kirkwood/Kconfig [new file with mode: 0644]
board/LaCie/net2big_v2/Kconfig
board/LaCie/netspace_v2/Kconfig
board/LaCie/wireless_space/Kconfig
board/Marvell/dreamplug/Kconfig
board/Marvell/guruplug/Kconfig
board/Marvell/mv88f6281gtw_ge/Kconfig
board/Marvell/openrd/Kconfig
board/Marvell/rd6281a/Kconfig
board/Marvell/sheevaplug/Kconfig
board/Seagate/dockstar/Kconfig
board/Seagate/goflexhome/Kconfig
board/buffalo/lsxl/Kconfig
board/cloudengines/pogo_e02/Kconfig
board/d-link/dns325/Kconfig
board/iomega/iconnect/Kconfig
board/karo/tk71/Kconfig
board/keymile/km_arm/Kconfig
board/raidsonic/ib62x0/Kconfig
configs/d2net_v2_defconfig
configs/dns325_defconfig
configs/dockstar_defconfig
configs/dreamplug_defconfig
configs/goflexhome_defconfig
configs/guruplug_defconfig
configs/ib62x0_defconfig
configs/iconnect_defconfig
configs/inetspace_v2_defconfig
configs/km_kirkwood_128m16_defconfig
configs/km_kirkwood_defconfig
configs/km_kirkwood_pci_defconfig
configs/kmcoge5un_defconfig
configs/kmnusa_defconfig
configs/kmsugp1_defconfig
configs/kmsuv31_defconfig
configs/lschlv2_defconfig
configs/lsxhl_defconfig
configs/mgcoge3un_defconfig
configs/mv88f6281gtw_ge_defconfig
configs/net2big_v2_defconfig
configs/netspace_lite_v2_defconfig
configs/netspace_max_v2_defconfig
configs/netspace_mini_v2_defconfig
configs/netspace_v2_defconfig
configs/openrd_base_defconfig
configs/openrd_client_defconfig
configs/openrd_ultimate_defconfig
configs/pogo_e02_defconfig
configs/portl2_defconfig
configs/rd6281a_defconfig
configs/sheevaplug_defconfig
configs/tk71_defconfig
configs/wireless_space_defconfig
include/configs/dns325.h
include/configs/dockstar.h
include/configs/dreamplug.h
include/configs/goflexhome.h
include/configs/guruplug.h
include/configs/ib62x0.h
include/configs/iconnect.h
include/configs/km/km_arm.h
include/configs/lacie_kw.h
include/configs/lsxl.h
include/configs/mv88f6281gtw_ge.h
include/configs/openrd.h
include/configs/pogo_e02.h
include/configs/rd6281a.h
include/configs/sheevaplug.h
include/configs/tk71.h
include/configs/wireless_space.h