new chip configure

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@992 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2003-07-21 14:00:53 +00:00
parent 73a9cf4ccb
commit 2b02b63c54
2 changed files with 8 additions and 0 deletions

View File

@ -157,6 +157,11 @@ define LINUXBIOS_ASSEMBLER
export always
comment "Build assembler"
end
define CONFIG_CHIP_CONFIGURE
default 0
export used
comment "Use new chip_configure method for configuring (non-pci) devices"
end
###############################################
# ROM image options

View File

@ -29,6 +29,9 @@ uses MAINBOARD_VENDOR
## use a cross compiler
option CROSS_COMPILE="powerpc-eabi-"
## Use chip configuration
option CONFIG_CHIP_CONFIGURE=1
## We don't use compressed image
option CONFIG_COMPRESS=0