diff --git a/mainboard/emulation/qemu-x86/config.h b/mainboard/emulation/qemu-x86/config.h deleted file mode 100644 index 3ba3cdbd4e..0000000000 --- a/mainboard/emulation/qemu-x86/config.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef MAINBOARD_EMULATION_QEMU_X86_CONFIG_H -#define MAINBOARD_EMULATION_QEMU_X86_CONFIG_H - -struct mainboard_emulation_qemu_x86_config { - int nothing; -}; - -#endif /* MAINBOARD_EMULATION_QEMU_X86_CONFIG_H */ diff --git a/northbridge/intel/i440bxemulation/config.h b/northbridge/intel/i440bxemulation/config.h deleted file mode 100644 index faa87bc3be..0000000000 --- a/northbridge/intel/i440bxemulation/config.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - * This file is part of the LinuxBIOS project. - * - * Copyright (C) 2007 Ronald G. Minnich - * - * 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 - */ - -#ifndef NORTHBRIDGE_INTEL_I440BXEMULATION_CONFIG_H -#define NORTHBRIDGE_INTEL_I440BXEMULATION_CONFIG_H - -extern struct device_operations i440bxemulation_pcidomainops; -extern struct constructor i440bx_constructors[]; - -struct northbridge_intel_i440bx_config { - /* The various emulators don't always get 440BX right. So we are - * going to allow users to set the RAM size via Kconfig. - */ - int ramsize; -}; - -#endif /* NORTHBRIDGE_INTEL_I440BXEMULATION_CONFIG_H */ diff --git a/southbridge/intel/i82371eb/config.h b/southbridge/intel/i82371eb/config.h deleted file mode 100644 index e4b1ef0df4..0000000000 --- a/southbridge/intel/i82371eb/config.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * This file is part of the LinuxBIOS project. - * - * Copyright (C) 2004 Linux Networx - * Copyright (C) 2005 Bitworks - * Copyright (C) 2007 Ronald G. Minnich - * - * 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 - */ - -#ifndef SOUTHBRIDGE_INTEL_I82371EB_CONFIG_H -#define SOUTHBRIDGE_INTEL_I82371EB_CONFIG_H - -extern struct constructor i82371eb_constructors[]; - -struct southbridge_intel_i82371eb_config { - unsigned int ide0_enable : 1; - unsigned int ide1_enable : 1; -}; - -#endif /* SOUTHBRIDGE_INTEL_I82371EB_CONFIG_H */