diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-05-09 10:57:57 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-05-09 10:57:57 +1000 |
commit | ea4e89afedc7fc64078076eacbcffaaa742baf0d (patch) | |
tree | 1e4a14dd1ada2eff8d1cb4d76bf9e337e079845e /arch/powerpc/platforms/pseries/Kconfig | |
parent | 43671cc96e58458b2711f1e97ff24a4c0e7cd1ac (diff) | |
parent | a3512b2dd57cb653bb33645ca9c934436e547e3c (diff) | |
download | talos-obmc-linux-ea4e89afedc7fc64078076eacbcffaaa742baf0d.tar.gz talos-obmc-linux-ea4e89afedc7fc64078076eacbcffaaa742baf0d.zip |
Merge branch 'merge' into next
Diffstat (limited to 'arch/powerpc/platforms/pseries/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/pseries/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/pseries/Kconfig b/arch/powerpc/platforms/pseries/Kconfig index aadbe4f6d537..178a5f300bc9 100644 --- a/arch/powerpc/platforms/pseries/Kconfig +++ b/arch/powerpc/platforms/pseries/Kconfig @@ -30,9 +30,9 @@ config PPC_SPLPAR two or more partitions. config EEH - bool "PCI Extended Error Handling (EEH)" if EXPERT + bool depends on PPC_PSERIES && PCI - default y if !EXPERT + default y config PSERIES_MSI bool |