Changeset 239

Show
Ignore:
Timestamp:
09/29/08 19:44:31 (2 months ago)
Author:
jcrouse
Message:

buildrom: Fix the headless dbm690t option

Apparently the && usage doesn't work for "depends on". Oh, well -
make sure that the headless option only appears when DBM690T is
selected. Also, don't enable DBM690T for CBv3. Trivial.

Signed-off-by: Jordan Crouse <jordan.crouse@…>
Acked-by: Jordan Crouse <jordan.crouse@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buildrom-devel/config/platforms/Config.in

    r238 r239  
    168168        bool "AMD dbM690T" 
    169169        depends on VENDOR_AMD 
     170        depends on COREBOOT_V2 
    170171        select PLATFORM 
    171172        select PLATFORM_SUPPORT_64BIT 
     
    217218config AMD_R690_HEADLESS 
    218219        bool "Build the R690 platform as headless (without VGA)" 
    219         depends on ADVANCED && PLATFORM_DBM690T 
     220        depends on ADVANCED 
     221        depends on PLATFORM_DBM690T 
    220222        default n 
    221223        help 
     
    228230config AMD_R690_USE_VBIOS 
    229231        bool 
     232        depends on PLATFORM_DBM690T 
    230233        depends on !AMD_R690_HEADLESS 
    231234        default y