Changeset 5100


Ignore:
Timestamp:
Feb 9, 2010 1:32:55 PM (3 years ago)
Author:
oxygene
Message:

Actually set HAVE_OPTION_TABLES for the boards that need it.
(See last commit)

Signed-off-by: Patrick Georgi <patrick.georgi@…>
Acked-by: Patrick Georgi <patrick.georgi@…>

Location:
trunk/src/mainboard
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mainboard/amd/dbm690t/Kconfig

    r5051 r5100  
    2424 
    2525config HAVE_HIGH_TABLES 
    26         bool 
    27         default n 
    28         depends on BOARD_AMD_DBM690T 
    29  
    30 config HAVE_OPTION_TABLE 
    3126        bool 
    3227        default n 
  • trunk/src/mainboard/asus/a8v-e_se/Kconfig

    r5052 r5100  
    100100        depends on BOARD_ASUS_A8V_E_SE 
    101101 
    102 config HAVE_OPTION_TABLE 
    103         bool 
    104         default n 
    105         depends on BOARD_ASUS_A8V_E_SE 
    106  
    107102config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID 
    108103        hex 
  • trunk/src/mainboard/kontron/kt690/Kconfig

    r5051 r5100  
    7979        depends on BOARD_KONTRON_KT690 
    8080 
    81 config HAVE_OPTION_TABLE 
    82         bool 
    83         default n 
    84         depends on BOARD_KONTRON_KT690 
    85  
    8681config HW_MEM_HOLE_SIZE_AUTO_INC 
    8782        bool 
  • trunk/src/mainboard/technexion/tim5690/Kconfig

    r5039 r5100  
    128128        default 0x4000 
    129129        depends on BOARD_TECHNEXION_TIM5690 
    130  
    131 config HAVE_OPTION_TABLE 
    132         bool 
    133         default n 
    134         depends on BOARD_TECHNEXION_TIM5690 
Note: See TracChangeset for help on using the changeset viewer.