diff options
author | Tom Rini | 2020-08-23 13:06:36 -0400 |
---|---|---|
committer | Tom Rini | 2020-08-23 13:06:36 -0400 |
commit | a7fc1e12ad970c2c02b2728b23ae26008f55c9db (patch) | |
tree | 5989d61872cb217556a626ed1a9919edf283c810 /configs/ds109_defconfig | |
parent | 2e6132d835631946b7a67dedd8f5bc902304b0f9 (diff) |
Convert CONFIG_NETCONSOLE to Kconfig
This converts the following to Kconfig:
CONFIG_NETCONSOLE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ds109_defconfig')
-rw-r--r-- | configs/ds109_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ds109_defconfig b/configs/ds109_defconfig index e4948873782..e412e3f5937 100644 --- a/configs/ds109_defconfig +++ b/configs/ds109_defconfig @@ -28,6 +28,7 @@ CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_USE_ENV_SPI_MAX_HZ=y CONFIG_ENV_SPI_MAX_HZ=50000000 CONFIG_ENV_ADDR=0x3D0000 +CONFIG_NETCONSOLE=y CONFIG_DM=y CONFIG_MVSATA_IDE=y CONFIG_BLK=y |