diff options
author | Zang Roy-r61911 <tie-fei.zang@freescale.com> | 2006-06-13 03:07:15 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-06-29 02:20:36 -0400 |
commit | c5d56332fd6c2f0c7cf9d1f65416076f2711ea28 (patch) | |
tree | bfc43a1c72cbfa01214ab5814d096737b9c53bfe /arch/powerpc/Kconfig | |
parent | 1729dc7833014eaba3520091a673dbdc9242d9f9 (diff) |
[POWERPC] Add general support for mpc7448hpc2 (Taiga) platform
Add support for Freescale mpc7448 (Taiga) board support
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index baec4e3ff832..0b5e225c2d51 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -336,7 +336,7 @@ config PPC_ISERIES | |||
336 | 336 | ||
337 | config EMBEDDED6xx | 337 | config EMBEDDED6xx |
338 | bool "Embedded 6xx/7xx/7xxx-based board" | 338 | bool "Embedded 6xx/7xx/7xxx-based board" |
339 | depends on PPC32 && BROKEN | 339 | depends on PPC32 && (BROKEN||BROKEN_ON_SMP) |
340 | 340 | ||
341 | config APUS | 341 | config APUS |
342 | bool "Amiga-APUS" | 342 | bool "Amiga-APUS" |
@@ -436,7 +436,8 @@ config U3_DART | |||
436 | default n | 436 | default n |
437 | 437 | ||
438 | config MPIC | 438 | config MPIC |
439 | depends on PPC_PSERIES || PPC_PMAC || PPC_MAPLE || PPC_CHRP | 439 | depends on PPC_PSERIES || PPC_PMAC || PPC_MAPLE || PPC_CHRP \ |
440 | || MPC7448HPC2 | ||
440 | bool | 441 | bool |
441 | default y | 442 | default y |
442 | 443 | ||
@@ -821,7 +822,8 @@ config MCA | |||
821 | bool | 822 | bool |
822 | 823 | ||
823 | config PCI | 824 | config PCI |
824 | bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES) | 825 | bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES) \ |
826 | || MPC7448HPC2 | ||
825 | default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx && !PPC_85xx && !PPC_86xx | 827 | default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx && !PPC_85xx && !PPC_86xx |
826 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS | 828 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS |
827 | default PCI_QSPAN if !4xx && !CPM2 && 8xx | 829 | default PCI_QSPAN if !4xx && !CPM2 && 8xx |