diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-04 18:12:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-04 18:12:57 -0400 |
commit | 6bca655bcbc8e81a21ab27a0d1e9c711ab8e0e24 (patch) | |
tree | 047f05ad2648c4b88ff5e02187e92a9e7835e8ae /configs/deneb_defconfig | |
parent | 07d90d8bd451b9595fb0369c51f90ee2dccd5d9f (diff) | |
parent | f3e2ebede3019740ee90471acc0a29a684b59221 (diff) |
Merge branch '2020-06-04-misc-bugfixes'
- Resync checkpatch.pl (largely) with v5.7 and introduce U-Boot specific
checks in a localized area, so they aren't lost in the future.
- Complete / re-migrate some options from config headers to defconfigs
- Add dependencies to the various debug uart drivers
Diffstat (limited to 'configs/deneb_defconfig')
-rw-r--r-- | configs/deneb_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/deneb_defconfig b/configs/deneb_defconfig index 628b3516a8..9682cb7ca1 100644 --- a/configs/deneb_defconfig +++ b/configs/deneb_defconfig @@ -36,13 +36,16 @@ CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\ CONFIG_AUTOBOOT_STOP_STR="\x1b\x1b" CONFIG_AUTOBOOT_KEYED_CTRLC=y CONFIG_CMD_CPU=y +# CONFIG_CMD_EXPORTENV is not set # CONFIG_CMD_IMPORTENV is not set +# CONFIG_CMD_CRC32 is not set CONFIG_CMD_CLK=y CONFIG_CMD_DM=y CONFIG_CMD_FUSE=y CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y +CONFIG_CMD_READ=y CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y |