From 66ff9bf29169de0cb91b85ea6a07a3e9577d5501 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 5 Jul 2007 18:01:31 +0200 Subject: [PATCH] svn_rev_191 add CONFIG_MPC5200 symbol, it is still used in the code --- arch/ppc/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index 8c59244e0..3cac655b3 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig @@ -3,6 +3,9 @@ config TEXT_BASE string default "0x0" if MACH_PHYCORE_MPC5200B_TINY +config ARCH_MPC5200 + bool + config MPC5200 bool @@ -11,7 +14,9 @@ choice config MACH_PHYCORE_MPC5200B_TINY bool "Phycore mpc5200b tiny" + select ARCH_MPC5200 select MPC5200 + select HAS_CFI help Say Y here if you are using the Motorola MX1ADS board