Skip to content

Commit

Permalink
MN10300: Select HAVE_GENERIC_HARDIRQS rather than GENERIC_HARDIRQS
Browse files Browse the repository at this point in the history
Select HAVE_GENERIC_HARDIRQS rather than GENERIC_HARDIRQS in MN10300's main
Kconfig file to avoid this warning:

warning: (MN10300) selects GENERIC_HARDIRQS which has unmet direct dependencies (HAVE_GENERIC_HARDIRQS)

Signed-off-by: David Howells <dhowells@redhat.com>
  • Loading branch information
David Howells committed Mar 18, 2011
1 parent 1ddc4a3 commit 4692edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mn10300/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config MN10300
def_bool y
select HAVE_OPROFILE
select GENERIC_HARDIRQS
select HAVE_GENERIC_HARDIRQS

config AM33_2
def_bool n
Expand Down

0 comments on commit 4692edb

Please sign in to comment.