diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-30 22:10:59 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-31 01:21:21 (GMT) |
commit | 47539e2317276ab7e31b47f75e52981c4473dbbd (patch) | |
tree | 0748151ea5968867067fced64dd18789382b7b05 /configs/kmsuv31_defconfig | |
parent | ad17a81c0627537e022967628410cd12dd781b53 (diff) | |
download | u-boot-47539e2317276ab7e31b47f75e52981c4473dbbd.tar.xz |
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>
Diffstat (limited to 'configs/kmsuv31_defconfig')
-rw-r--r-- | configs/kmsuv31_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kmsuv31_defconfig b/configs/kmsuv31_defconfig index 9434ef0..40d0993 100644 --- a/configs/kmsuv31_defconfig +++ b/configs/kmsuv31_defconfig @@ -1,3 +1,4 @@ CONFIG_SYS_EXTRA_OPTIONS="KM_SUV31" CONFIG_ARM=y +CONFIG_KIRKWOOD=y CONFIG_TARGET_KM_KIRKWOOD=y |