initial commit
imported from https://salsa.debian.org/kernel-team/linux.git commit 9d5cc9d9d6501d7f1dd7e194d4b245bd0b6c6a22 version 6.11.4-1
This commit is contained in:
1812
debian/config/armhf/config
vendored
Normal file
1812
debian/config/armhf/config
vendored
Normal file
File diff suppressed because it is too large
Load Diff
14
debian/config/armhf/config.armmp-lpae
vendored
Normal file
14
debian/config/armhf/config.armmp-lpae
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
##
|
||||
## file: arch/arm/Kconfig
|
||||
##
|
||||
CONFIG_ARM_DMA_IOMMU_ALIGNMENT=8
|
||||
|
||||
##
|
||||
## file: arch/arm/mm/Kconfig
|
||||
##
|
||||
CONFIG_ARM_LPAE=y
|
||||
|
||||
##
|
||||
## file: drivers/iommu/Kconfig
|
||||
##
|
||||
CONFIG_ARM_SMMU=y
|
29
debian/config/armhf/defines.toml
vendored
Normal file
29
debian/config/armhf/defines.toml
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
[[flavour]]
|
||||
name = "armmp"
|
||||
[flavour.defs]
|
||||
is_default = true
|
||||
[flavour.description]
|
||||
hardware = 'ARMv7 multiplatform compatible SoCs'
|
||||
hardware_long = 'ARMv7 multiplatform kernel. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms'
|
||||
[flavour.packages]
|
||||
installer = true
|
||||
|
||||
[[flavour]]
|
||||
name = "armmp-lpae"
|
||||
[flavour.description]
|
||||
hardware = 'ARMv7 multiplatform compatible SoCs supporting LPAE'
|
||||
hardware_long = 'ARMv7 multiplatform kernel supporting LPAE. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms.'
|
||||
|
||||
[[featureset]]
|
||||
name = 'none'
|
||||
|
||||
[[featureset]]
|
||||
name = 'rt'
|
||||
# Override available flavours in rt featureset
|
||||
[[featureset.flavour]]
|
||||
name = 'armmp'
|
||||
|
||||
[build]
|
||||
enable_vdso = true
|
||||
kernel_file = 'arch/arm/boot/zImage'
|
||||
kernel_stem = 'vmlinuz'
|
Reference in New Issue
Block a user