From: Jan Kiszka <[email protected]> Add rfkill for wifi support and a DMA driver for the HiKey. Convert some HiKey-related drivers into modules.
Signed-off-by: Jan Kiszka <[email protected]> --- recipes-kernel/linux/files/arm64_defconfig_4.19 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/files/arm64_defconfig_4.19 b/recipes-kernel/linux/files/arm64_defconfig_4.19 index 38e1d4a..614bfd1 100644 --- a/recipes-kernel/linux/files/arm64_defconfig_4.19 +++ b/recipes-kernel/linux/files/arm64_defconfig_4.19 @@ -1093,7 +1093,10 @@ CONFIG_MAC80211_LEDS=y # CONFIG_MAC80211_DEBUG_MENU is not set CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 # CONFIG_WIMAX is not set -# CONFIG_RFKILL is not set +CONFIG_RFKILL=m +CONFIG_RFKILL_LEDS=y +CONFIG_RFKILL_INPUT=y +# CONFIG_RFKILL_GPIO is not set CONFIG_NET_9P=y CONFIG_NET_9P_VIRTIO=y # CONFIG_NET_9P_DEBUG is not set @@ -1958,6 +1961,7 @@ CONFIG_USB_NET_ZAURUS=m # CONFIG_USB_NET_CX82310_ETH is not set # CONFIG_USB_NET_KALMIA is not set # CONFIG_USB_NET_QMI_WWAN is not set +# CONFIG_USB_HSO is not set # CONFIG_USB_NET_INT51X1 is not set # CONFIG_USB_IPHETH is not set # CONFIG_USB_SIERRA_NET is not set @@ -2238,7 +2242,7 @@ CONFIG_INPUT_PM8941_PWRKEY=y # CONFIG_INPUT_DRV260X_HAPTICS is not set # CONFIG_INPUT_DRV2665_HAPTICS is not set # CONFIG_INPUT_DRV2667_HAPTICS is not set -CONFIG_INPUT_HISI_POWERKEY=y +CONFIG_INPUT_HISI_POWERKEY=m # CONFIG_RMI4_CORE is not set # @@ -2941,7 +2945,7 @@ CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y CONFIG_CPU_THERMAL=y # CONFIG_CLOCK_THERMAL is not set CONFIG_THERMAL_EMULATION=y -CONFIG_HISI_THERMAL=y +CONFIG_HISI_THERMAL=m # CONFIG_MAX77620_THERMAL is not set # CONFIG_QORIQ_THERMAL is not set # CONFIG_ROCKCHIP_THERMAL is not set @@ -3905,7 +3909,7 @@ CONFIG_DMA_OF=y # CONFIG_DW_AXI_DMAC is not set # CONFIG_FSL_EDMA is not set # CONFIG_INTEL_IDMA64 is not set -# CONFIG_K3_DMA is not set +CONFIG_K3_DMA=m CONFIG_MV_XOR=y CONFIG_MV_XOR_V2=y CONFIG_PL330_DMA=y -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
