Skip to content

Commit e9208a4

Browse files
committed
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: powerpc/p1023rds: Fix the error of bank-width of nor flash powerpc/85xx: enable caam crypto driver by default powerpc/85xx: enable the audio drivers in the defconfigs
2 parents 9e79e3e + 0c81e4b commit e9208a4

File tree

6 files changed

+9
-2
lines changed

6 files changed

+9
-2
lines changed

arch/powerpc/boot/dts/p1023rds.dts

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
#size-cells = <1>;
388388
compatible = "cfi-flash";
389389
reg = <0x0 0x0 0x02000000>;
390-
bank-width = <1>;
390+
bank-width = <2>;
391391
device-width = <1>;
392392
partition@0 {
393393
label = "ramdisk";

arch/powerpc/configs/85xx/p1023rds_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,4 @@ CONFIG_CRYPTO_SHA256=y
171171
CONFIG_CRYPTO_SHA512=y
172172
CONFIG_CRYPTO_AES=y
173173
# CONFIG_CRYPTO_ANSI_CPRNG is not set
174+
CONFIG_CRYPTO_DEV_FSL_CAAM=y

arch/powerpc/configs/corenet32_smp_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,4 @@ CONFIG_CRYPTO_SHA256=y
185185
CONFIG_CRYPTO_SHA512=y
186186
CONFIG_CRYPTO_AES=y
187187
# CONFIG_CRYPTO_ANSI_CPRNG is not set
188+
CONFIG_CRYPTO_DEV_FSL_CAAM=y

arch/powerpc/configs/corenet64_smp_defconfig

+4-1
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,8 @@ CONFIG_DEBUG_INFO=y
100100
CONFIG_SYSCTL_SYSCALL_CHECK=y
101101
CONFIG_VIRQ_DEBUG=y
102102
CONFIG_CRYPTO_PCBC=m
103+
CONFIG_CRYPTO_SHA256=y
104+
CONFIG_CRYPTO_SHA512=y
105+
CONFIG_CRYPTO_AES=y
103106
# CONFIG_CRYPTO_ANSI_CPRNG is not set
104-
CONFIG_CRYPTO_DEV_TALITOS=y
107+
CONFIG_CRYPTO_DEV_FSL_CAAM=y

arch/powerpc/configs/mpc85xx_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ CONFIG_SND=y
139139
CONFIG_SND_INTEL8X0=y
140140
# CONFIG_SND_PPC is not set
141141
# CONFIG_SND_USB is not set
142+
CONFIG_SND_SOC=y
142143
CONFIG_HID_A4TECH=y
143144
CONFIG_HID_APPLE=y
144145
CONFIG_HID_BELKIN=y

arch/powerpc/configs/mpc85xx_smp_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ CONFIG_SND=y
140140
CONFIG_SND_INTEL8X0=y
141141
# CONFIG_SND_PPC is not set
142142
# CONFIG_SND_USB is not set
143+
CONFIG_SND_SOC=y
143144
CONFIG_HID_A4TECH=y
144145
CONFIG_HID_APPLE=y
145146
CONFIG_HID_BELKIN=y

0 commit comments

Comments
 (0)