1. 24 5月, 2014 2 次提交
  2. 23 5月, 2014 3 次提交
  3. 22 5月, 2014 1 次提交
  4. 17 5月, 2014 1 次提交
  5. 16 5月, 2014 1 次提交
  6. 14 5月, 2014 1 次提交
    • S
      ARM: tegra: tegra_defconfig updates · 9956dcc5
      Stephen Warren 提交于
      AT24C EEPROM:
      
      This is used for the board ID EEPROM on Jetson TK1, as well as likely
      a whole slew of other NVIDIA reference boards; we simply haven't added
      enabled the EEPROM in the DT files until now.
      
      MTD_SPI_NOR:
      
      This defconfig contains the CONFIG_M25P80 symbol, which is now
      dependent on the MTD_SPI_NOR symbol. Add CONFIG_MTD_SPI_NOR to satisfy
      the new dependency.
      
      FRAMEBUFFER_CONSOLE_ROTATION:
      
      Needed for devices like Tegra Note 7 and NVIDIA SHIELD to get the boot
      console in the expected orientation.
      
      CAN*, RTC_DRV_DS1307:
      
      Toradex Colibri Evaluation Board uses the DS1307 RTC and the MCP251x CAN
      controller. The NVIDIA Tegra 3 based Colibri T30 module can be used on
      this carrier board.
      
      Furthermore the NVIDIA Tegra 3 based Apalis T30 module too contains two
      MCP251x CAN controllers.
      
      INPUT_JOYDEV:
      
      NVIDIA SHIELD embeds a USB joystick device.
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      Signed-off-by: NAlexandre Courbot <acourbot@nvidia.com>
      Signed-off-by: NStefan Agner <stefan@agner.ch>
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      9956dcc5
  7. 11 5月, 2014 1 次提交
  8. 06 5月, 2014 3 次提交
  9. 05 5月, 2014 3 次提交
  10. 26 4月, 2014 2 次提交
  11. 24 4月, 2014 2 次提交
  12. 19 4月, 2014 1 次提交
  13. 14 4月, 2014 13 次提交
  14. 27 3月, 2014 3 次提交
  15. 22 3月, 2014 2 次提交
    • A
      ARM: mvebu: don't select CONFIG_NEON · c7f094d5
      Arnd Bergmann 提交于
      CONFIG_NEON is meant to be user-selectable. Turning it on
      unconditionally means we can't build a smaller kernel when
      we don't need it, and causes build errors if CONFIG_VFP
      is not also enabled.
      
      To still have neon enabled however, we need to turn it on
      now in multi_v7_defconfig and mvebu_v7_defconfig.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NJason Cooper <jason@lakedaemon.net>
      Acked-by: NGregory Clement <gregory.clement@free-electrons.com>
      Cc: Andrew Lunn <andrew@lunn.ch>
      Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
      c7f094d5
    • A
      ARM: davinci: fix Kconfig for DA850_EVM · 06f07c9e
      Arnd Bergmann 提交于
      The DAVINCI_DA850_EVM board uses an unusual method to
      enable the GPIO_PCA953X and KEYBOARD_GPIO_POLLED symbols,
      which leads to the dependencies on these symbols being
      ignored. As GPIO_PCA953X actually requires I2C, that
      can lead to build failures when I2C is disabled.
      
      This patch removes the duplicate symbol definitions
      and instead enables them from the davinci_all_defconfig
      file.
      
      A different question whether we actually want to automatically
      enable them at all or rather put them into defconfig,
      but that should be a separate patch.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NSekhar Nori <nsekhar@ti.com>
      Cc: Kevin Hilman <khilman@deeprootsystems.com>
      Cc: davinci-linux-open-source@linux.davincidsp.com
      06f07c9e
  16. 20 3月, 2014 1 次提交