Merge branch 'master' of git://git.denx.de/u-boot-nds32
authorTom Rini <trini@konsulko.com>
Fri, 26 May 2017 15:18:53 +0000 (11:18 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 26 May 2017 15:18:53 +0000 (11:18 -0400)
Move FTMAC100 to where it should be, alphabetically in
drivers/net/Kconfig

Signed-off-by: Tom Rini <trini@konsulko.com>
Conflicts:
drivers/net/Kconfig

1  2 
drivers/net/Kconfig

@@@ -123,6 -123,6 +123,11 @@@ config FEC_MX
          This driver supports the 10/100 Fast Ethernet controller for
          NXP i.MX processors.
  
++config FTMAC100
++      bool "Ftmac100 Ethernet Support"
++      help
++        This MAC is present in Andestech SoCs.
++
  config MVPP2
        bool "Marvell Armada 375/7K/8K network interface support"
        depends on ARMADA_375 || ARMADA_8K