Kconfig (20906ecea2004c0667c8b229ac6461d16ea6bde3) | Kconfig (11c146cc19df337f4af42dade9e4fca33c5a54ee) |
---|---|
1config FADS 2 bool 3 4config CPM1 5 bool 6 select CPM 7 8choice --- 19 unchanged lines hidden (view full) --- 28 select CPM1 29 select PPC_CPM_NEW_BINDING 30 help 31 Freescale Semiconductor MPC885 Application Development System (ADS). 32 Also known as DUET. 33 The MPC885ADS is meant to serve as a platform for s/w and h/w 34 development around the MPC885 processor family. 35 | 1config FADS 2 bool 3 4config CPM1 5 bool 6 select CPM 7 8choice --- 19 unchanged lines hidden (view full) --- 28 select CPM1 29 select PPC_CPM_NEW_BINDING 30 help 31 Freescale Semiconductor MPC885 Application Development System (ADS). 32 Also known as DUET. 33 The MPC885ADS is meant to serve as a platform for s/w and h/w 34 development around the MPC885 processor family. 35 |
36config PPC_EP88XC 37 bool "Embedded Planet EP88xC (a.k.a. CWH-PPC-885XN-VE)" 38 select CPM1 39 select PPC_CPM_NEW_BINDING 40 help 41 This enables support for the Embedded Planet EP88xC board. 42 43 This board is also resold by Freescale as the QUICCStart 44 MPC885 Evaluation System and/or the CWH-PPC-885XN-VE. 45 |
|
36endchoice 37 38menu "Freescale Ethernet driver platform-specific options" 39 depends on (FS_ENET && MPC885ADS) 40 41 config MPC8xx_SECOND_ETH 42 bool "Second Ethernet channel" 43 depends on MPC885ADS --- 108 unchanged lines hidden --- | 46endchoice 47 48menu "Freescale Ethernet driver platform-specific options" 49 depends on (FS_ENET && MPC885ADS) 50 51 config MPC8xx_SECOND_ETH 52 bool "Second Ethernet channel" 53 depends on MPC885ADS --- 108 unchanged lines hidden --- |