diff options
author | Masahiro Yamada | 2014-08-31 07:10:59 +0900 |
---|---|---|
committer | Tom Rini | 2014-08-30 21:21:21 -0400 |
commit | 47539e2317276ab7e31b47f75e52981c4473dbbd (patch) | |
tree | 0748151ea5968867067fced64dd18789382b7b05 /board/karo/tk71/Kconfig | |
parent | ad17a81c0627537e022967628410cd12dd781b53 (diff) |
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 'board/karo/tk71/Kconfig')
-rw-r--r-- | board/karo/tk71/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/karo/tk71/Kconfig b/board/karo/tk71/Kconfig index 546491b67d7..24071f67e2b 100644 --- a/board/karo/tk71/Kconfig +++ b/board/karo/tk71/Kconfig @@ -1,9 +1,5 @@ if TARGET_TK71 -config SYS_CPU - string - default "arm926ejs" - config SYS_BOARD string default "tk71" @@ -12,10 +8,6 @@ config SYS_VENDOR string default "karo" -config SYS_SOC - string - default "kirkwood" - config SYS_CONFIG_NAME string default "tk71" |