diff options
| author | Tom Rini <[email protected]> | 2022-03-18 08:38:24 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-25 12:01:15 +0000 |
| commit | 6329dda175ef6f2c41991be3fdcfe0b5e091b573 (patch) | |
| tree | a21a417fbb9018e49f325832feb2eae5ad54a569 /include | |
| parent | 5842c8107d9a13b958fa894b22485b32e078f75b (diff) | |
Convert CONFIG_LPC32XX_ETH to Kconfig
This converts the following to Kconfig:
CONFIG_LPC32XX_ETH
Cc: Ramon Fried <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/devkit3250.h | 5 | ||||
| -rw-r--r-- | include/configs/work_92105.h | 7 |
2 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h index 84098e75301..bc5282a4893 100644 --- a/include/configs/devkit3250.h +++ b/include/configs/devkit3250.h @@ -30,11 +30,6 @@ */ /* - * Ethernet - */ -#define CONFIG_LPC32XX_ETH - -/* * NOR Flash */ #define CONFIG_SYS_MAX_FLASH_SECT 71 diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h index 373af03b8b5..33245375979 100644 --- a/include/configs/work_92105.h +++ b/include/configs/work_92105.h @@ -22,13 +22,6 @@ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + SZ_512K \ - GENERATED_GBL_DATA_SIZE) -/* - * Ethernet Driver - */ - -#define CONFIG_LPC32XX_ETH -/* FIXME: remove "Waiting for PHY auto negotiation to complete..." message */ - #define CONFIG_RTC_DS1374 /* |
