Merge tag 'arc-v3.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Jul 2013 17:11:26 +0000 (10:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Jul 2013 17:11:26 +0000 (10:11 -0700)
Pull second set of ARC architecture updates from Vineet Gupta:
 "Couple of Platform updates (Device Tree files primarily) given that
  the corresponding drivers (net/ethernet/arc/*, irqctl/irq-tb10x.c)
  have now been merged into your tree.

  Ideally these shd have been part of same submissions, oh well..."

* tag 'arc-v3.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc:
  ARC: [TB10x] Updates for irqchip driver
  ARC: [plat-arcfpga] Enable arc_emac for ARCAngle4 Board

1  2 
arch/arc/configs/fpga_defconfig

@@@ -1,4 -1,4 +1,4 @@@
 -CONFIG_CROSS_COMPILE="arc-elf32-"
 +CONFIG_CROSS_COMPILE="arc-linux-uclibc-"
  # CONFIG_LOCALVERSION_AUTO is not set
  CONFIG_DEFAULT_HOSTNAME="ARCLinux"
  # CONFIG_SWAP is not set
@@@ -38,6 -38,9 +38,9 @@@ CONFIG_INET=
  # CONFIG_PREVENT_FIRMWARE_BUILD is not set
  # CONFIG_FIRMWARE_IN_KERNEL is not set
  # CONFIG_BLK_DEV is not set
+ CONFIG_NETDEVICES=y
+ CONFIG_ARC_EMAC=y
+ CONFIG_LXT_PHY=y
  # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
  # CONFIG_INPUT_KEYBOARD is not set
  # CONFIG_INPUT_MOUSE is not set