summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-18 08:38:22 -0400
committerTom Rini <trini@konsulko.com>2022-03-25 12:01:15 +0000
commit03d14ccdf6c4ae56e3351ca828d9b1ac6467aea5 (patch)
treecd757ba44e8d6688171e0d6d01d218a480953623 /include
parent1d5686acfd6f6bc95352bdc41713d24d6a53792c (diff)
Convert CONFIG_RMII to Kconfig
This converts the following to Kconfig: CONFIG_RMII Cc: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/corvus.h3
-rw-r--r--include/configs/devkit3250.h1
-rw-r--r--include/configs/ethernut5.h1
-rw-r--r--include/configs/meesc.h3
-rw-r--r--include/configs/smartweb.h8
-rw-r--r--include/configs/snapper9260.h1
-rw-r--r--include/configs/snapper9g45.h1
-rw-r--r--include/configs/taurus.h3
-rw-r--r--include/configs/usb_a9263.h3
-rw-r--r--include/configs/vinco.h1
10 files changed, 0 insertions, 25 deletions
diff --git a/include/configs/corvus.h b/include/configs/corvus.h
index 66eb8e9302..18bb5547fa 100644
--- a/include/configs/corvus.h
+++ b/include/configs/corvus.h
@@ -55,9 +55,6 @@
#define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC8
#endif
-/* Ethernet */
-#define CONFIG_RMII
-
/* DFU class support */
#define DFU_MANIFEST_POLL_TIMEOUT 25000
diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h
index ff5ce55a03..84098e7530 100644
--- a/include/configs/devkit3250.h
+++ b/include/configs/devkit3250.h
@@ -32,7 +32,6 @@
/*
* Ethernet
*/
-#define CONFIG_RMII
#define CONFIG_LPC32XX_ETH
/*
diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h
index 860709a277..3231f3cc03 100644
--- a/include/configs/ethernut5.h
+++ b/include/configs/ethernut5.h
@@ -54,7 +54,6 @@
/* JFFS2 */
/* Ethernet */
-#define CONFIG_RMII
#define CONFIG_PHY_ID 0
#define CONFIG_MACB_SEARCH_PHY
diff --git a/include/configs/meesc.h b/include/configs/meesc.h
index fcc103cd29..fa4513b2b9 100644
--- a/include/configs/meesc.h
+++ b/include/configs/meesc.h
@@ -66,9 +66,6 @@
# define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PA(22)
#endif
-/* Ethernet */
-#define CONFIG_RMII
-
/* hw-controller addresses */
#define CONFIG_ET1100_BASE 0x70000000
diff --git a/include/configs/smartweb.h b/include/configs/smartweb.h
index 7b6395581b..a0b353902e 100644
--- a/include/configs/smartweb.h
+++ b/include/configs/smartweb.h
@@ -76,14 +76,6 @@
#define CONFIG_USART_BASE ATMEL_BASE_DBGU
#define CONFIG_USART_ID ATMEL_ID_SYS
-/*
- * Ethernet configuration
- *
- */
-#define CONFIG_RMII /* use reduced MII inteface */
-
-/* BOOTP and DHCP options */
-
#if !defined(CONFIG_SPL_BUILD)
/* USB configuration */
#define CONFIG_USB_ATMEL
diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h
index ff670565ce..2f0309f0cc 100644
--- a/include/configs/snapper9260.h
+++ b/include/configs/snapper9260.h
@@ -38,7 +38,6 @@
#define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC13
/* Ethernet */
-#define CONFIG_RMII
#define CONFIG_TFTP_PORT
/* USB */
diff --git a/include/configs/snapper9g45.h b/include/configs/snapper9g45.h
index 26a42c9b2d..72611fe850 100644
--- a/include/configs/snapper9g45.h
+++ b/include/configs/snapper9g45.h
@@ -39,7 +39,6 @@
#define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC8
/* Ethernet */
-#define CONFIG_RMII
#define CONFIG_TFTP_PORT
/* LCD */
diff --git a/include/configs/taurus.h b/include/configs/taurus.h
index 6fd60e5dde..b0d06e7b55 100644
--- a/include/configs/taurus.h
+++ b/include/configs/taurus.h
@@ -63,9 +63,6 @@
#define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC13
#endif
-/* Ethernet */
-#define CONFIG_RMII
-
/* USB */
#if defined(CONFIG_BOARD_TAURUS)
#define CONFIG_USB_ATMEL
diff --git a/include/configs/usb_a9263.h b/include/configs/usb_a9263.h
index f6a4a4cbe0..2b6078a1cc 100644
--- a/include/configs/usb_a9263.h
+++ b/include/configs/usb_a9263.h
@@ -43,9 +43,6 @@
#define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PA(22)
#endif
-/* Ethernet */
-#define CONFIG_RMII
-
/* USB */
#ifdef CONFIG_CMD_USB
#define CONFIG_USB_ATMEL
diff --git a/include/configs/vinco.h b/include/configs/vinco.h
index a6511b34f5..16c020982b 100644
--- a/include/configs/vinco.h
+++ b/include/configs/vinco.h
@@ -49,7 +49,6 @@
/* USB device */
/* Ethernet Hardware */
-#define CONFIG_RMII
#define CONFIG_MACB_SEARCH_PHY
#ifdef CONFIG_SPI_BOOT