Author: uwe Date: 2007-07-10 16:38:01 +0200 (Tue, 10 Jul 2007) New Revision: 442
Removed: LinuxBIOSv3/arch/Kconfig LinuxBIOSv3/arch/powerpc/ Modified: LinuxBIOSv3/Kconfig LinuxBIOSv3/mainboard/emulation/Kconfig Log: 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
Modified: LinuxBIOSv3/Kconfig =================================================================== --- LinuxBIOSv3/Kconfig 2007-07-10 12:30:07 UTC (rev 441) +++ LinuxBIOSv3/Kconfig 2007-07-10 14:38:01 UTC (rev 442) @@ -63,7 +63,7 @@ endmenu
source mainboard/Kconfig -source arch/Kconfig +source arch/x86/Kconfig source lib/Kconfig source device/Kconfig
Deleted: LinuxBIOSv3/arch/Kconfig =================================================================== --- LinuxBIOSv3/arch/Kconfig 2007-07-10 12:30:07 UTC (rev 441) +++ LinuxBIOSv3/arch/Kconfig 2007-07-10 14:38:01 UTC (rev 442) @@ -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 -
Modified: LinuxBIOSv3/mainboard/emulation/Kconfig =================================================================== --- LinuxBIOSv3/mainboard/emulation/Kconfig 2007-07-10 12:30:07 UTC (rev 441) +++ LinuxBIOSv3/mainboard/emulation/Kconfig 2007-07-10 14:38:01 UTC (rev 442) @@ -35,13 +35,6 @@ help x86 QEMU variant.
-config BOARD_EMULATION_QEMU_POWERPC - bool "PowerPC QEMU (EXPERIMENTAL)" - depends on EXPERIMENTAL - select ARCH_POWERPC - help - PowerPC QEMU variant. - endchoice
source "mainboard/emulation/qemu-x86/Kconfig"