projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ddc4a3
)
MN10300: Select HAVE_GENERIC_HARDIRQS rather than GENERIC_HARDIRQS
author
David Howells
<dhowells@redhat.com>
Fri, 18 Mar 2011 16:52:53 +0000
(16:52 +0000)
committer
David Howells
<dhowells@redhat.com>
Fri, 18 Mar 2011 16:52:53 +0000
(16:52 +0000)
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>
arch/mn10300/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/mn10300/Kconfig
b/arch/mn10300/Kconfig
index 8b979ff4373ec906edb546e6e37317910d221415..e207701c259051d562138a4275580e2b0e9ae72f 100644
(file)
--- 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