mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
ide support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1400 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b8603e2ac2
commit
cfaeaf6d2d
1 changed files with 5 additions and 0 deletions
|
@ -578,6 +578,11 @@ end
|
||||||
# IDE specific options
|
# IDE specific options
|
||||||
###############################################
|
###############################################
|
||||||
|
|
||||||
|
define CONFIG_IDE
|
||||||
|
default 0
|
||||||
|
export always
|
||||||
|
comment "Define to include IDE support"
|
||||||
|
end
|
||||||
define IDE_BOOT_DRIVE
|
define IDE_BOOT_DRIVE
|
||||||
default 0
|
default 0
|
||||||
export always
|
export always
|
||||||
|
|
Loading…
Add table
Reference in a new issue