diff options
| author | Tom Rini <[email protected]> | 2022-06-08 08:24:23 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-28 17:03:30 -0400 |
| commit | 5c511ea93683cbdc94ec7e837b0a5b96495151f2 (patch) | |
| tree | 2a0cf7e3f9922c043b0ca38b6d35d0c28a2c6259 /configs/apalis-tk1_defconfig | |
| parent | d61c11b8c894fad517677dc51ee82d1eade39c01 (diff) | |
Convert CONFIG_E1000_NO_NVM to Kconfig
This converts the following to Kconfig:
CONFIG_E1000_NO_NVM
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/apalis-tk1_defconfig')
| -rw-r--r-- | configs/apalis-tk1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apalis-tk1_defconfig b/configs/apalis-tk1_defconfig index 2d9c0ae18e3..0915bca6421 100644 --- a/configs/apalis-tk1_defconfig +++ b/configs/apalis-tk1_defconfig @@ -58,6 +58,7 @@ CONFIG_SYS_I2C_TEGRA=y CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_TEGRA124_MMC_DISABLE_EXT_LOOPBACK=y CONFIG_E1000=y +CONFIG_E1000_NO_NVM=y CONFIG_PCI=y CONFIG_PCI_TEGRA=y CONFIG_DM_PMIC=y |
