Skip to content

Commit a4836d5

Browse files
committed
ARM: config: aspeed: Regenerate defconfigs
A make defconfig && make savedefconfig was performed for each configuration. Most changes are due to options moving around, except for the following which are due to changing defaults: - SECCOMP is enabled by default as of commit 282a181 ("seccomp: Move config option SECCOMP to arch/Kconfig") in v5.9 - The soc drivers ASPEED_LPC_CTRL, ASPEED_LPC_SNOOP and ASPEED_P2A_CTRL are enabled by default when the aspeed platform is enabled, as of commit 592693a ("soc: aspeed: Improve kconfig") in v5.9 - The ZBOOT_ROM_TEXT/BSS values fall out of the defconfig as of commit 39c3e30 ("ARM: 8984/1: Kconfig: set default ZBOOT_ROM_TEXT/BSS value to 0x0") in v5.8 - I2C_MUX is selected by MEDIA_SUBDRV_AUTOSELECT, probably as of about v5.8. It was in the config as it is required bt the PCA I2C muxes that enabled it Signed-off-by: Joel Stanley <[email protected]> Reviewed-by: Andrew Jeffery <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
1 parent 2b353fe commit a4836d5

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed

arch/arm/configs/aspeed_g4_defconfig

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ CONFIG_KERNEL_XZ=y
33
CONFIG_SYSVIPC=y
44
CONFIG_NO_HZ_IDLE=y
55
CONFIG_HIGH_RES_TIMERS=y
6+
CONFIG_BPF_SYSCALL=y
67
CONFIG_IKCONFIG=y
78
CONFIG_IKCONFIG_PROC=y
89
CONFIG_LOG_BUF_SHIFT=16
@@ -14,7 +15,6 @@ CONFIG_BLK_DEV_INITRD=y
1415
# CONFIG_UID16 is not set
1516
# CONFIG_SYSFS_SYSCALL is not set
1617
# CONFIG_AIO is not set
17-
CONFIG_BPF_SYSCALL=y
1818
CONFIG_EMBEDDED=y
1919
CONFIG_PERF_EVENTS=y
2020
# CONFIG_COMPAT_BRK is not set
@@ -26,10 +26,7 @@ CONFIG_MACH_ASPEED_G4=y
2626
CONFIG_VMSPLIT_2G=y
2727
CONFIG_AEABI=y
2828
CONFIG_UACCESS_WITH_MEMCPY=y
29-
CONFIG_SECCOMP=y
3029
# CONFIG_ATAGS is not set
31-
CONFIG_ZBOOT_ROM_TEXT=0x0
32-
CONFIG_ZBOOT_ROM_BSS=0x0
3330
CONFIG_ARM_APPENDED_DTB=y
3431
CONFIG_ARM_ATAG_DTB_COMPAT=y
3532
CONFIG_KEXEC=y
@@ -76,7 +73,6 @@ CONFIG_NETCONSOLE=y
7673
# CONFIG_NET_VENDOR_AMAZON is not set
7774
# CONFIG_NET_VENDOR_AQUANTIA is not set
7875
# CONFIG_NET_VENDOR_ARC is not set
79-
# CONFIG_NET_VENDOR_AURORA is not set
8076
# CONFIG_NET_VENDOR_BROADCOM is not set
8177
# CONFIG_NET_VENDOR_CADENCE is not set
8278
# CONFIG_NET_VENDOR_CAVIUM is not set
@@ -132,7 +128,6 @@ CONFIG_ASPEED_BT_IPMI_BMC=y
132128
CONFIG_HW_RANDOM_TIMERIOMEM=y
133129
# CONFIG_I2C_COMPAT is not set
134130
CONFIG_I2C_CHARDEV=y
135-
CONFIG_I2C_MUX=y
136131
CONFIG_I2C_MUX_PCA9541=y
137132
CONFIG_I2C_MUX_PCA954x=y
138133
CONFIG_I2C_ASPEED=y
@@ -214,9 +209,6 @@ CONFIG_RTC_DRV_RV8803=y
214209
CONFIG_RTC_DRV_ASPEED=y
215210
# CONFIG_VIRTIO_MENU is not set
216211
# CONFIG_IOMMU_SUPPORT is not set
217-
CONFIG_ASPEED_LPC_CTRL=y
218-
CONFIG_ASPEED_LPC_SNOOP=y
219-
CONFIG_ASPEED_P2A_CTRL=y
220212
CONFIG_IIO=y
221213
CONFIG_ASPEED_ADC=y
222214
CONFIG_MAX1363=y
@@ -257,6 +249,7 @@ CONFIG_DEBUG_INFO_DWARF4=y
257249
CONFIG_GDB_SCRIPTS=y
258250
CONFIG_STRIP_ASM_SYMS=y
259251
CONFIG_DEBUG_FS=y
252+
CONFIG_DEBUG_WX=y
260253
CONFIG_SCHED_STACK_END_CHECK=y
261254
CONFIG_PANIC_ON_OOPS=y
262255
CONFIG_PANIC_TIMEOUT=-1
@@ -265,6 +258,5 @@ CONFIG_SOFTLOCKUP_DETECTOR=y
265258
CONFIG_WQ_WATCHDOG=y
266259
# CONFIG_SCHED_DEBUG is not set
267260
CONFIG_FUNCTION_TRACER=y
268-
CONFIG_DEBUG_WX=y
269261
CONFIG_DEBUG_USER=y
270262
# CONFIG_RUNTIME_TESTING_MENU is not set

arch/arm/configs/aspeed_g5_defconfig

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ CONFIG_KERNEL_XZ=y
33
CONFIG_SYSVIPC=y
44
CONFIG_NO_HZ_IDLE=y
55
CONFIG_HIGH_RES_TIMERS=y
6+
CONFIG_BPF_SYSCALL=y
67
CONFIG_IKCONFIG=y
78
CONFIG_IKCONFIG_PROC=y
89
CONFIG_LOG_BUF_SHIFT=16
@@ -14,7 +15,6 @@ CONFIG_BLK_DEV_INITRD=y
1415
# CONFIG_UID16 is not set
1516
# CONFIG_SYSFS_SYSCALL is not set
1617
# CONFIG_AIO is not set
17-
CONFIG_BPF_SYSCALL=y
1818
CONFIG_EMBEDDED=y
1919
CONFIG_PERF_EVENTS=y
2020
# CONFIG_COMPAT_BRK is not set
@@ -31,10 +31,7 @@ CONFIG_VMSPLIT_2G=y
3131
CONFIG_NR_CPUS=2
3232
CONFIG_HIGHMEM=y
3333
CONFIG_UACCESS_WITH_MEMCPY=y
34-
CONFIG_SECCOMP=y
3534
# CONFIG_ATAGS is not set
36-
CONFIG_ZBOOT_ROM_TEXT=0x0
37-
CONFIG_ZBOOT_ROM_BSS=0x0
3835
CONFIG_KEXEC=y
3936
CONFIG_VFP=y
4037
CONFIG_NEON=y
@@ -89,7 +86,6 @@ CONFIG_NETCONSOLE=y
8986
# CONFIG_NET_VENDOR_AMAZON is not set
9087
# CONFIG_NET_VENDOR_AQUANTIA is not set
9188
# CONFIG_NET_VENDOR_ARC is not set
92-
# CONFIG_NET_VENDOR_AURORA is not set
9389
# CONFIG_NET_VENDOR_BROADCOM is not set
9490
# CONFIG_NET_VENDOR_CADENCE is not set
9591
# CONFIG_NET_VENDOR_CAVIUM is not set
@@ -149,7 +145,6 @@ CONFIG_ASPEED_BT_IPMI_BMC=y
149145
CONFIG_HW_RANDOM_TIMERIOMEM=y
150146
# CONFIG_I2C_COMPAT is not set
151147
CONFIG_I2C_CHARDEV=y
152-
CONFIG_I2C_MUX=y
153148
CONFIG_I2C_MUX_GPIO=y
154149
CONFIG_I2C_MUX_PCA9541=y
155150
CONFIG_I2C_MUX_PCA954x=y
@@ -232,9 +227,6 @@ CONFIG_RTC_DRV_RV8803=y
232227
CONFIG_RTC_DRV_ASPEED=y
233228
# CONFIG_VIRTIO_MENU is not set
234229
# CONFIG_IOMMU_SUPPORT is not set
235-
CONFIG_ASPEED_LPC_CTRL=y
236-
CONFIG_ASPEED_LPC_SNOOP=y
237-
CONFIG_ASPEED_P2A_CTRL=y
238230
CONFIG_IIO=y
239231
CONFIG_ASPEED_ADC=y
240232
CONFIG_MAX1363=y
@@ -279,14 +271,14 @@ CONFIG_DEBUG_INFO_DWARF4=y
279271
CONFIG_GDB_SCRIPTS=y
280272
CONFIG_STRIP_ASM_SYMS=y
281273
CONFIG_DEBUG_FS=y
274+
CONFIG_DEBUG_WX=y
275+
CONFIG_SCHED_STACK_END_CHECK=y
276+
CONFIG_PANIC_ON_OOPS=y
277+
CONFIG_PANIC_TIMEOUT=-1
282278
CONFIG_SOFTLOCKUP_DETECTOR=y
283279
# CONFIG_DETECT_HUNG_TASK is not set
284280
CONFIG_WQ_WATCHDOG=y
285-
CONFIG_PANIC_ON_OOPS=y
286-
CONFIG_PANIC_TIMEOUT=-1
287281
# CONFIG_SCHED_DEBUG is not set
288-
CONFIG_SCHED_STACK_END_CHECK=y
289282
CONFIG_FUNCTION_TRACER=y
290-
# CONFIG_RUNTIME_TESTING_MENU is not set
291-
CONFIG_DEBUG_WX=y
292283
CONFIG_DEBUG_USER=y
284+
# CONFIG_RUNTIME_TESTING_MENU is not set

0 commit comments

Comments
 (0)