Skip to content

Commit 045c654

Browse files
damien-lemoalpalmer-dabbelt
authored andcommitted
riscv: K210: Update defconfig
Update the Kendryte K210 default kernel configuration file nommu_k210_defconfig to enable builtin DTB by default. Signed-off-by: Damien Le Moal <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 8bb6617 commit 045c654

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

arch/riscv/configs/nommu_k210_defconfig

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
CONFIG_LOG_BUF_SHIFT=15
33
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=12
44
CONFIG_BLK_DEV_INITRD=y
5-
CONFIG_INITRAMFS_SOURCE=""
65
CONFIG_INITRAMFS_FORCE=y
76
# CONFIG_RD_BZIP2 is not set
87
# CONFIG_RD_LZMA is not set
98
# CONFIG_RD_XZ is not set
109
# CONFIG_RD_LZO is not set
1110
# CONFIG_RD_LZ4 is not set
12-
# CONFIG_BOOT_CONFIG is not set
1311
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
1412
# CONFIG_SYSFS_SYSCALL is not set
1513
# CONFIG_FHANDLE is not set
@@ -35,8 +33,6 @@ CONFIG_SMP=y
3533
CONFIG_NR_CPUS=2
3634
CONFIG_CMDLINE="earlycon console=ttySIF0"
3735
CONFIG_CMDLINE_FORCE=y
38-
CONFIG_USE_BUILTIN_DTB=y
39-
CONFIG_BUILTIN_DTB_SOURCE="kendryte/k210"
4036
# CONFIG_BLOCK is not set
4137
CONFIG_BINFMT_FLAT=y
4238
# CONFIG_COREDUMP is not set
@@ -49,8 +45,8 @@ CONFIG_DEVTMPFS_MOUNT=y
4945
# CONFIG_SERIO is not set
5046
# CONFIG_LEGACY_PTYS is not set
5147
# CONFIG_LDISC_AUTOLOAD is not set
52-
# CONFIG_DEVMEM is not set
5348
# CONFIG_HW_RANDOM is not set
49+
# CONFIG_DEVMEM is not set
5450
# CONFIG_HWMON is not set
5551
# CONFIG_VGA_CONSOLE is not set
5652
# CONFIG_HID is not set
@@ -62,6 +58,7 @@ CONFIG_DEVTMPFS_MOUNT=y
6258
CONFIG_LSM="[]"
6359
CONFIG_PRINTK_TIME=y
6460
# CONFIG_DEBUG_MISC is not set
61+
CONFIG_PANIC_ON_OOPS=y
6562
# CONFIG_SCHED_DEBUG is not set
6663
# CONFIG_RCU_TRACE is not set
6764
# CONFIG_FTRACE is not set

0 commit comments

Comments
 (0)