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/riscv64 | |
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-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/config/riscv64')
-rw-r--r-- | debian/config/riscv64/config | 58 | ||||
-rw-r--r-- | debian/config/riscv64/defines | 15 | ||||
-rw-r--r-- | debian/config/riscv64/none/defines | 3 |
3 files changed, 76 insertions, 0 deletions
diff --git a/debian/config/riscv64/config b/debian/config/riscv64/config new file mode 100644 index 000000000..26f33338b --- /dev/null +++ b/debian/config/riscv64/config @@ -0,0 +1,58 @@ +## +## file: arch/riscv/Kconfig +## +CONFIG_SMP=y +CONFIG_PCI=y + +## +## file: drivers/ata/Kconfig +## +CONFIG_SATA_AHCI_PLATFORM=m + +## +## file: drivers/gpu/drm/Kconfig +## +CONFIG_DRM=m +CONFIG_DRM_RADEON=m + +## +## file: drivers/irqchip/Kconfig +## +CONFIG_SIFIVE_PLIC=y + +## +## file: drivers/net/ethernet/cadence/Kconfig +## +CONFIG_MACB=m + +## +## file: drivers/pci/controller/Kconfig +## +CONFIG_PCIE_XILINX=y + +## +## file: drivers/tty/hvc/Kconfig +## +CONFIG_HVC_RISCV_SBI=y + +## +## file: drivers/tty/serial/8250/Kconfig +## +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_OF_PLATFORM=y + +## +## file: drivers/usb/Kconfig +## +CONFIG_USB=m + +## +## file: drivers/usb/host/Kconfig +## +CONFIG_USB_XHCI_PLATFORM=m +CONFIG_USB_EHCI_HCD=m +CONFIG_USB_EHCI_HCD_PLATFORM=m +CONFIG_USB_OHCI_HCD=m +CONFIG_USB_OHCI_HCD_PLATFORM=m + diff --git a/debian/config/riscv64/defines b/debian/config/riscv64/defines new file mode 100644 index 000000000..fccfd3fab --- /dev/null +++ b/debian/config/riscv64/defines @@ -0,0 +1,15 @@ +[base] +kernel-arch: riscv +featuresets: + none + +[build] +image-file: vmlinux +vdso: true + +[image] +install-stem: vmlinux + +[riscv64_description] +hardware: 64-bit RISC-V platforms +hardware-long: 64-bit RISC-V platforms diff --git a/debian/config/riscv64/none/defines b/debian/config/riscv64/none/defines new file mode 100644 index 000000000..5070c6bc0 --- /dev/null +++ b/debian/config/riscv64/none/defines @@ -0,0 +1,3 @@ +[base] +flavours: + riscv64 |