1. 16 5月, 2017 3 次提交
  2. 15 5月, 2017 10 次提交
    • T
      Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD · 8850c5d5
      Tom Rini 提交于
      In order to be able to migrate the various SoC EHCI CONFIG options we
      first need to finish the switch from CONFIG_USB_EHCI to
      CONFIG_USB_EHCI_HCD.
      
      Cc: Marek Vasut <marex@denx.de>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Reviewed-by: NMarek Vasut <marex@denx.de>
      8850c5d5
    • T
      whitelist: Drop more unused OMAP symbols · 86a03079
      Tom Rini 提交于
      The symbol CONFIG_OMAP3_LOGIC_USE_NEW_PRODUCT_ID was recently dropped
      from usage and CONFIG_OMAP3_MICRON_DDR is unused in code.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      86a03079
    • T
      watchdog: Migrate OMAP_WATCHDOG to Kconfig · 897f7062
      Tom Rini 提交于
      Move this entry to Kconfig.  As it is a hardware watchdog, select
      HW_WATCHDOG.  While we could default to enabling this for all platforms,
      it is currently only enabled by default on AM33XX, so keep that logic
      today.
      
      Cc: Roger Meier <r.meier@siemens.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      897f7062
    • T
      omap3: Migrate CONFIG_OMAP3_GPIO_X to Kconfig · 68ccab51
      Tom Rini 提交于
      The symbols CONFIG_OMAP3_GPIO_X control if we enable the clocks for a
      given GPIO bank in U-Boot.  select the required banks for each target.
      In some cases we need to also migrate from CONFIG_USB_EHCI (deprecated,
      in include/configs/) to CONFIG_USB_EHCI_HCD as we only require the GPIO
      bank to be enabled if USB is also enabled.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      68ccab51
    • T
      gpio: Move OMAP_GPIO to Kconfig · 29cb2b3b
      Tom Rini 提交于
      This driver is used often enough such that we want to have this enabled
      by default on any ARCH_OMAP2PLUS board, and this only compiles on
      ARCH_OMAP2PLUS due to required defines, so mark that as the depends.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      29cb2b3b
    • T
      omap3: Drop unused CONFIG_OMAP3_xxx board defines · bdf10677
      Tom Rini 提交于
      We no longer have a need for a per-board CONFIG_OMAP3_xxx define (we
      have CONFIG_TARGET_xxx when this is required), so drop these unused
      references.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      bdf10677
    • T
      omap4: Drop redundant CONFIG_OMAP4430 symbol · 77777f76
      Tom Rini 提交于
      While there are a few different OMAP4 SoCs, today we always set
      CONFIG_OMAP4430 and CONFIG_OMAP44XX.  Convert the few test of
      CONFIG_OMAP4430 to CONFIG_OMAP44XX.
      
      Cc: Marek Vasut <marex@denx.de>
      Cc: Paul Kocialkowski <contact@paulk.fr>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      77777f76
    • T
      omap3: Drop CONFIG_OMAP3_EVM, switch to CONFIG_TARGET_OMAP3_EVM when needed · 864896be
      Tom Rini 提交于
      We make use of CONFIG_OMAP3_EVM today to know when to do a specific
      tweak in MUSB.  This can be tested on via CONFIG_TARGET_OMAP3_EVM
      instead, so switch there so we can drop the now unused symbol
      CONFIG_OMAP3_EVM.  In investigating what to do about the symbol usage we
      see that the cairo board defines the same function, but never called it
      (as it does not define CONFIG_OMAP3_EVM) and was just returning anyhow,
      so drop that function from that board.
      
      Cc: "Albert ARIBAUD (3ADEV)" <albert.aribaud@3adev.fr>
      Cc: Marek Vasut <marex@denx.de>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      864896be
    • T
      omap5: Migrate CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC to Kconfig · d87f8296
      Tom Rini 提交于
      While in theory this value could be used in places outside of "omap5"
      (such as OMAP4), we only make use of it today in OMAP5, so place the
      Kconfig entry there.  Given that Kconfig lets us provide a default, we
      drop CONFIG_DEFAULT_OMAP_RESET_TIME_MAX_USEC entirely.  The contents of
      doc/README.omap-reset-time make a good help entry, so adjust them
      slightly and delete the file.  Move the comment about range to where we
      use the value now, and have Kconfig enforce the upper bound.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      d87f8296
    • T
      TI: Drop 'CONFIG_OMAP' · 89024ddc
      Tom Rini 提交于
      In the two cases in the code where we use CONFIG_OMAP as a useful test
      currently we can make use of CONFIG_ARCH_OMAP2PLUS instead.  With that
      changed we can drop all defines of CONFIG_OMAP.  While in here,
      CONFIG_OMAP3430 is only defined and then never used, so drop.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      89024ddc
  3. 12 5月, 2017 5 次提交
  4. 11 5月, 2017 1 次提交
  5. 10 5月, 2017 21 次提交