Move big-endian exclusive options into config-arch-64-be. Mostly things that don't support little-endian mode: Cell, PS3, PASemi, Maple, PowerMac.
Signed-off-by: Mauricio Faria de Oliveira <[email protected]> --- debian/config/kernelarch-powerpc/config-arch-64 | 88 ----------------- debian/config/kernelarch-powerpc/config-arch-64-be | 104 ++++++++++++++++++++ debian/config/powerpc/defines | 2 +- debian/config/ppc64/defines | 2 +- 4 files changed, 106 insertions(+), 90 deletions(-) create mode 100644 debian/config/kernelarch-powerpc/config-arch-64-be diff --git a/debian/config/kernelarch-powerpc/config-arch-64 b/debian/config/kernelarch-powerpc/config-arch-64 index 269ddb0..77baad1 100644 --- a/debian/config/kernelarch-powerpc/config-arch-64 +++ b/debian/config/kernelarch-powerpc/config-arch-64 @@ -1,12 +1,8 @@ ## ## file: arch/powerpc/Kconfig ## -# CONFIG_CRASH_DUMP is not set CONFIG_IRQ_ALL_CPUS=y CONFIG_NUMA=y -## choice: Page size -# CONFIG_PPC_64K_PAGES is not set -## end choice CONFIG_SCHED_SMT=y CONFIG_CMDLINE="console=hvsi0 console=hvc0 console=ttyS0,9600 console=tty0" CONFIG_KERNEL_START=0xc000000000000000 @@ -19,49 +15,12 @@ CONFIG_RTAS_FLASH=m CONFIG_IBMEBUS=y ## -## file: arch/powerpc/platforms/cell/Kconfig -## -CONFIG_PPC_IBM_CELL_BLADE=y -# CONFIG_PPC_CELLEB is not set -CONFIG_SPU_FS=m -CONFIG_SPU_FS_64K_LS=y -CONFIG_CBE_RAS=y -CONFIG_CBE_THERM=m - -## ## file: arch/powerpc/platforms/Kconfig.cputype ## CONFIG_PPC64=y # CONFIG_TUNE_CELL is not set CONFIG_ALTIVEC=y CONFIG_SMP=y -CONFIG_NR_CPUS=32 - -## -## file: arch/powerpc/platforms/maple/Kconfig -## -CONFIG_PPC_MAPLE=y - -## -## file: arch/powerpc/platforms/pasemi/Kconfig -## -CONFIG_PPC_PASEMI=y -CONFIG_PPC_PASEMI_MDIO=m - -## -## file: arch/powerpc/platforms/ps3/Kconfig -## -CONFIG_PPC_PS3=y -CONFIG_PS3_ADVANCED=y -CONFIG_PS3_HTAB_SIZE=20 -# CONFIG_PS3_DYNAMIC_DMA is not set -CONFIG_PS3_PS3AV=y -CONFIG_PS3_SYS_MANAGER=y -CONFIG_PS3_DISK=m -CONFIG_PS3_ROM=m -CONFIG_PS3_FLASH=m -CONFIG_PS3_VRAM=m -CONFIG_PS3_LPM=m ## ## file: arch/powerpc/platforms/pseries/Kconfig @@ -91,28 +50,6 @@ CONFIG_BLK_DEV_RSXX=m ## file: drivers/char/hw_random/Kconfig ## CONFIG_HW_RANDOM=m -CONFIG_HW_RANDOM_PASEMI=m - -## -## file: drivers/cpufreq/Kconfig.powerpc -## -CONFIG_CPU_FREQ_CBE=m -CONFIG_CPU_FREQ_PMAC64=y -#. It's a bool -CONFIG_PPC_PASEMI_CPUFREQ=y - -## -## file: drivers/i2c/busses/Kconfig -## -CONFIG_I2C_PASEMI=m - -## -## file: drivers/macintosh/Kconfig -## -CONFIG_WINDFARM=m -CONFIG_WINDFARM_PM81=m -CONFIG_WINDFARM_PM91=m -CONFIG_WINDFARM_PM112=m ## ## file: drivers/net/ethernet/ibm/Kconfig @@ -137,28 +74,11 @@ CONFIG_IBM_EMAC_RX_SKB_HEADROOM=0 # CONFIG_MV643XX_ETH is not set ## -## file: drivers/net/ethernet/pasemi/Kconfig -## -CONFIG_PASEMI_MAC=m - -## -## file: drivers/net/ethernet/toshiba/Kconfig -## -CONFIG_GELIC_NET=m -CONFIG_GELIC_WIRELESS=y -CONFIG_SPIDER_NET=m - -## ## file: drivers/pci/hotplug/Kconfig ## # CONFIG_HOTPLUG_PCI is not set ## -## file: drivers/rtc/Kconfig -## -CONFIG_RTC_DRV_PS3=m - -## ## file: drivers/scsi/Kconfig ## CONFIG_SCSI_IBMVSCSI=m @@ -189,8 +109,6 @@ CONFIG_HVCS=m # CONFIG_FB_VALKYRIE is not set # CONFIG_FB_IMSTT is not set # CONFIG_FB_ATY128 is not set -CONFIG_FB_PS3=y -CONFIG_FB_PS3_DEFAULT_SIZE_M=9 ## ## file: drivers/watchdog/Kconfig @@ -207,9 +125,3 @@ CONFIG_SPARSEMEM_MANUAL=y ## end choice CONFIG_SPARSEMEM_VMEMMAP=y -## -## file: sound/ppc/Kconfig -## -CONFIG_SND_PS3=m -CONFIG_SND_PS3_DEFAULT_START_DELAY=2000 - diff --git a/debian/config/kernelarch-powerpc/config-arch-64-be b/debian/config/kernelarch-powerpc/config-arch-64-be new file mode 100644 index 0000000..a6900c5 --- /dev/null +++ b/debian/config/kernelarch-powerpc/config-arch-64-be @@ -0,0 +1,104 @@ +## +## file: arch/powerpc/Kconfig +## +# CONFIG_CRASH_DUMP is not set +## choice: Page size +# CONFIG_PPC_64K_PAGES is not set +## end choice + +## +## file: arch/powerpc/platforms/Kconfig.cputype +## +CONFIG_NR_CPUS=32 + +## +## file: arch/powerpc/platforms/cell/Kconfig +## +CONFIG_PPC_IBM_CELL_BLADE=y +# CONFIG_PPC_CELLEB is not set +CONFIG_SPU_FS=m +CONFIG_SPU_FS_64K_LS=y +CONFIG_CBE_RAS=y +CONFIG_CBE_THERM=m + +## +## file: arch/powerpc/platforms/maple/Kconfig +## +CONFIG_PPC_MAPLE=y + +## +## file: arch/powerpc/platforms/pasemi/Kconfig +## +CONFIG_PPC_PASEMI=y +CONFIG_PPC_PASEMI_MDIO=m + +## +## file: arch/powerpc/platforms/ps3/Kconfig +## +CONFIG_PPC_PS3=y +CONFIG_PS3_ADVANCED=y +CONFIG_PS3_HTAB_SIZE=20 +# CONFIG_PS3_DYNAMIC_DMA is not set +CONFIG_PS3_PS3AV=y +CONFIG_PS3_SYS_MANAGER=y +CONFIG_PS3_DISK=m +CONFIG_PS3_ROM=m +CONFIG_PS3_FLASH=m +CONFIG_PS3_VRAM=m +CONFIG_PS3_LPM=m + +## +## file: drivers/char/hw_random/Kconfig +## +CONFIG_HW_RANDOM_PASEMI=m + +## +## file: drivers/cpufreq/Kconfig.powerpc +## +CONFIG_CPU_FREQ_CBE=m +CONFIG_CPU_FREQ_PMAC64=y +#. It's a bool +CONFIG_PPC_PASEMI_CPUFREQ=y + +## +## file: drivers/i2c/busses/Kconfig +## +CONFIG_I2C_PASEMI=m + +## +## file: drivers/macintosh/Kconfig +## +CONFIG_WINDFARM=m +CONFIG_WINDFARM_PM81=m +CONFIG_WINDFARM_PM91=m +CONFIG_WINDFARM_PM112=m + +## +## file: drivers/net/ethernet/pasemi/Kconfig +## +CONFIG_PASEMI_MAC=m + +## +## file: drivers/net/ethernet/toshiba/Kconfig +## +CONFIG_GELIC_NET=m +CONFIG_GELIC_WIRELESS=y +CONFIG_SPIDER_NET=m + +## +## file: drivers/rtc/Kconfig +## +CONFIG_RTC_DRV_PS3=m + +## +## file: drivers/video/Kconfig +## +CONFIG_FB_PS3=y +CONFIG_FB_PS3_DEFAULT_SIZE_M=9 + +## +## file: sound/ppc/Kconfig +## +CONFIG_SND_PS3=m +CONFIG_SND_PS3_DEFAULT_START_DELAY=2000 + diff --git a/debian/config/powerpc/defines b/debian/config/powerpc/defines index a11a336..8407a74 100644 --- a/debian/config/powerpc/defines +++ b/debian/config/powerpc/defines @@ -26,4 +26,4 @@ configs: powerpc/config.powerpc powerpc/config.powerpc-smp hardware: 64-bit PowerPC [powerpc64_image] -configs: kernelarch-powerpc/config-arch-64 +configs: kernelarch-powerpc/config-arch-64 kernelarch-powerpc/config-arch-64-be diff --git a/debian/config/ppc64/defines b/debian/config/ppc64/defines index 3f0afd9..dd85eb0 100644 --- a/debian/config/ppc64/defines +++ b/debian/config/ppc64/defines @@ -19,4 +19,4 @@ gcc-4.8: gcc-4.8 (>= 4.8.2-21) hardware: 64-bit PowerPC [powerpc64_image] -configs: kernelarch-powerpc/config-arch-64 +configs: kernelarch-powerpc/config-arch-64 kernelarch-powerpc/config-arch-64-be -- 1.7.1 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

