diff options
| author | Masahiro Yamada <[email protected]> | 2014-08-31 07:11:08 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-08-30 21:22:00 -0400 |
| commit | 16e16fdde21c9255e338d2eaea339c3ca905da22 (patch) | |
| tree | b94064ad61fe5a771545373f92ef7cd324a000f4 /board/st | |
| parent | ef2b694c731f93a70aa06e84b52a27f6cc9dbc10 (diff) | |
nomadik: kconfig: move board select menu and common settings
Becuase the board select menu in arch/arm/Kconfig is too big,
move the Nomadik board select menu to nomadik/Kconfig.
Move also common settings (CONFIG_SYS_CPU="arm926ejs" and
CONFIG_SYS_SOC="nomadik").
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'board/st')
| -rw-r--r-- | board/st/nhk8815/Kconfig | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/board/st/nhk8815/Kconfig b/board/st/nhk8815/Kconfig index ec3f880deaa..ba2e7c2e099 100644 --- a/board/st/nhk8815/Kconfig +++ b/board/st/nhk8815/Kconfig @@ -1,8 +1,4 @@ -if TARGET_NHK8815 - -config SYS_CPU - string - default "arm926ejs" +if NOMADIK_NHK8815 config SYS_BOARD string @@ -12,10 +8,6 @@ config SYS_VENDOR string default "st" -config SYS_SOC - string - default "nomadik" - config SYS_CONFIG_NAME string default "nhk8815" |
