Skip to content

Commit

Permalink
ARM: at91: AT91CAP9 has a macb device
Browse files Browse the repository at this point in the history
commit

	ee621dd (net: atmel_macb Kconfig: remove long dependency line)

replaced a list of several explicit machines in the dependencies of MACB by
a single symbol that is selected by the respective machines. ee621dd missed
to let ARCH_AT91CAP9 select HAVE_NET_MACB though which is fixed here.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  • Loading branch information
Uwe Kleine-König authored and Jean-Christophe PLAGNIOL-VILLARD committed Apr 23, 2011
1 parent 0f1d9f7 commit 568aa75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-at91/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ config ARCH_AT91CAP9
select CPU_ARM926T
select GENERIC_CLOCKEVENTS
select HAVE_FB_ATMEL
select HAVE_NET_MACB

config ARCH_AT572D940HF
bool "AT572D940HF"
Expand Down

0 comments on commit 568aa75

Please sign in to comment.