diff options
author | Marek Vasut | 2018-01-07 19:37:06 +0100 |
---|---|---|
committer | Marek Vasut | 2018-01-24 23:27:21 +0100 |
commit | b606e1bbc3428d0ebc320f11b361e1b79a21a640 (patch) | |
tree | 88a2846ec5449923bb02bf9e17b1393c6c245a6a /include/configs/alt.h | |
parent | 34df58a95efc56f469b520e9e63e4aaddc4796ee (diff) |
ARM: rmobile: Convert CONFIG_R8A77xx to Kconfig
Convert these configuration options to Kconfig, update board defconfigs
and drop them from whitelist.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/alt.h')
-rw-r--r-- | include/configs/alt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/alt.h b/include/configs/alt.h index e35ddc8ed87..84fc705a04c 100644 --- a/include/configs/alt.h +++ b/include/configs/alt.h @@ -11,7 +11,6 @@ #define __ALT_H #undef DEBUG -#define CONFIG_R8A7794 #define CONFIG_ARCH_RMOBILE_BOARD_STRING "Alt" #include "rcar-gen2-common.h" |