From e696942cfc6d970d9a774815cc81bf1d771c857b Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 28 Oct 2009 19:38:58 +0000 Subject: Drop remainder of PPC port Signed-off-by: Stefan Reinauer Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4884 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/ppc/Kconfig | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/arch/ppc/Kconfig (limited to 'src/arch/ppc/Kconfig') diff --git a/src/arch/ppc/Kconfig b/src/arch/ppc/Kconfig deleted file mode 100644 index 99af516316..0000000000 --- a/src/arch/ppc/Kconfig +++ /dev/null @@ -1,11 +0,0 @@ -# This option is used to set the architecture of a mainboard to PowerPC. -# It is usually set in mainboard/*/Kconfig. -config ARCH_POWERPC - bool - -# This is the name of the respective architecture subdirectory in arch/. -config ARCH - string - default ppc - depends on ARCH_POWERPC - -- cgit v1.2.3