Changeset 5209


Ignore:
Timestamp:
Mar 14, 2010 10:31:05 PM (3 years ago)
Author:
oxygene
Message:

Move deprecated Kconfig options to their own file,
so it's clear that they should be gone.
More can (and should) be added, but this is a start.

Of course, eliminating the uses of the flags (and then
the flags themselves) that are in Kconfig.deprecated_options
is a noble task for the future :-)

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

Location:
trunk/src
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Kconfig

    r5208 r5209  
    284284          function, no matter if it's provided by board code or chipset code. 
    285285 
    286 config BOARD_HAS_HARD_RESET 
    287         bool 
    288         default n 
    289         help 
    290           This variable specifies whether a given board has a reset.c 
    291           file containing a hard_reset() function. 
    292  
    293 config BOARD_HAS_FADT 
    294         bool 
    295         default n 
    296         help 
    297           This variable specifies whether a given board has a board-local 
    298           FADT in fadt.c. Long-term, those should be moved to appropriate 
    299           chipset components (eg. southbridge) 
    300  
    301 config HAVE_BUS_CONFIG 
    302         bool 
    303         default n 
    304         help 
    305           This variable specifies whether a given board has a get_bus_conf.c 
    306           file containing bus configuration data. 
    307  
    308286config HAVE_INIT_TIMER 
    309287        bool 
     
    842820        hex 
    843821        default 0x10 
     822 
     823source src/Kconfig.deprecated_options 
Note: See TracChangeset for help on using the changeset viewer.