aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/ppc/Kconfig')
-rw-r--r--src/arch/ppc/Kconfig11
1 files changed, 0 insertions, 11 deletions
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
-