From a2f58b6a738396fd6fa9f51ae6fdf0aebbc36b0c Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Tue, 2 Aug 2022 15:11:14 +0900 Subject: [PATCH] arm: apple: Add MTP keyboard options to defconfig Signed-off-by: Hector Martin --- configs/apple_m1_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/apple_m1_defconfig b/configs/apple_m1_defconfig index e00d72e8be..2d79aaca90 100644 --- a/configs/apple_m1_defconfig +++ b/configs/apple_m1_defconfig @@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_MISC=y CONFIG_ARCH_APPLE=y CONFIG_DEFAULT_DEVICE_TREE="t8103-j274" CONFIG_SYS_LOAD_ADDR=0x0 @@ -11,6 +12,7 @@ CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_BOARD_LATE_INIT=y # CONFIG_NET is not set CONFIG_APPLE_SPI_KEYB=y +CONFIG_APPLE_MTP_KEYB=y # CONFIG_MMC is not set CONFIG_NVME_APPLE=y CONFIG_USB_XHCI_HCD=y