diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-08 08:24:23 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-28 17:03:30 -0400 |
commit | 5c511ea93683cbdc94ec7e837b0a5b96495151f2 (patch) | |
tree | 2a0cf7e3f9922c043b0ca38b6d35d0c28a2c6259 /configs/apalis_t30_defconfig | |
parent | d61c11b8c894fad517677dc51ee82d1eade39c01 (diff) | |
download | u-boot-5c511ea93683cbdc94ec7e837b0a5b96495151f2.tar.gz |
Convert CONFIG_E1000_NO_NVM to Kconfig
This converts the following to Kconfig:
CONFIG_E1000_NO_NVM
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/apalis_t30_defconfig')
-rw-r--r-- | configs/apalis_t30_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apalis_t30_defconfig b/configs/apalis_t30_defconfig index 2a8d3c6e0a3..f5d958646fa 100644 --- a/configs/apalis_t30_defconfig +++ b/configs/apalis_t30_defconfig @@ -50,6 +50,7 @@ CONFIG_TFTP_TSIZE=y CONFIG_SPL_DM=y CONFIG_SYS_I2C_TEGRA=y CONFIG_E1000=y +CONFIG_E1000_NO_NVM=y CONFIG_PCI=y CONFIG_PCI_TEGRA=y CONFIG_SYS_NS16550=y |