diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-11-12 19:22:40 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-13 14:47:07 -0500 |
commit | b4da228c6458c054c8ee5d909aa835b8a52a50e3 (patch) | |
tree | 9e4de8f3e7d868c5eb42db7396527603ae986d8e /arch/powerpc/platforms/44x | |
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>
Diffstat (limited to 'arch/powerpc/platforms/44x')
-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 | |||
75 | select PCI | 75 | select PCI |
76 | select PPC4xx_PCI_EXPRESS | 76 | select PPC4xx_PCI_EXPRESS |
77 | select PCI_MSI | 77 | select PCI_MSI |
78 | select PCC4xx_MSI | 78 | select PPC4xx_MSI |
79 | help | 79 | help |
80 | This option enables support for the AMCC PPC440SPe evaluation board. | 80 | This option enables support for the AMCC PPC440SPe evaluation board. |
81 | 81 | ||