diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:06:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:06:00 +0000 |
commit | b15a952c52a6825376d3e7f6c1bf5c886c6d8b74 (patch) | |
tree | 1500f2f8f276908a36d8126cb632c0d6b1276764 /debian/config/kernelarch-mips/config.boston | |
parent | Adding upstream version 5.10.209. (diff) | |
download | linux-b15a952c52a6825376d3e7f6c1bf5c886c6d8b74.tar.xz linux-b15a952c52a6825376d3e7f6c1bf5c886c6d8b74.zip |
Adding debian version 5.10.209-2.debian/5.10.209-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/config/kernelarch-mips/config.boston')
-rw-r--r-- | debian/config/kernelarch-mips/config.boston | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/debian/config/kernelarch-mips/config.boston b/debian/config/kernelarch-mips/config.boston new file mode 100644 index 000000000..4e860569d --- /dev/null +++ b/debian/config/kernelarch-mips/config.boston @@ -0,0 +1,69 @@ +## +## file: arch/mips/Kconfig +## +CONFIG_MIPS_CPS=y +CONFIG_HIGHMEM=y +CONFIG_NR_CPUS=16 + +## +## file: arch/mips/generic/Kconfig +## +CONFIG_FIT_IMAGE_FDT_BOSTON=y + +## +## file: crypto/Kconfig +## +CONFIG_CRYPTO_CRC32_MIPS=y + +## +## file: drivers/auxdisplay/Kconfig +## +CONFIG_AUXDISPLAY=y +CONFIG_IMG_ASCII_LCD=y + +## +## file: drivers/clk/imgtec/Kconfig +## +CONFIG_COMMON_CLK_BOSTON=y + +## +## file: drivers/i2c/busses/Kconfig +## +CONFIG_I2C_EG20T=y + +## +## file: drivers/misc/Kconfig +## +CONFIG_PCH_PHUB=y + +## +## file: drivers/mmc/Kconfig +## +CONFIG_MMC=y + +## +## file: drivers/mmc/host/Kconfig +## +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_PCI=y + +## +## file: drivers/pci/controller/Kconfig +## +CONFIG_PCIE_XILINX=y + +## +## file: drivers/rtc/Kconfig +## +CONFIG_RTC_DRV_M41T80=y + +## +## file: drivers/spi/Kconfig +## +CONFIG_SPI_TOPCLIFF_PCH=y + +## +## file: drivers/tty/serial/8250/Kconfig +## +CONFIG_SERIAL_OF_PLATFORM=y + |