diff options
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r-- | arch/ppc/Kconfig | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index abc877faf123..3fc45e219ff9 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
@@ -666,9 +666,6 @@ config TQM8260 | |||
666 | End of Life: not yet :-) | 666 | End of Life: not yet :-) |
667 | URL: <http://www.denx.de/PDF/TQM82xx_SPEC_Rev005.pdf> | 667 | URL: <http://www.denx.de/PDF/TQM82xx_SPEC_Rev005.pdf> |
668 | 668 | ||
669 | config ADS8272 | ||
670 | bool "ADS8272" | ||
671 | |||
672 | config PQ2FADS | 669 | config PQ2FADS |
673 | bool "Freescale-PQ2FADS" | 670 | bool "Freescale-PQ2FADS" |
674 | help | 671 | help |
@@ -698,11 +695,6 @@ config EV64360 | |||
698 | platform. | 695 | platform. |
699 | endchoice | 696 | endchoice |
700 | 697 | ||
701 | config PQ2ADS | ||
702 | bool | ||
703 | depends on ADS8272 | ||
704 | default y | ||
705 | |||
706 | config TQM8xxL | 698 | config TQM8xxL |
707 | bool | 699 | bool |
708 | depends on 8xx && (TQM823L || TQM850L || FPS850L || TQM855L || TQM860L) | 700 | depends on 8xx && (TQM823L || TQM850L || FPS850L || TQM855L || TQM860L) |
@@ -725,15 +717,6 @@ config 8260 | |||
725 | this option means that you wish to build a kernel for a machine with | 717 | this option means that you wish to build a kernel for a machine with |
726 | an 8260 class CPU. | 718 | an 8260 class CPU. |
727 | 719 | ||
728 | config 8272 | ||
729 | bool | ||
730 | depends on 6xx | ||
731 | default y if ADS8272 | ||
732 | select 8260 | ||
733 | help | ||
734 | The MPC8272 CPM has a different internal dpram setup than other CPM2 | ||
735 | devices | ||
736 | |||
737 | config CPM1 | 720 | config CPM1 |
738 | bool | 721 | bool |
739 | depends on 8xx | 722 | depends on 8xx |
@@ -1069,7 +1052,7 @@ config PCI_8260 | |||
1069 | 1052 | ||
1070 | config 8260_PCI9 | 1053 | config 8260_PCI9 |
1071 | bool "Enable workaround for MPC826x erratum PCI 9" | 1054 | bool "Enable workaround for MPC826x erratum PCI 9" |
1072 | depends on PCI_8260 && !ADS8272 | 1055 | depends on PCI_8260 |
1073 | default y | 1056 | default y |
1074 | 1057 | ||
1075 | choice | 1058 | choice |