Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Josh Boyer | 8105fa8 | 2008-09-03 20:58:22 -0400 | [diff] [blame] | 2 | config ACADIA |
| 3 | bool "Acadia" |
| 4 | depends on 40x |
Josh Boyer | 8105fa8 | 2008-09-03 20:58:22 -0400 | [diff] [blame] | 5 | select PPC40x_SIMPLE |
| 6 | select 405EZ |
| 7 | help |
| 8 | This option enables support for the AMCC 405EZ Acadia evaluation board. |
| 9 | |
Solomon Peachy | 0cdf50a | 2009-08-20 10:19:47 +0000 | [diff] [blame] | 10 | config HOTFOOT |
Enrico Weigelt, metux IT consult | 4f44e8a | 2019-07-03 18:04:13 +0200 | [diff] [blame] | 11 | bool "Hotfoot" |
Solomon Peachy | 0cdf50a | 2009-08-20 10:19:47 +0000 | [diff] [blame] | 12 | depends on 40x |
Solomon Peachy | 0cdf50a | 2009-08-20 10:19:47 +0000 | [diff] [blame] | 13 | select PPC40x_SIMPLE |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 14 | select FORCE_PCI |
Enrico Weigelt, metux IT consult | 4f44e8a | 2019-07-03 18:04:13 +0200 | [diff] [blame] | 15 | help |
| 16 | This option enables support for the ESTEEM 195E Hotfoot board. |
Solomon Peachy | 0cdf50a | 2009-08-20 10:19:47 +0000 | [diff] [blame] | 17 | |
Stefan Roese | 37b31f9 | 2007-10-11 22:08:21 +1000 | [diff] [blame] | 18 | config KILAUEA |
| 19 | bool "Kilauea" |
| 20 | depends on 40x |
Stefan Roese | cdb159a | 2007-12-01 21:19:55 +1100 | [diff] [blame] | 21 | select 405EX |
Josh Boyer | 336ff73 | 2009-06-03 05:28:03 +0000 | [diff] [blame] | 22 | select PPC40x_SIMPLE |
Stefan Roese | 151161c | 2007-12-07 20:34:26 +1100 | [diff] [blame] | 23 | select PPC4xx_PCI_EXPRESS |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 24 | select FORCE_PCI |
Rupjyoti Sarmah | 3fb7933 | 2011-03-29 23:10:24 +0000 | [diff] [blame] | 25 | select PCI_MSI |
| 26 | select PPC4xx_MSI |
Stefan Roese | 37b31f9 | 2007-10-11 22:08:21 +1000 | [diff] [blame] | 27 | help |
| 28 | This option enables support for the AMCC PPC405EX evaluation board. |
| 29 | |
Stefan Roese | be1e0e9 | 2007-12-21 18:10:36 +1100 | [diff] [blame] | 30 | config MAKALU |
| 31 | bool "Makalu" |
| 32 | depends on 40x |
Stefan Roese | be1e0e9 | 2007-12-21 18:10:36 +1100 | [diff] [blame] | 33 | select 405EX |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 34 | select FORCE_PCI |
Stefan Roese | be1e0e9 | 2007-12-21 18:10:36 +1100 | [diff] [blame] | 35 | select PPC4xx_PCI_EXPRESS |
Josh Boyer | 194ff1c | 2009-06-03 05:24:12 +0000 | [diff] [blame] | 36 | select PPC40x_SIMPLE |
Stefan Roese | be1e0e9 | 2007-12-21 18:10:36 +1100 | [diff] [blame] | 37 | help |
| 38 | This option enables support for the AMCC PPC405EX board. |
| 39 | |
Benjamin Herrenschmidt | 11eab297 | 2011-12-01 19:35:08 +0000 | [diff] [blame] | 40 | config OBS600 |
| 41 | bool "OpenBlockS 600" |
| 42 | depends on 40x |
Benjamin Herrenschmidt | 11eab297 | 2011-12-01 19:35:08 +0000 | [diff] [blame] | 43 | select 405EX |
| 44 | select PPC40x_SIMPLE |
| 45 | help |
| 46 | This option enables support for PlatHome OpenBlockS 600 server |
| 47 | |
Josh Boyer | 8105fa8 | 2008-09-03 20:58:22 -0400 | [diff] [blame] | 48 | config PPC40x_SIMPLE |
| 49 | bool "Simple PowerPC 40x board support" |
| 50 | depends on 40x |
Josh Boyer | 8105fa8 | 2008-09-03 20:58:22 -0400 | [diff] [blame] | 51 | help |
| 52 | This option enables the simple PowerPC 40x platform support. |
| 53 | |
Stefan Roese | cdb159a | 2007-12-01 21:19:55 +1100 | [diff] [blame] | 54 | config 405EX |
| 55 | bool |
Michael Ellerman | 3359672 | 2016-12-01 20:50:46 +1100 | [diff] [blame] | 56 | select IBM_EMAC_EMAC4 if IBM_EMAC |
| 57 | select IBM_EMAC_RGMII if IBM_EMAC |
Stefan Roese | cdb159a | 2007-12-01 21:19:55 +1100 | [diff] [blame] | 58 | |
Josh Boyer | 8105fa8 | 2008-09-03 20:58:22 -0400 | [diff] [blame] | 59 | config 405EZ |
| 60 | bool |
Michael Ellerman | 3359672 | 2016-12-01 20:50:46 +1100 | [diff] [blame] | 61 | select IBM_EMAC_NO_FLOW_CTRL if IBM_EMAC |
| 62 | select IBM_EMAC_MAL_CLR_ICINTSTAT if IBM_EMAC |
| 63 | select IBM_EMAC_MAL_COMMON_ERR if IBM_EMAC |
Josh Boyer | 8105fa8 | 2008-09-03 20:58:22 -0400 | [diff] [blame] | 64 | |
Steven A. Falco | 878e755 | 2008-10-13 06:04:09 +0000 | [diff] [blame] | 65 | config PPC4xx_GPIO |
| 66 | bool "PPC4xx GPIO support" |
| 67 | depends on 40x |
Linus Walleij | 86c55af | 2016-04-19 13:21:02 +0200 | [diff] [blame] | 68 | select GPIOLIB |
Steven A. Falco | 878e755 | 2008-10-13 06:04:09 +0000 | [diff] [blame] | 69 | help |
| 70 | Enable gpiolib support for ppc40x based boards |
| 71 | |
Tanmay Inamdar | d5b9ee7 | 2011-11-28 21:01:41 +0000 | [diff] [blame] | 72 | config APM8018X |
| 73 | bool "APM8018X" |
| 74 | depends on 40x |
Tanmay Inamdar | d5b9ee7 | 2011-11-28 21:01:41 +0000 | [diff] [blame] | 75 | select PPC40x_SIMPLE |
| 76 | help |
| 77 | This option enables support for the AppliedMicro APM8018X evaluation |
| 78 | board. |