Changeset 5120


Ignore:
Timestamp:
Feb 12, 2010 10:32:17 AM (3 years ago)
Author:
stepan
Message:

Add two YABEL options to Kconfig

Signed-off-by: Stefan Reinauer <stepan@…>
Acked-by: Stefan Reinauer <stepan@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/devices/Kconfig

    r5072 r5120  
    9090endchoice 
    9191 
     92config YABEL_PCI_ACCESS_OTHER_DEVICES 
     93        prompt "Allow option roms to acces other devices" 
     94        bool 
     95        depends on PCI_OPTION_ROM_RUN_YABEL 
     96        help 
     97          Per default, YABEL only allows option roms to access the PCI device 
     98          that they are associated with. However, this causes trouble for some 
     99          onboard graphics chips whose option rom needs to reconfigure the  
     100          north bridge.  
     101 
     102config YABEL_VIRTMEM_LOCATION 
     103        prompt "Location of YABEL's virtual memory" 
     104        hex 
     105        depends on EXPERT 
     106        default 0x1000000 
     107        help 
     108          YABEL requires 1MB memory for its CPU emulation. This memory is 
     109          normally located at 16MB. 
     110 
    92111# TODO: Describe better, and/or make a "choice" selection for this. 
    93112config YABEL_DEBUG_FLAGS 
Note: See TracChangeset for help on using the changeset viewer.