Skip to content

Commit 344cad0

Browse files
linuswarndb
authored andcommitted
ARM: configs: Update U8500 defconfig
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent fc74627 commit 344cad0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

arch/arm/configs/u8500_defconfig

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ CONFIG_CFG80211_DEBUGFS=y
3838
CONFIG_MAC80211=y
3939
CONFIG_MAC80211_LEDS=y
4040
CONFIG_CAIF=y
41+
CONFIG_NFC=m
42+
CONFIG_NFC_HCI=m
43+
CONFIG_NFC_SHDLC=m
44+
CONFIG_NFC_PN544_I2C=m
4145
CONFIG_DEVTMPFS=y
4246
CONFIG_DEVTMPFS_MOUNT=y
4347
CONFIG_GNSS=y
@@ -180,10 +184,8 @@ CONFIG_NFS_FS=y
180184
CONFIG_ROOT_NFS=y
181185
CONFIG_NLS_CODEPAGE_437=y
182186
CONFIG_NLS_ISO8859_1=y
183-
CONFIG_CRYPTO_DEV_UX500=y
184-
CONFIG_CRYPTO_DEV_UX500_CRYP=y
185-
CONFIG_CRYPTO_DEV_UX500_HASH=y
186-
CONFIG_CRYPTO_DEV_UX500_DEBUG=y
187+
CONFIG_CRYPTO_DEV_STM32_HASH=y
188+
CONFIG_CRYPTO_DEV_STM32_CRYP=y
187189
CONFIG_PRINTK_TIME=y
188190
CONFIG_DEBUG_KERNEL=y
189191
CONFIG_MAGIC_SYSRQ=y

0 commit comments

Comments
 (0)