diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2007-04-23 04:47:08 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-24 08:06:58 -0400 |
commit | 6cfef5b27e49e826125f12637ee0d7210a896044 (patch) | |
tree | c120c3cdd8693ed7b5042d84d82878cdf0128b46 /arch/powerpc/configs/ppc64_defconfig | |
parent | e3f64788d32f97b31709a45911dabaa37f933359 (diff) |
[POWERPC] Rename MPIC_BROKEN_U3 to MPIC_U3_HT_IRQS
Rename MPIC_BROKEN_U3 to something a little more descriptive. Its
effect is to enable support for HT irqs behind the PCI-X/HT bridge on
U3/U4 (aka. CPC9x5) parts.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/configs/ppc64_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index a8da0aea3b87..126b9f87df25 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig | |||
@@ -152,7 +152,7 @@ CONFIG_RTAS_ERROR_LOGGING=y | |||
152 | CONFIG_RTAS_PROC=y | 152 | CONFIG_RTAS_PROC=y |
153 | CONFIG_RTAS_FLASH=m | 153 | CONFIG_RTAS_FLASH=m |
154 | CONFIG_MMIO_NVRAM=y | 154 | CONFIG_MMIO_NVRAM=y |
155 | CONFIG_MPIC_BROKEN_U3=y | 155 | CONFIG_MPIC_U3_HT_IRQS=y |
156 | CONFIG_IBMVIO=y | 156 | CONFIG_IBMVIO=y |
157 | # CONFIG_IBMEBUS is not set | 157 | # CONFIG_IBMEBUS is not set |
158 | # CONFIG_PPC_MPC106 is not set | 158 | # CONFIG_PPC_MPC106 is not set |