1. 15 5月, 2019 1 次提交
    • J
      net: phy: micrel: Allow KSZ8xxx and KSZ90x1 to be used together · 77b508d3
      James Byrne 提交于
      Commit d397f7c4 ("net: phy: micrel: Separate KSZ9000 drivers from
      KSZ8000 drivers") separated the KSZ8xxx and KSZ90x1 drivers and warns
      that you shouldn't select both of them due to a device ID clash between
      the KSZ9021 and the KS8721, asserting that "it is highly unlikely for a
      system to contain both a KSZ8000 and a KSZ9000 PHY". Unfortunately
      boards like the SAMA5D3xEK do contain both types of PHY, but fortunately
      the Linux Micrel PHY driver provides a solution by using different PHY
      ID and mask values to distinguish these chips.
      
      This commit contains the following changes:
      
      - The PHY ID and mask values for the KSZ9021 and the KS8721 now match
      those used by the Linux driver.
      - The warnings about not enabling both drivers have been removed.
      - The description for PHY_MICREL_KSZ8XXX has been corrected (these are
      10/100 PHYs, not GbE PHYs).
      - PHY_MICREL_KSZ9021 and PHY_MICREL_KSZ9031 no longer select PHY_GIGE
      since this is selected by PHY_MICREL_KSZ90X1.
      - All of the relevant defconfig files have been updated now that
      PHY_MICREL_KSZ8XXX does not default to 'Y'.
      Signed-off-by: NJames Byrne <james.byrne@origamienergy.com>
      Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
      77b508d3
  2. 04 9月, 2018 1 次提交
  3. 18 8月, 2018 1 次提交
  4. 17 8月, 2018 1 次提交
    • T
      configs: Migrate CONFIG_NR_DRAM_BANKS · 86cf1c82
      Tom Rini 提交于
      We have the following cases:
      - CONFIG_NR_DRAM_BANKS was defined, migrate normally
      - CONFIG_NR_DRAM_BANKS_MAX was defined and then used for
        CONFIG_NR_DRAM_BANKS after a check, just migrate it over now.
      - CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 +
        2), set this to 8.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      86cf1c82
  5. 24 2月, 2018 1 次提交
  6. 11 2月, 2018 1 次提交
    • T
      configs: Migrate CONFIG_SYS_TEXT_BASE · 278b90ce
      Tom Rini 提交于
      On the NIOS2 and Xtensa architectures, we do not have
      CONFIG_SYS_TEXT_BASE set.  This is a strict migration of the current
      values into the defconfig and removing them from the headers.
      
      I did not attempt to add more default values in and for now will leave
      that to maintainers.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      278b90ce
  7. 11 10月, 2017 1 次提交
    • T
      cmd: Toggle the default value of CONFIG_CMD_IMLS · ad12dc18
      Tuomas Tynkkynen 提交于
      Having this as a 'default y' is rather annoying because it doesn't
      actually compile unless other options are defined in the board header:
      
      ../cmd/bootm.c: In function 'do_imls_nor':
      ../cmd/bootm.c:330:7: error: 'CONFIG_SYS_MAX_FLASH_BANKS' undeclared (first use in this function); did you mean 'CONFIG_SYS_MAX_FLASH_SECT'?
         i < CONFIG_SYS_MAX_FLASH_BANKS; ++i, ++info) {
      
      Make it 'default n' so people who develop new boards that start from a
      blank defconfig have one less compilation failure to debug.
      Signed-off-by: NTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
      ad12dc18
  8. 28 8月, 2017 1 次提交
  9. 08 8月, 2017 1 次提交
  10. 26 7月, 2017 1 次提交
  11. 14 3月, 2017 1 次提交
  12. 26 1月, 2017 1 次提交
  13. 30 12月, 2016 1 次提交
    • M
      mmc: complete unfinished move of CONFIG_MMC · c2726995
      Masahiro Yamada 提交于
      Commit 7a777f6d ("mmc: Add generic Kconfig option") created
      a Kconfig entry for this option without any actual moves, then
      commit 44c79879 ("sunxi: Use Kconfig CONFIG_MMC") moved
      instances only for SUNXI.
      
      We generally do not like such partial moves.  This kind of work
      is automated by tools/moveconfig.py, so it is pretty easy to
      complete this move.
      
      I am adding "default ARM || PPC || SANDBOX" (suggested by Tom).
      This shortens the configs and will ease new board porting.
      
      This commit was created as follows:
      
      [1] Edit Kconfig (remove the "depends on", add the "default",
          copy the prompt and help message from Linux)
      
      [2] Run 'tools/moveconfig.py -y -s -r HEAD MMC'
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      Reviewed-by: NJaehoon Chung <jh80.chung@samsung.com>
      c2726995
  14. 12 10月, 2016 2 次提交
  15. 17 9月, 2016 1 次提交
  16. 10 6月, 2016 1 次提交
  17. 26 4月, 2016 1 次提交
  18. 25 11月, 2015 2 次提交
  19. 28 9月, 2015 1 次提交
  20. 22 8月, 2015 1 次提交
  21. 13 8月, 2015 1 次提交
    • N
      kconfig: add config option for shell prompt · 181bd9dc
      Nikita Kiryanov 提交于
      Add option to set shell prompt string from menuconfig and migrate
      boards globally.
      
      The migration is done as follows:
      - Boards that explicitly and unconditionally set CONFIG_SYS_PROMPT had the
        entry moved to their defconfig files.
      - Boards that defined some kind of #ifdef logic which selects the
        CONFIG_SYS_PROMPT (for example qemu-mips) got an #undef CONFIG_SYS_PROMPT
        right before the #ifdef logic and were left alone.
      - This change forces CONFIG_SYS_PROMPT to be a per board decision, and thus
        CONFIG_SYS_PROMPT was removed from all <soc>_common.h and <arch>_common.h
        files. This results in a streamlined default value across platforms, and
        includes the following files: spear-common, sunxi-common, mv-common,
        ti_armv7_common, tegra-common, at91-sama5_common, and zynq-common.
      - Boards that relied on <arch/soc>_common.h values of CONFIG_SYS_PROMPT were
        not updated in their respective defconfig files under the assumption that
        since they did not explicitly define a value, they're fine with whatever
        the default is.
      - On the other hand, boards that relied on a value defined in some
        <boards>_common.h file such as woodburn_common, rpi-common,
        bur_am335x_common, ls2085a_common, siemens_am33x_common, and
        omap3_evm_common, had their values moved to the respective defconfig files.
      - The define V_PROMPT was removed, since it is not used anywhere except for
        assigning a value for CONFIG_SYS_PROMPT.
      
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Igor Grinberg <grinberg@compulab.co.il>
      Signed-off-by: NNikita Kiryanov <nikita@compulab.co.il>
      [trini: Add spring, sniper, smartweb to conversion]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      181bd9dc
  22. 03 7月, 2015 2 次提交
  23. 26 6月, 2015 2 次提交
  24. 09 6月, 2015 1 次提交
    • S
      autoboot.c: Move config options to Kconfig · d126e016
      Stefan Roese 提交于
      This patch moves the following config options to Kconfig:
      
      CONFIG_AUTOBOOT_KEYED
      CONFIG_AUTOBOOT_PROMPT
      CONFIG_AUTOBOOT_DELAY_STR
      CONFIG_AUTOBOOT_STOP_STR
      AUTOBOOT_KEYED_CTRLC
      Signed-off-by: NStefan Roese <sr@denx.de>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      [trini: Drop ip04 and pm9263 configs/ additions, those boards previously
       set CONFIG_AUTOBOOT_PROMPT but never used it, re-run savedefconfig over
       all boards that did change. Make digsy_mtc_* string include seconds to
       match others and not warn. ]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
      d126e016
  25. 01 6月, 2015 1 次提交
  26. 13 5月, 2015 1 次提交
  27. 10 5月, 2015 1 次提交
  28. 19 4月, 2015 2 次提交
  29. 28 3月, 2015 1 次提交
  30. 13 2月, 2015 2 次提交
  31. 10 12月, 2014 1 次提交