1
0

initial commit

imported from https://salsa.debian.org/kernel-team/linux.git
commit 9d5cc9d9d6501d7f1dd7e194d4b245bd0b6c6a22
version 6.11.4-1
This commit is contained in:
2024-10-23 12:12:30 +03:00
commit c3d09a3e94
1108 changed files with 137488 additions and 0 deletions

114
debian/config/powerpc/config.powerpc vendored Normal file
View File

@@ -0,0 +1,114 @@
##
## file: arch/powerpc/Kconfig
##
CONFIG_HIGHMEM=y
# CONFIG_ISA is not set
##
## file: arch/powerpc/platforms/Kconfig.cputype
##
# CONFIG_PPC64 is not set
## choice: Processor Type
# CONFIG_PPC_85xx is not set
# CONFIG_PPC_8xx is not set
# CONFIG_44x is not set
## end choice
CONFIG_ALTIVEC=y
# CONFIG_SMP is not set
##
## file: arch/powerpc/platforms/512x/Kconfig
##
# CONFIG_MPC5121_ADS is not set
##
## file: arch/powerpc/platforms/52xx/Kconfig
##
CONFIG_PPC_MPC52xx=y
# CONFIG_PPC_MPC5200_SIMPLE is not set
CONFIG_PPC_EFIKA=y
# CONFIG_PPC_LITE5200 is not set
CONFIG_PPC_MPC5200_BUGFIX=y
##
## file: arch/powerpc/platforms/chrp/Kconfig
##
CONFIG_PPC_CHRP=y
##
## file: drivers/ata/Kconfig
##
CONFIG_PATA_MPC52xx=m
##
## file: drivers/block/Kconfig
##
CONFIG_MAC_FLOPPY=y
##
## file: drivers/dma/Kconfig
##
CONFIG_DMADEVICES=y
##
## file: drivers/dma/bestcomm/Kconfig
##
CONFIG_PPC_BESTCOMM=m
##
## file: drivers/macintosh/Kconfig
##
CONFIG_SENSORS_AMS=m
CONFIG_SENSORS_AMS_PMU=y
CONFIG_SENSORS_AMS_I2C=y
##
## file: drivers/net/ethernet/freescale/Kconfig
##
CONFIG_FEC_MPC52xx=m
CONFIG_FEC_MPC52xx_MDIO=y
##
## file: drivers/spi/Kconfig
##
CONFIG_SPI_MPC52xx_PSC=m
##
## file: drivers/tty/serial/Kconfig
##
CONFIG_SERIAL_MPC52xx=y
CONFIG_SERIAL_MPC52xx_CONSOLE=y
CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD=115200
##
## file: drivers/video/fbdev/Kconfig
##
CONFIG_FB_CONTROL=y
CONFIG_FB_PLATINUM=y
CONFIG_FB_VALKYRIE=y
CONFIG_FB_CT65550=y
CONFIG_FB_IMSTT=y
CONFIG_FB_MATROX=y
CONFIG_FB_ATY128=y
CONFIG_FB_ATY=y
CONFIG_FB_SIS=y
CONFIG_FB_3DFX=y
CONFIG_FB_VOODOO1=y
##
## file: init/Kconfig
##
CONFIG_SYSFS_SYSCALL=y
##
## file: kernel/Kconfig.kexec
##
# CONFIG_CRASH_DUMP is not set
##
## file: mm/Kconfig
##
## choice: Memory model
CONFIG_FLATMEM_MANUAL=y
# CONFIG_SPARSEMEM_MANUAL is not set
## end choice

View File

@@ -0,0 +1,5 @@
##
## file: arch/powerpc/platforms/Kconfig.cputype
##
CONFIG_SMP=y
CONFIG_NR_CPUS=4

40
debian/config/powerpc/defines.toml vendored Normal file
View File

@@ -0,0 +1,40 @@
[[flavour]]
name = 'powerpc'
[flavour.description]
hardware = 'uniprocessor 32-bit PowerPC'
[flavour.packages]
installer = true
[[flavour]]
name = 'powerpc-smp'
[flavour.build]
config = [
'powerpc/config.powerpc',
]
[flavour.description]
hardware = 'multiprocessor 32-bit PowerPC'
[[flavour]]
name = 'powerpc64'
[flavour.build]
config = [
'kernelarch-powerpc/config-arch-64',
'kernelarch-powerpc/config-arch-64-be',
]
[flavour.description]
hardware = '64-bit PowerPC'
[flavour.packages]
installer = true
[[featureset]]
name = 'none'
[build]
kernel_file = 'vmlinux'
kernel_stem = 'vmlinux'
[relations.image]
suggests = [
'mkvmlinuz',
'grub-ieee1275',
]