Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix multiple Kconfig warnings when building samples/hello_world #22831

Merged
merged 13 commits into from
Feb 14, 2020

Commits on Feb 14, 2020

  1. boards: bbc_microbit: Set log buffer size conditionally

    Override the default log buffer size only when logging is actually
    enabled.
    
    See zephyrproject-rtos#22474.
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    69fd0f7 View commit details
    Browse the repository at this point in the history
  2. boards: em_starterkit: Enable ARC_HAS_SECURE in normal image

    For the non-secure image, the architecture still supports secure
    execution, so express that in the defconfig.
    
    See zephyrproject-rtos#22474.
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    c772005 View commit details
    Browse the repository at this point in the history
  3. boards: esp32: Conditionally enable RNG

    Enable RNG only if the actual entropy generator is enabled.
    
    See zephyrproject-rtos#22474.
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    d253b74 View commit details
    Browse the repository at this point in the history
  4. boards: frdm_kw41z: Override ADC vref choice properly

    In order to overrdie a choice one needs to define it again. Override it
    by redefining it in the .defconfig file.
    
    See zephyrproject-rtos#22474.
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    2581bbd View commit details
    Browse the repository at this point in the history
  5. boards: mps2_an385: Conditionally set ztest stack size

    Set the ztest stack size only when ztest itself is enabled.
    
    See zephyrproject-rtos#22474.
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    a1bd345 View commit details
    Browse the repository at this point in the history
  6. boards: odroid_go: Conditionally enable RNG

    Enable RNG only if the actual entropy generator is enabled.
    
    See zephyrproject-rtos#22474.
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    7ee0b98 View commit details
    Browse the repository at this point in the history
  7. boards: olimex_stm32_e407: Remove stale entropy Kconfig settings

    This board now has an entropy driver, no need to use the test one
    anymore.
    
    See zephyrproject-rtos#22474.
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    06f5565 View commit details
    Browse the repository at this point in the history
  8. boards: olimex_stm32_p405: Remove stale entropy Kconfig settings

    This board now has an entropy driver, no need to use the test one
    anymore.
    
    See zephyrproject-rtos#22474.
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    1deffe0 View commit details
    Browse the repository at this point in the history
  9. boards: qemu_cortex_m0: Set log buffer size conditionally

    Override the default log buffer size only when logging is actually
    enabled.
    
    See zephyrproject-rtos#22474.
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    8c73dd7 View commit details
    Browse the repository at this point in the history
  10. boards: qemu_xtensa: Conditionally set IPM console stack size

    Set the IPM console stack size only when the console is enabled.
    
    See zephyrproject-rtos#22474.
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    37c3412 View commit details
    Browse the repository at this point in the history
  11. boards: sam4s_xplained: Enable generic GPIO

    In the default configuration we want to enable the generic GPIO module
    so that we avoid Kconfig warnings.
    
    See zephyrproject-rtos#22474.
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    0b11b27 View commit details
    Browse the repository at this point in the history
  12. boards: xt-sim*: Conditionally set IPM console stack size

    Set the IPM console stack size only when the console is enabled.
    
    See zephyrproject-rtos#22474.
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    e23e894 View commit details
    Browse the repository at this point in the history
  13. boards: xt-sim_intel_s1000: Fix board definition

    Fix up the board definition so that the actual board can at least be
    processed by Kconfig.
    
    See zephyrproject-rtos#22474.
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    35e7d3e View commit details
    Browse the repository at this point in the history