blob: ce619bd1f82da53dbf42f379043ab19ee6479f6b [file] [log] [blame]
Kumar Galad8267c12008-06-27 11:26:26 -05001config PPC_86xx
2menuconfig PPC_86xx
3 bool "86xx-based boards"
Benjamin Herrenschmidt28794d32009-03-10 17:53:27 +00004 depends on 6xx
Kumar Galad8267c12008-06-27 11:26:26 -05005 select FSL_SOC
6 select ALTIVEC
7 help
8 The Freescale E600 SoCs have 74xx cores.
9
10if PPC_86xx
Jon Loeligerc9b484b2006-06-17 17:52:35 -050011
12config MPC8641_HPCN
13 bool "Freescale MPC8641 HPCN"
Jon Loeligerf17607fb2006-06-22 13:00:46 -050014 select PPC_I8259
Paul Gortmaker0e47e3c2007-01-09 16:50:10 -050015 select DEFAULT_UIMAGE
Anton Vorontsove0f278a2010-04-16 23:07:24 +040016 select FSL_ULI1575 if PCI
Zhang Weif1f389d2008-04-18 13:33:39 -070017 select HAS_RAPIDIO
Becky Bruce5cef3792009-05-14 17:42:29 -050018 select SWIOTLB
Jon Loeligerc9b484b2006-06-17 17:52:35 -050019 help
20 This option enables support for the MPC8641 HPCN board.
21
Paul Gortmaker4e8aae82008-04-15 18:41:30 -040022config SBC8641D
23 bool "Wind River SBC8641D"
24 select DEFAULT_UIMAGE
25 help
26 This option enables support for the WRS SBC8641D board.
27
Xianghua Xiao0e65bfe32007-10-03 15:09:33 -050028config MPC8610_HPCD
29 bool "Freescale MPC8610 HPCD"
30 select DEFAULT_UIMAGE
Anton Vorontsove0f278a2010-04-16 23:07:24 +040031 select FSL_ULI1575 if PCI
Xianghua Xiao0e65bfe32007-10-03 15:09:33 -050032 help
33 This option enables support for the MPC8610 HPCD board.
34
Martyn Welch740d36a2009-03-19 08:54:08 +000035config GEF_PPC9A
Martyn Welch948e78c2010-03-01 14:41:59 +000036 bool "GE PPC9A"
Martyn Welch740d36a2009-03-19 08:54:08 +000037 select DEFAULT_UIMAGE
Martyn Welch3bc26562009-07-02 17:12:44 +010038 select MMIO_NVRAM
Linus Walleij86c55af2016-04-19 13:21:02 +020039 select GPIOLIB
Martyn Welch330bbf42012-03-12 17:12:57 +000040 select GE_FPGA
Martyn Welch740d36a2009-03-19 08:54:08 +000041 help
Martyn Welch948e78c2010-03-01 14:41:59 +000042 This option enables support for the GE PPC9A.
Martyn Welch740d36a2009-03-19 08:54:08 +000043
Martyn Welchbb2b66d2009-01-19 11:33:24 +000044config GEF_SBC310
Martyn Welch948e78c2010-03-01 14:41:59 +000045 bool "GE SBC310"
Martyn Welchbb2b66d2009-01-19 11:33:24 +000046 select DEFAULT_UIMAGE
Martyn Welch90930672009-07-02 17:12:37 +010047 select MMIO_NVRAM
Linus Walleij86c55af2016-04-19 13:21:02 +020048 select GPIOLIB
Martyn Welch330bbf42012-03-12 17:12:57 +000049 select GE_FPGA
Martyn Welchbb2b66d2009-01-19 11:33:24 +000050 help
Martyn Welch948e78c2010-03-01 14:41:59 +000051 This option enables support for the GE SBC310.
Martyn Welchbb2b66d2009-01-19 11:33:24 +000052
Martyn Welch54508212008-09-16 10:57:47 +010053config GEF_SBC610
Martyn Welch948e78c2010-03-01 14:41:59 +000054 bool "GE SBC610"
Martyn Welch54508212008-09-16 10:57:47 +010055 select DEFAULT_UIMAGE
Martyn Welch0d81df82009-07-02 17:12:31 +010056 select MMIO_NVRAM
Linus Walleij86c55af2016-04-19 13:21:02 +020057 select GPIOLIB
Martyn Welch330bbf42012-03-12 17:12:57 +000058 select GE_FPGA
Martyn Welch54508212008-09-16 10:57:47 +010059 select HAS_RAPIDIO
60 help
Martyn Welch948e78c2010-03-01 14:41:59 +000061 This option enables support for the GE SBC610.
Martyn Welch54508212008-09-16 10:57:47 +010062
Alessio Igor Bogani97493e2e2016-05-30 11:47:16 +020063config MVME7100
64 bool "Artesyn MVME7100"
65 help
66 This option enables support for the Emerson/Artesyn MVME7100 board.
67
Kumar Galad8267c12008-06-27 11:26:26 -050068endif
Jon Loeligerc9b484b2006-06-17 17:52:35 -050069
Jon Loeligerc9b484b2006-06-17 17:52:35 -050070config MPC8641
71 bool
John Rigbyb5005632008-06-26 11:07:56 -060072 select PPC_PCI_CHOICE
Roy Zang55c44992007-07-10 18:44:34 +080073 select FSL_PCI if PCI
Jon Loeligerc9b484b2006-06-17 17:52:35 -050074 select PPC_UDBG_16550
Kumar Gala4a89f7f2007-04-12 15:41:26 -050075 select MPIC
Alessio Igor Bogani97493e2e2016-05-30 11:47:16 +020076 default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 || GEF_SBC310 || GEF_PPC9A \
77 || MVME7100
Xianghua Xiao0e65bfe32007-10-03 15:09:33 -050078
79config MPC8610
80 bool
John Rigbyb5005632008-06-26 11:07:56 -060081 select PPC_PCI_CHOICE
Xianghua Xiao0e65bfe32007-10-03 15:09:33 -050082 select FSL_PCI if PCI
83 select PPC_UDBG_16550
84 select MPIC
85 default y if MPC8610_HPCD