Drop unused and non-working PowerPC stubs for now (trivial).

Will be re-added as soon as we support PowerPC in v3, of course.

Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@442 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-07-10 14:38:01 +00:00
parent 9779b61f67
commit ed9304866e
4 changed files with 1 additions and 67 deletions

View file

@ -63,7 +63,7 @@ config BEEPS
endmenu endmenu
source mainboard/Kconfig source mainboard/Kconfig
source arch/Kconfig source arch/x86/Kconfig
source lib/Kconfig source lib/Kconfig
source device/Kconfig source device/Kconfig

View file

@ -1,25 +0,0 @@
##
## This file is part of the LinuxBIOS project.
##
## Copyright (C) 2006 coresystems GmbH
## (Written by Stefan Reinauer <stepan@coresystems.de> for coresystems GmbH)
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
# Source all architectures.
source arch/x86/Kconfig
source arch/powerpc/Kconfig

View file

@ -1,34 +0,0 @@
##
## This file is part of the LinuxBIOS project.
##
## Copyright (C) 2006-2007 coresystems GmbH
## (Written by Stefan Reinauer <stepan@coresystems.de> for coresystems GmbH)
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
config ARCH_POWERPC
boolean
help
This option is used to set the architecture of a mainboard.
It is usually set in mainboard/*/Kconfig.
config ARCH
string
default powerpc
depends ARCH_POWERPC
help
This is the name of the respective subdirectory in arch/.

View file

@ -35,13 +35,6 @@ config BOARD_EMULATION_QEMU_X86
help help
x86 QEMU variant. x86 QEMU variant.
config BOARD_EMULATION_QEMU_POWERPC
bool "PowerPC QEMU (EXPERIMENTAL)"
depends on EXPERIMENTAL
select ARCH_POWERPC
help
PowerPC QEMU variant.
endchoice endchoice
source "mainboard/emulation/qemu-x86/Kconfig" source "mainboard/emulation/qemu-x86/Kconfig"