From 4737db24121abfbee76b4e15be8491d743605757 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sat, 22 Jan 2022 22:42:50 +0100 Subject: [PATCH] more to add --- README | 2 ++ m1-config-options | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/README b/README index 52c06ce..8f4e23f 100644 --- a/README +++ b/README @@ -24,3 +24,5 @@ find . | cpio --quiet -H newc -o | pigz > /boot/initrd.gz cp /boot/efi/EFI/BOOT/BOOTAA64.EFI efi/boot/ cp /boot/vmlinuz-5.16.0-asahi-next-20220118-14779-ga4d177b3ad21-dirty vmlinuz + +./scripts/kconfig/merge_config.sh .config .config-fragment diff --git a/m1-config-options b/m1-config-options index 2878fc0..47c57b6 100644 --- a/m1-config-options +++ b/m1-config-options @@ -22,3 +22,8 @@ CONFIG_SND_SIMPLE_CARD=y CONFIG_SND_SOC_CS42L42=y CONFIG_FW_LOADER_USER_HELPER_FALLBACK=n CONFIG_FW_LOADER_USER_HELPER=n +CONFIG_USB_DWC3=y +CONFIG_USB_DWC3_PCI=y +CONFIG_BRCMFMAC=m +CONFIG_BRCMFMAC_PCIE=y +CONFIG_DRM_SIMPLEDRM=y -- 2.39.2