Message ID | 20220128160100.1228537-11-marcel@ziswiler.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: prepare and add verdin imx8m mini support | expand |
On Fri, Jan 28, 2022 at 05:00:58PM +0100, Marcel Ziswiler wrote: > From: Marcel Ziswiler <marcel.ziswiler@toradex.com> > > Enable various drivers which support peripherals as found on the > Verdin iMX8M Mini et al. computer/system on modules: > > - CONFIG_CAN_MCP251XFD > At least one Microchip MCP2518FDT SPI CAN controller which this driver > also supports may be found on the Verdin iMX8M Mini computer/system on > module. > > - CONFIG_BT_HCIUART_MRVL, CONFIG_BT_MRVL, CONFIG_BT_MRVL_SDIO and > CONFIG_MWIFIEX_SDIO > The AzureWave AW-CM276NF which these Bluetooth and Wi-Fi drivers also > support may be found on the Verdin iMX8M Mini (as well as the Apalis > iMX8, Colibri iMX8X and Verdin iMX8M Plus for that matter) computer/ > system on module. > > - CONFIG_SENSORS_LM75 > The TI TMP75C temperature sensor which this driver also supports may be > found on the Verdin iMX8M Mini (as well as the Verdin iMX8M Plus for > that matter) computer/system on module. > > - CONFIG_SND_SOC_NAU8822 > The Nuvoton Technology Corporation (NTC) NAU88C22YG which this driver > also supports may be found on the Verdin Development Board a carrier > board for the Verdin family of computer/system on module which the > Verdin iMX8M Mini (as well as the Verdin iMX8M Plus for that matter) > may be mated in. > > - CONFIG_TI_ADS1015 > The TLA2024 ADC which this driver also supports may be found on the > Verdin iMX8M Mini (as well as the Verdin iMX8M Plus for that matter) > computer/system on module. > > Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Applied #1 ~ #10, thanks!
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 76334cb698af..8d2733f8a7d9 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -179,6 +179,7 @@ CONFIG_CAN=m CONFIG_CAN_FLEXCAN=m CONFIG_CAN_RCAR=m CONFIG_CAN_RCAR_CANFD=m +CONFIG_CAN_MCP251XFD=m CONFIG_BT=m CONFIG_BT_HIDP=m # CONFIG_BT_LE is not set @@ -189,6 +190,9 @@ CONFIG_BT_HCIUART=m CONFIG_BT_HCIUART_LL=y CONFIG_BT_HCIUART_BCM=y CONFIG_BT_HCIUART_QCA=y +CONFIG_BT_HCIUART_MRVL=y +CONFIG_BT_MRVL=m +CONFIG_BT_MRVL_SDIO=m CONFIG_BT_QCOMSMD=m CONFIG_CFG80211=m CONFIG_MAC80211=m @@ -380,6 +384,7 @@ CONFIG_ATH10K_SNOC=m CONFIG_WCN36XX=m CONFIG_BRCMFMAC=m CONFIG_MWIFIEX=m +CONFIG_MWIFIEX_SDIO=m CONFIG_MWIFIEX_PCIE=m CONFIG_WL18XX=m CONFIG_WLCORE_SDIO=m @@ -556,6 +561,7 @@ CONFIG_CHARGER_BQ25980=m CONFIG_SENSORS_ARM_SCMI=y CONFIG_SENSORS_ARM_SCPI=y CONFIG_SENSORS_JC42=m +CONFIG_SENSORS_LM75=m CONFIG_SENSORS_LM90=m CONFIG_SENSORS_PWM_FAN=m CONFIG_SENSORS_RASPBERRYPI_HWMON=m @@ -797,6 +803,7 @@ CONFIG_SND_SOC_WM8960=m CONFIG_SND_SOC_WM8962=m CONFIG_SND_SOC_WM8978=m CONFIG_SND_SOC_WSA881X=m +CONFIG_SND_SOC_NAU8822=m CONFIG_SND_SOC_LPASS_WSA_MACRO=m CONFIG_SND_SOC_LPASS_VA_MACRO=m CONFIG_SND_SIMPLE_CARD=m @@ -1088,6 +1095,7 @@ CONFIG_QCOM_SPMI_VADC=m CONFIG_QCOM_SPMI_ADC5=m CONFIG_ROCKCHIP_SARADC=m CONFIG_RZG2L_ADC=m +CONFIG_TI_ADS1015=m CONFIG_IIO_CROS_EC_SENSORS_CORE=m CONFIG_IIO_CROS_EC_SENSORS=m CONFIG_IIO_ST_LSM6DSX=m