diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:02:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:02:38 +0000 |
commit | 08b74a000942a380fe028845f92cd3a0dee827d5 (patch) | |
tree | aa78b4e12607c3e1fcce8d5cc42df4330792f118 /debian/config/powerpcspe | |
parent | Adding upstream version 4.19.249. (diff) | |
download | linux-08b74a000942a380fe028845f92cd3a0dee827d5.tar.xz linux-08b74a000942a380fe028845f92cd3a0dee827d5.zip |
Adding debian version 4.19.249-2.debian/4.19.249-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/config/powerpcspe')
-rw-r--r-- | debian/config/powerpcspe/config | 33 | ||||
-rw-r--r-- | debian/config/powerpcspe/defines | 15 |
2 files changed, 48 insertions, 0 deletions
diff --git a/debian/config/powerpcspe/config b/debian/config/powerpcspe/config new file mode 100644 index 000000000..8d3fcc54a --- /dev/null +++ b/debian/config/powerpcspe/config @@ -0,0 +1,33 @@ +## +## file: arch/powerpc/Kconfig +## +CONFIG_HIGHMEM=y +CONFIG_CMDLINE_BOOL=y +CONFIG_CMDLINE="console=ttyS0,115200" + +## +## file: arch/powerpc/platforms/85xx/Kconfig +## +CONFIG_MPC8540_ADS=y +CONFIG_MPC8560_ADS=y +CONFIG_MPC85xx_CDS=y +CONFIG_MPC85xx_MDS=y +CONFIG_MPC8536_DS=y +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 + diff --git a/debian/config/powerpcspe/defines b/debian/config/powerpcspe/defines new file mode 100644 index 000000000..adb4bea07 --- /dev/null +++ b/debian/config/powerpcspe/defines @@ -0,0 +1,15 @@ +[base] +flavours: + powerpcspe +kernel-arch: powerpc + +[build] +image-file: vmlinux +vdso: true + +[image] +suggests: mkvmlinuz +install-stem: vmlinux + +[description] +hardware: 32-bit PowerPC with SPE (instead of AltiVec) with SMP support |