summaryrefslogtreecommitdiff
path: root/arch/mn10300/Kconfig
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2011-03-18 16:52:53 +0000
committerDavid Howells <dhowells@redhat.com>2011-03-18 16:52:53 +0000
commit4692edbd4c5ab58c4e17f8cba136d93104254a15 (patch)
tree49e0c0a08fb7aac6be0ec0696f76c39e3e7e2b0f /arch/mn10300/Kconfig
parent1ddc4a38ca008b3a399ff7a6643076a50f0a2d11 (diff)
MN10300: Select HAVE_GENERIC_HARDIRQS rather than GENERIC_HARDIRQS
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>
Diffstat (limited to 'arch/mn10300/Kconfig')
-rw-r--r--arch/mn10300/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig
index 8b979ff4373e..e207701c2590 100644
--- a/arch/mn10300/Kconfig
+++ b/arch/mn10300/Kconfig
@@ -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