projects
/
GitHub
/
moto-9609
/
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:
f5ec25d
)
pstore: Fix Kconfig dependencies for apei->pstore
author
Luck, Tony
<tony.luck@intel.com>
Wed, 13 Apr 2011 17:48:12 +0000
(10:48 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Fri, 20 May 2011 17:34:35 +0000
(10:34 -0700)
Geert Uytterhoeven ran a dependency checker which kicked out this warning:
+ warning: (ACPI_APEI) selects PSTORE which has unmet direct dependencies (MISC_FILESYSTEMS): => N/A
Randy confirmed that the fix was to "select MISC_FILESYSTEMS" too.
Tested-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
drivers/acpi/apei/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/apei/Kconfig
b/drivers/acpi/apei/Kconfig
index 66a03caa2ad92093cf68ce5ddcbc215ea8ef7b3d..f739a70b1c708a0084afa2e8e6605f401c7bfd94 100644
(file)
--- a/
drivers/acpi/apei/Kconfig
+++ b/
drivers/acpi/apei/Kconfig
@@
-1,5
+1,6
@@
config ACPI_APEI
bool "ACPI Platform Error Interface (APEI)"
+ select MISC_FILESYSTEMS
select PSTORE
depends on X86
help