diff options
author | Masahiro Yamada | 2014-08-31 07:10:57 +0900 |
---|---|---|
committer | Tom Rini | 2014-08-30 21:19:32 -0400 |
commit | f40b98986384373e03e0b2f19833c3e65e452fdb (patch) | |
tree | d196fd246a50903dadb6d50c508157e59876acde /include/configs/kzm9g.h | |
parent | ddd960e6c4b8412fa5c5a35f36cc3ac9f3ffbc16 (diff) |
rmobile: kconfig: move board select menu and common settings
Becuase the board select menu in arch/arm/Kconfig is too big,
move the Rmobile board select menu to rmobile/Kconfig.
Consolidate also common settings (CONFIG_SYS_CPU="armv7" and
CONFIG_SYS_SOC="rmobile").
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'include/configs/kzm9g.h')
-rw-r--r-- | include/configs/kzm9g.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index 5a13ad11393..ac74ae7fb38 100644 --- a/include/configs/kzm9g.h +++ b/include/configs/kzm9g.h @@ -10,7 +10,6 @@ #undef DEBUG -#define CONFIG_RMOBILE #define CONFIG_SH73A0 #define CONFIG_KZM_A9_GT #define CONFIG_RMOBILE_BOARD_STRING "KMC KZM-A9-GT" |