summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2022-11-18 12:47:29 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-12-09 14:19:02 +0100
commit43e76d65b9f22d9683659a3c4fd4edabaec72f14 (patch)
treeba987e641d2843d155a2eddc2ae7d5457212d908 /recipes-kernel/linux
parent63756030be510b9394b93eeae8e1dd5274fd1124 (diff)
linux-toradex-mainline: Refresh 32-bit SOM defconfig
Add CONFIG_USB_CONN_GPIO=y to the defconfig. Fixes: dacfc2adbe0c ("linux-toradex-mainline: Rework imx6ull usb dual-role patch") Related-to: ELB-4886 Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> (cherry picked from commit ba86dd56a6d9ffc8a381db6b070aa4e015d136ed)
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-git/defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline-git/defconfig b/recipes-kernel/linux/linux-toradex-mainline-git/defconfig
index ec29f40..46726c2 100644
--- a/recipes-kernel/linux/linux-toradex-mainline-git/defconfig
+++ b/recipes-kernel/linux/linux-toradex-mainline-git/defconfig
@@ -189,7 +189,6 @@ CONFIG_GPIO_MXC=y
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_SYSCON=y
CONFIG_POWER_RESET_SYSCON_POWEROFF=y
-CONFIG_POWER_SUPPLY=y
CONFIG_SENSORS_GPIO_FAN=y
CONFIG_SENSORS_IIO_HWMON=y
CONFIG_THERMAL_STATISTICS=y
@@ -399,6 +398,7 @@ CONFIG_SND_SOC_FSL_ASOC_CARD=y
CONFIG_SND_SOC_AC97_CODEC=y
CONFIG_SND_SIMPLE_CARD=y
CONFIG_HID_MULTITOUCH=y
+CONFIG_USB_CONN_GPIO=y
CONFIG_USB=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
CONFIG_USB_EHCI_HCD=y
@@ -520,8 +520,8 @@ CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_15=m
CONFIG_NLS_UTF8=y
CONFIG_SECURITYFS=y
-CONFIG_CRYPTO_CTR=y
-CONFIG_CRYPTO_GHASH=y
+CONFIG_CRYPTO_CCM=y
+CONFIG_CRYPTO_GCM=y
CONFIG_CRYPTO_DEV_FSL_CAAM=y
CONFIG_CRYPTO_DEV_SAHARA=y
CONFIG_CRYPTO_DEV_MXS_DCP=y