Kconfig (a9de18eb761f7c1c860964b2e5addc1a35c7e861) | Kconfig (c4b6a77663f5879de20561144716cfb675815e82) |
---|---|
1config FADS 2 bool 3 4config CPM1 5 bool 6 select CPM 7 8choice --- 41 unchanged lines hidden (view full) --- 50 board. 51 52config PPC_MGSUVD 53 bool "MGSUVD" 54 select CPM1 55 help 56 This enables support for the Keymile MGSUVD board. 57 | 1config FADS 2 bool 3 4config CPM1 5 bool 6 select CPM 7 8choice --- 41 unchanged lines hidden (view full) --- 50 board. 51 52config PPC_MGSUVD 53 bool "MGSUVD" 54 select CPM1 55 help 56 This enables support for the Keymile MGSUVD board. 57 |
58config TQM8XX 59 bool "TQM8XX" 60 select CPM1 61 help 62 support for the mpc8xx based boards from TQM. 63 |
|
58endchoice 59 60menu "Freescale Ethernet driver platform-specific options" 61 depends on (FS_ENET && MPC885ADS) 62 63 config MPC8xx_SECOND_ETH 64 bool "Second Ethernet channel" 65 depends on MPC885ADS --- 118 unchanged lines hidden --- | 64endchoice 65 66menu "Freescale Ethernet driver platform-specific options" 67 depends on (FS_ENET && MPC885ADS) 68 69 config MPC8xx_SECOND_ETH 70 bool "Second Ethernet channel" 71 depends on MPC885ADS --- 118 unchanged lines hidden --- |