Signed-off-by: Mauricio Faria de Oliveira <[email protected]> --- debian/config/kernelarch-powerpc/config-arch-64-le | 70 ++++++++++++++++++++ 1 files changed, 70 insertions(+), 0 deletions(-) create mode 100644 debian/config/kernelarch-powerpc/config-arch-64-le
diff --git a/debian/config/kernelarch-powerpc/config-arch-64-le b/debian/config/kernelarch-powerpc/config-arch-64-le new file mode 100644 index 0000000..1a05334 --- /dev/null +++ b/debian/config/kernelarch-powerpc/config-arch-64-le @@ -0,0 +1,70 @@ +#. CPUs earlier than POWER7 depends on !CPU_LITTLE_ENDIAN +CONFIG_CPU_LITTLE_ENDIAN=y +CONFIG_POWER7_CPU=y +CONFIG_VSX=y +CONFIG_NR_CPUS=2048 + +CONFIG_PPC_64K_PAGES=y +CONFIG_IBM_BSR=m + +#. Hardware Transactional Memory +CONFIG_PPC_BOOK3S_64=y +CONFIG_PPC_TRANSACTIONAL_MEM=y + +#. NO HZ +CONFIG_NO_HZ_IDLE=y +#. Not recommended for larger SMP systems +# CONFIG_RCU_FAST_NO_HZ is not set + +#. PowerNV +CONFIG_PPC_POWERNV=y +CONFIG_PPC_POWERNV_RTAS=y +CONFIG_POWERNV_MSI=y +CONFIG_HW_RANDOM_POWERNV=m +CONFIG_HVC_OPAL=y +CONFIG_PPC_DENORMALISATION=y + +#. pSeries +CONFIG_PSERIES_ENERGY=m +CONFIG_HW_RANDOM_PSERIES=m + +#. LPAR +CONFIG_LPARCFG=y +CONFIG_PPC_SPLPAR=y +CONFIG_PPC_SMLPAR=y +CONFIG_DTL=y + +#. CELL/PS3 +#. CELL_CPU depends on !CPU_LITTLE_ENDIAN +# CONFIG_PPC_CELL is not set +# CONFIG_PPC_PS3 is not set +# CONFIG_PPC_IBM_CELL_BLADE is not set +# CONFIG_CPU_FREQ_CBE is not set +# CONFIG_CBE_CPUFREQ_SPU_GOVERNOR is not set + +#. OpenFirmware +CONFIG_OF=y +CONFIG_PPC_OF_BOOT_TRAMPOLINE=y +CONFIG_SERIAL_OF_PLATFORM=m + +#. PMU / Perf Events +CONFIG_PPC_HAVE_PMU_SUPPORT=y + +#. IBM VFC +CONFIG_SCSI_IBMVFC=m +CONFIG_SCSI_IBMVFC_TRACE=y + +#. TPM +CONFIG_TCG_TPM=m +CONFIG_TCG_IBMVTPM=m + +#. DMA +CONFIG_DMADEVICES=y + +#. Crypto +# CONFIG_CRYPTO_DEV_NX is not set + + +CONFIG_IO_EVENT_IRQ=y +CONFIG_MPIC=y + -- 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]

