Skip to content
Snippets Groups Projects
  1. Mar 01, 2024
  2. Feb 29, 2024
  3. Feb 28, 2024
  4. Feb 27, 2024
    • Tom Rini's avatar
      Merge patch series "kbuild: Allow for CONFIG_SYS_CONFIG_NAME to be unset" · eec4c066
      Tom Rini authored
      Perform a little re-organization of Kconfig so that we can have
      CONFIG_SYS_CONFIG_NAME be unset and so not require a "board.h" file.
      Then go and remove a number of now not required header files.
      eec4c066
    • Tom Rini's avatar
      Kconfig: Centralize prompting for SYS_CONFIG_NAME · 3dd14868
      Tom Rini authored
      
      Generally speaking, we do not prompt for this value and define it in the
      board specific Kconfig file. There are some valid use cases however
      today where we do prompt for this value, so instead of having this be
      done in a number of locations, do this at the top-level location only.
      
      This removes the question from a number of other locations and makes it
      consistent that when we do set the value directly, we always do it the
      same way. We don't need to specify the type, it's always string.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      3dd14868
    • Tom Rini's avatar
      hc2910-2aghd05: Remove empty config header · 770afff2
      Tom Rini authored
      
      Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a
      lack of board.h file, unset this on the hc2910-2aghd05 platform and remove
      the otherwise empty file.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      770afff2
Loading