Skip to content
Snippets Groups Projects
  • Tom Rini's avatar
    be7dbb60
    Convert CONFIG_SYS_IMMR to Kconfig · be7dbb60
    Tom Rini authored
    
    This converts the following to Kconfig:
       CONFIG_SYS_IMMR
    
    We do this by consolidating the SYS_IMMR options we have and providing
    defaults.
    
    We also, in the few places where M68K was also sharing code with these
    platforms, define it within the file to CONFIG_SYS_MBAR to match usage.
    This should be cleaned up longer term.
    
    Signed-off-by: default avatarTom Rini <trini@konsulko.com>
    be7dbb60
    History
    Convert CONFIG_SYS_IMMR to Kconfig
    Tom Rini authored
    
    This converts the following to Kconfig:
       CONFIG_SYS_IMMR
    
    We do this by consolidating the SYS_IMMR options we have and providing
    defaults.
    
    We also, in the few places where M68K was also sharing code with these
    platforms, define it within the file to CONFIG_SYS_MBAR to match usage.
    This should be cleaned up longer term.
    
    Signed-off-by: default avatarTom Rini <trini@konsulko.com>