]> www.infradead.org Git - users/jedix/linux-maple.git/commit
riscv: defconfig: Remove EXPERT
authorJoel Stanley <joel@jms.id.au>
Tue, 15 Apr 2025 12:28:31 +0000 (21:58 +0930)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 16 Apr 2025 15:22:27 +0000 (08:22 -0700)
commitbafa451a96d0f1404aa1a5a267f78767a55fac71
tree28c703296b2c2d759374a3137ee513f8c1f30d44
parent89079520cef65d6da1e864eab4464effe5396e23
riscv: defconfig: Remove EXPERT

The setting of EXPERT is a leftover from when the riscv defconfig was
first added. As mentioned in the EXPERT Kconfig help text it is not
intended to be set in the usual case.

Upon removal a bunch of intrusive debug-related kernel options are no
longer set, which is good. A few may want to come back in the future but
let those be advocated for on a case by case basis.

NAMESPACES, SYSFS_SYSCALL and MEDIA_SUPPORT_FILTER default on and thus
fall out of the defconfig.

Set VIDEO_CADENCE_CSI2RX=y to ensure VIDEO_CADENCE_CSI2RX stays enabled.

Set DEBUG_KERNEL=y in line with other arch defconfigs. This turns on
tracing.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20250415122832.982610-1-joel@jms.id.au
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/configs/defconfig