diff options
author | Marek Vasut | 2020-06-20 17:43:29 +0200 |
---|---|---|
committer | Marek Vasut | 2020-07-25 11:24:02 +0200 |
commit | a410f13dfe4a458da9ab2dc0f2b7e6190c10a504 (patch) | |
tree | a244bfda300b44eeef4ad3122a4a331e9bfa0411 /configs/integratorap_cm926ejs_defconfig | |
parent | 777aa715317213fc4eda62916e515a8da89d6e64 (diff) |
net: dc2114x: Add Kconfig entries
Add Kconfig entries for the dc2114x driver and convert various boards.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Ramon Fried <rfried.dev@gmail.com>
Diffstat (limited to 'configs/integratorap_cm926ejs_defconfig')
-rw-r--r-- | configs/integratorap_cm926ejs_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/integratorap_cm926ejs_defconfig b/configs/integratorap_cm926ejs_defconfig index 9c1a3fa2f5d..921a75e326b 100644 --- a/configs/integratorap_cm926ejs_defconfig +++ b/configs/integratorap_cm926ejs_defconfig @@ -25,6 +25,7 @@ CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_PROTECTION=y CONFIG_SYS_FLASH_CFI=y CONFIG_EEPRO100=y +CONFIG_TULIP=y CONFIG_PCI=y CONFIG_BAUDRATE=38400 CONFIG_OF_LIBFDT=y |