diff options
Diffstat (limited to 'arch/ppc/Kconfig')
| -rw-r--r-- | arch/ppc/Kconfig | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index a7835cd3f51f..23b0d2f662c5 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
| @@ -284,6 +284,9 @@ endmenu | |||
| 284 | 284 | ||
| 285 | menu "Platform options" | 285 | menu "Platform options" |
| 286 | 286 | ||
| 287 | config FADS | ||
| 288 | bool | ||
| 289 | |||
| 287 | choice | 290 | choice |
| 288 | prompt "8xx Machine Type" | 291 | prompt "8xx Machine Type" |
| 289 | depends on 8xx | 292 | depends on 8xx |
| @@ -399,8 +402,25 @@ config BSEIP | |||
| 399 | 26MB DRAM, 4MB flash, Ethernet, a 16K-gate FPGA, USB, an LCD/video | 402 | 26MB DRAM, 4MB flash, Ethernet, a 16K-gate FPGA, USB, an LCD/video |
| 400 | controller, and two RS232 ports. | 403 | controller, and two RS232 ports. |
| 401 | 404 | ||
| 402 | config FADS | 405 | config MPC8XXFADS |
| 403 | bool "FADS" | 406 | bool "FADS" |
| 407 | select FADS | ||
| 408 | |||
| 409 | config MPC86XADS | ||
| 410 | bool "MPC86XADS" | ||
| 411 | help | ||
| 412 | MPC86x Application Development System by Freescale Semiconductor. | ||
| 413 | The MPC86xADS is meant to serve as a platform for s/w and h/w | ||
| 414 | development around the MPC86X processor families. | ||
| 415 | select FADS | ||
| 416 | |||
| 417 | config MPC885ADS | ||
| 418 | bool "MPC885ADS" | ||
| 419 | help | ||
| 420 | Freescale Semiconductor MPC885 Application Development System (ADS). | ||
| 421 | Also known as DUET. | ||
| 422 | The MPC885ADS is meant to serve as a platform for s/w and h/w | ||
| 423 | development around the MPC885 processor family. | ||
| 404 | 424 | ||
| 405 | config TQM823L | 425 | config TQM823L |
| 406 | bool "TQM823L" | 426 | bool "TQM823L" |
