diff options
| author | Masahiro Yamada <[email protected]> | 2014-08-31 07:11:06 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-08-30 21:21:59 -0400 |
| commit | 22f2be7a122410862b68e4ceb901d677c1b5fee8 (patch) | |
| tree | 6987b8b4b118c315bd02b79d4f60d3cdd34c0fb2 /configs | |
| parent | c338f09e965a300ddd78af73e86c4af4c9464ce4 (diff) | |
orion5x: kconfig: move board select menu and common settings
Becuase the board select menu in arch/arm/Kconfig is too big,
move the Orion5x board select menu to orion5x/Kconfig.
Move also common settings (CONFIG_SYS_CPU="arm926ejs" and
CONFIG_SYS_SOC="orion5x").
Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Albert ARIBAUD <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/edminiv2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/edminiv2_defconfig b/configs/edminiv2_defconfig index 82aa684d984..3b1a6c193a7 100644 --- a/configs/edminiv2_defconfig +++ b/configs/edminiv2_defconfig @@ -1,2 +1,3 @@ CONFIG_ARM=y +CONFIG_ORION5X=y CONFIG_TARGET_EDMINIV2=y |
