diff options
author | Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de> | 2010-08-02 16:01:58 (GMT) |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-08-06 16:55:57 (GMT) |
commit | efbd24b5b050c586c059ee68c57c09996e7be886 (patch) | |
tree | 85e0a84deb165323b3ccfc2ab3f96c9e64f2d27e /arch/blackfin/Kconfig | |
parent | f619ddd4fe5e6da3c3e97fe21043a4233aa54aee (diff) | |
download | linux-efbd24b5b050c586c059ee68c57c09996e7be886.tar.xz |
Blackfin: remove CONFIG_MEM_GENERIC_BOARD
MEM_GENERIC_BOARD depends on GENERIC_BOARD, but this flag was removed
in 4f25eb85d64640bc656e72917113a84701521b99, therefore all references
to it from the source can be removed.
Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 10bdd8d..57ee402 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -331,11 +331,6 @@ config BF53x depends on (BF531 || BF532 || BF533 || BF534 || BF536 || BF537) default y -config MEM_GENERIC_BOARD - bool - depends on GENERIC_BOARD - default y - config MEM_MT48LC64M4A2FB_7E bool depends on (BFIN533_STAMP) |