summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2004-03-13 03:28:05 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2004-03-13 03:28:05 +0000
commitcfaeaf6d2dd62476fc3234976d042fae16336b21 (patch)
tree0366ccb818f7dd3ede13fc56870464587dafcb4e
parentb8603e2ac2b8595f04e60987bcbb19284e82d5e8 (diff)
downloadcoreboot-cfaeaf6d2dd62476fc3234976d042fae16336b21.tar.xz
ide support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1400 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--src/config/Options.lb5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb
index 6ce069540b..2064ffc2ef 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -578,6 +578,11 @@ end
# IDE specific options
###############################################
+define CONFIG_IDE
+ default 0
+ export always
+ comment "Define to include IDE support"
+end
define IDE_BOOT_DRIVE
default 0
export always