diff options
Diffstat (limited to 'debian/config/powerpcspe')
-rw-r--r-- | debian/config/powerpcspe/config | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/debian/config/powerpcspe/config b/debian/config/powerpcspe/config index 8d3fcc54a..c02ddfebd 100644 --- a/debian/config/powerpcspe/config +++ b/debian/config/powerpcspe/config @@ -6,6 +6,16 @@ CONFIG_CMDLINE_BOOL=y CONFIG_CMDLINE="console=ttyS0,115200" ## +## file: arch/powerpc/platforms/Kconfig.cputype +## +## choice: Processor Type +CONFIG_PPC_85xx=y +## end choice +CONFIG_PHYS_64BIT=y +CONFIG_SMP=y +CONFIG_NR_CPUS=4 + +## ## file: arch/powerpc/platforms/85xx/Kconfig ## CONFIG_MPC8540_ADS=y @@ -17,17 +27,6 @@ CONFIG_MPC85xx_DS=y CONFIG_MPC85xx_RDB=y ## -## file: arch/powerpc/platforms/Kconfig.cputype -## -## choice: Processor Type -CONFIG_PPC_85xx=y -## end choice -CONFIG_PHYS_64BIT=y -CONFIG_SMP=y -CONFIG_NR_CPUS=4 - -## ## file: drivers/gpio/Kconfig ## CONFIG_GPIOLIB=y - |