diff options
Diffstat (limited to 'arch/powerpc/platforms/86xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/86xx/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig index 9355a5269431..77dd797a2580 100644 --- a/arch/powerpc/platforms/86xx/Kconfig +++ b/arch/powerpc/platforms/86xx/Kconfig | |||
@@ -31,6 +31,13 @@ config MPC8610_HPCD | |||
31 | help | 31 | help |
32 | This option enables support for the MPC8610 HPCD board. | 32 | This option enables support for the MPC8610 HPCD board. |
33 | 33 | ||
34 | config GEF_SBC610 | ||
35 | bool "GE Fanuc SBC610" | ||
36 | select DEFAULT_UIMAGE | ||
37 | select HAS_RAPIDIO | ||
38 | help | ||
39 | This option enables support for GE Fanuc's SBC610. | ||
40 | |||
34 | endif | 41 | endif |
35 | 42 | ||
36 | config MPC8641 | 43 | config MPC8641 |
@@ -39,7 +46,7 @@ config MPC8641 | |||
39 | select FSL_PCI if PCI | 46 | select FSL_PCI if PCI |
40 | select PPC_UDBG_16550 | 47 | select PPC_UDBG_16550 |
41 | select MPIC | 48 | select MPIC |
42 | default y if MPC8641_HPCN || SBC8641D | 49 | default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 |
43 | 50 | ||
44 | config MPC8610 | 51 | config MPC8610 |
45 | bool | 52 | bool |