diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-10-23 19:33:52 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-10-23 19:33:52 +0000 |
commit | 5e1a8d10ba8a64e5bcf230323a314bf273794f62 (patch) | |
tree | 20d5af6aeeed6ae7f8bd01ad85933f57e8788fe5 /src/config | |
parent | 707fad0508ffabc6a5137e35d0248ccaa188dea9 (diff) | |
download | coreboot-5e1a8d10ba8a64e5bcf230323a314bf273794f62.tar.xz |
drop a lot of dead code, including an old winbond southbridge from our removed
ppc port, some ambiguous use of CONFIG_IDE and an unused ide driver (we dropped
the filesystems already to be used with it) (somewhat trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4828 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 167e40104d..f69f94c327 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -718,31 +718,6 @@ define CONFIG_IOAPIC end ############################################### -# IDE specific options -############################################### - -define CONFIG_IDE - default 0 - export always - comment "Define to include IDE support" -end -define CONFIG_IDE_BOOT_DRIVE - default 0 - export always - comment "Disk number of boot drive" -end -define CONFIG_IDE_SWAB - default none - export used - comment "Swap bytes when reading from IDE device" -end -define CONFIG_IDE_OFFSET - default 0 - export always - comment "Sector at which to start searching for boot image" -end - -############################################### # Options for memory mapped I/O ############################################### |