diff options
author | David Howells <dhowells@redhat.com> | 2011-03-18 12:52:53 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2011-03-18 12:52:53 -0400 |
commit | 4692edbd4c5ab58c4e17f8cba136d93104254a15 (patch) | |
tree | 49e0c0a08fb7aac6be0ec0696f76c39e3e7e2b0f /arch/mn10300/Kconfig | |
parent | 1ddc4a38ca008b3a399ff7a6643076a50f0a2d11 (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/Kconfig | 2 |
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 @@ | |||
1 | config MN10300 | 1 | config MN10300 |
2 | def_bool y | 2 | def_bool y |
3 | select HAVE_OPROFILE | 3 | select HAVE_OPROFILE |
4 | select GENERIC_HARDIRQS | 4 | select HAVE_GENERIC_HARDIRQS |
5 | 5 | ||
6 | config AM33_2 | 6 | config AM33_2 |
7 | def_bool n | 7 | def_bool n |