Skip to content
Snippets Groups Projects
  1. Feb 09, 2018
    • Adam Ford's avatar
      Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig · 1811a928
      Adam Ford authored
      
      config_fallbacks.h has some logic that sets HAVE_BLOCK_DEVICE
      based on a list of enabled options.  Moving HAVE_BLOCK_DEVICE to
      Kconfig allows us to drastically shrink the logic in
      config_fallbacks.h
      
      Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
      [trini: Rename HAVE_BLOCK_DEVICE to CONFIG_BLOCK_DEVICE]
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      1811a928
    • Tom Rini's avatar
      block: Migrate SystemACE chip to Kconfig · 560eeee8
      Tom Rini authored
      
      Migrate the base and sub-options to Kconfig.  Note that we only enable
      this in the base sandbox config now.
      
      Cc: Alexey Brodkin <alexey.brodkin@gmail.com>
      Cc: Michal Simek <michal.simek@xilinx.com>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      ---
      Is this driver still used anywhere?  It's fishy that it's only enabled
      in sandbox anymore.
      560eeee8
    • Adam Ford's avatar
      Convert LIB_UUID to Kconfig · a451bc27
      Adam Ford authored
      
      config_fallback.h has some logic that checks a variety of options
      and selects LIB_UUID if it hasn't already been selected.  This
      will all LIB_UUID in Kconfig and select this option for the list
      of options to allow us to remove the logic from fallbacks
      
      Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
      a451bc27
  2. Feb 08, 2018
  3. Feb 06, 2018
Loading