Message ID | 20230405105439.1739575-1-linus.walleij@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 344cad0660ea08c95bd3752d0cbbf3f51944d9af |
Headers | show |
Series | ARM: configs: Update U8500 defconfig | expand |
Hello: This patch was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Wed, 5 Apr 2023 12:54:39 +0200 you wrote: > Update the U8500 defconfig accordingly: > > - Add the NFC modules used by some U8500-based systems. > > - Switch out the now deleted UX500 crypto drivers to the > STM32 drivers that we have augmented to work with > UX500. > > [...] Here is the summary with links: - ARM: configs: Update U8500 defconfig https://git.kernel.org/soc/soc/c/344cad0660ea You are awesome, thank you!
diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index 3bdc217667a6..0f55815eecb3 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -38,6 +38,10 @@ CONFIG_CFG80211_DEBUGFS=y CONFIG_MAC80211=y CONFIG_MAC80211_LEDS=y CONFIG_CAIF=y +CONFIG_NFC=m +CONFIG_NFC_HCI=m +CONFIG_NFC_SHDLC=m +CONFIG_NFC_PN544_I2C=m CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_GNSS=y @@ -180,10 +184,8 @@ CONFIG_NFS_FS=y CONFIG_ROOT_NFS=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y -CONFIG_CRYPTO_DEV_UX500=y -CONFIG_CRYPTO_DEV_UX500_CRYP=y -CONFIG_CRYPTO_DEV_UX500_HASH=y -CONFIG_CRYPTO_DEV_UX500_DEBUG=y +CONFIG_CRYPTO_DEV_STM32_HASH=y +CONFIG_CRYPTO_DEV_STM32_CRYP=y CONFIG_PRINTK_TIME=y CONFIG_DEBUG_KERNEL=y CONFIG_MAGIC_SYSRQ=y
Update the U8500 defconfig accordingly: - Add the NFC modules used by some U8500-based systems. - Switch out the now deleted UX500 crypto drivers to the STM32 drivers that we have augmented to work with UX500. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- SoC maintainers: please apply this directly wherever you want config changes to go for current or next. --- arch/arm/configs/u8500_defconfig | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)