diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-11-13 01:22:40 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-13 20:47:07 +0100 |
commit | b4da228c6458c054c8ee5d909aa835b8a52a50e3 (patch) | |
tree | 9e4de8f3e7d868c5eb42db7396527603ae986d8e | |
parent | 830d7f5e8d83b987e5c3e1328070efe1eea4c0ec (diff) |
powerpc/4xx: Fix typo 'PCC4xx_MSI'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Josh Boyer <jwboyer@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index 595e28a241bb..2c1a3e694114 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig @@ -75,7 +75,7 @@ config KATMAI select PCI select PPC4xx_PCI_EXPRESS select PCI_MSI - select PCC4xx_MSI + select PPC4xx_MSI help This option enables support for the AMCC PPC440SPe evaluation board. |