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/lager.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/lager.h')
-rw-r--r-- | include/configs/lager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/lager.h b/include/configs/lager.h index 000e5cd8f3f..53b717f2601 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -11,7 +11,6 @@ #define __LAGER_H #undef DEBUG -#define CONFIG_R8A7790 #define CONFIG_ARCH_RMOBILE_BOARD_STRING "Lager" #include "rcar-gen2-common.h" |