forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'arm-defconfig-5.18' of git://git.kernel.org/pub/scm/linux/…
…kernel/git/soc/soc Pull ARM defconfig updates from Arnd Bergmann: "Various updates for the 32-bit and 64-bit defconfig files, mostly to enable additional hardware drivers for more machines, specifically for the Allwinner F1C100, Altera SoCFPGA, Broadcom, Microchip, Qualcomm, Airoha, Tegra, Renesas, and i.NX. The multi_v5_defconfig for older ARMv5 configs gets a rework for Andre Przywara to cleans up the multi_v5_defconfig for some cruft that has accumulated and drivers that got disabled unintentionally, while Anders Roxell makes it more useful for running under Qemu" * tag 'arm-defconfig-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (41 commits) ARM: configs: multi_v5: Enable Allwinner F1C100 ARM: configs: clean up multi_v5_defconfig ARM: configs: multi_v5_defconfig: re-enable DRM_PANEL and FB_xxx ARM: configs: multi_v5_defconfig: re-enable CONFIG_V4L_PLATFORM_DRIVERS ARM: configs: multi_v5_defconfig: remove deleted platforms ARM: defconfig: add SMB347 charger driver for p4note arm: multi_v5: enable configs for versatile arm64: defconfig: enable Layerscape SFP driver ARM: configs: at91: sama7: Unselect CONFIG_DMATEST ARM: configs: at91: add eic arm64: defconfig: enable the CVP driver ARM: multi_v7_defconfig: Add support for Airoha EN7523 SoC ARM: multi_v7_defconfig: Enable BCM23550 and BCM53573 ARM: multi_v7_defconfig: Enable Broadcom STB USB drivers ARM: configs: at91: sama7: add config for cpufreq ARM: configs: at91: sama7: enable cpu idle ARM: configs: at91: sama7: Enable crypto IPs and software algs ARM: configs: at91: sama7: Enable UBIFS_FS ARM: configs: at91: sama7: Enable NAND / SMC arm64: defconfig: tegra: Enable GPCDMA ...
- Loading branch information
Showing
7 changed files
with
232 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# CONFIG_LOCALVERSION_AUTO is not set | ||
CONFIG_BPF_SYSCALL=y | ||
CONFIG_SCHED_AUTOGROUP=y | ||
# CONFIG_MMU is not set | ||
CONFIG_ARCH_MXC=y | ||
CONFIG_SOC_IMXRT=y | ||
CONFIG_SET_MEM_PARAM=y | ||
CONFIG_DRAM_BASE=0x80000000 | ||
CONFIG_DRAM_SIZE=0x02000000 | ||
CONFIG_BINFMT_FLAT=y | ||
CONFIG_UEVENT_HELPER=y | ||
CONFIG_DEVTMPFS=y | ||
CONFIG_DEVTMPFS_MOUNT=y | ||
CONFIG_IMX_WEIM=y | ||
CONFIG_LEGACY_PTY_COUNT=2 | ||
CONFIG_SERIAL_FSL_LPUART=y | ||
CONFIG_SERIAL_FSL_LPUART_CONSOLE=y | ||
CONFIG_SERIAL_DEV_BUS=y | ||
CONFIG_PINCTRL_IMXRT1050=y | ||
CONFIG_GPIO_MXC=y | ||
CONFIG_MMC=y | ||
CONFIG_MMC_SDHCI=y | ||
CONFIG_MMC_SDHCI_PLTFM=y | ||
CONFIG_MMC_SDHCI_ESDHC_IMX=y | ||
CONFIG_DMADEVICES=y | ||
CONFIG_FSL_EDMA=y | ||
CONFIG_CLK_IMXRT1050=y | ||
CONFIG_EXT4_FS=y | ||
CONFIG_EXT4_FS_POSIX_ACL=y | ||
CONFIG_EXT4_FS_SECURITY=y | ||
CONFIG_VFAT_FS=y | ||
CONFIG_FAT_DEFAULT_UTF8=y | ||
CONFIG_EXFAT_FS=y | ||
CONFIG_NLS_ASCII=y | ||
CONFIG_NLS_UTF8=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.