summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-18 08:38:19 -0400
committerTom Rini <trini@konsulko.com>2022-03-25 12:01:15 +0000
commit5a606a4c977dda5d3079502dca12800c62a68465 (patch)
treef66599b140bed35fe8e798b1ab068375b3cfc7be /include
parent210a4b46bdc85a70af0f779861c945cb70227fea (diff)
Convert CONFIG_AT91_WANTS_COMMON_PHY to Kconfig
This converts the following to Kconfig: CONFIG_AT91_WANTS_COMMON_PHY Cc: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/at91sam9263ek.h1
-rw-r--r--include/configs/at91sam9m10g45ek.h1
-rw-r--r--include/configs/corvus.h1
-rw-r--r--include/configs/pm9g45.h1
-rw-r--r--include/configs/smartweb.h1
-rw-r--r--include/configs/snapper9260.h1
-rw-r--r--include/configs/snapper9g45.h1
-rw-r--r--include/configs/taurus.h1
-rw-r--r--include/configs/usb_a9263.h1
9 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h
index b084f96afd8..0fe4217d230 100644
--- a/include/configs/at91sam9263ek.h
+++ b/include/configs/at91sam9263ek.h
@@ -186,7 +186,6 @@
/* Ethernet */
#define CONFIG_RESET_PHY_R 1
-#define CONFIG_AT91_WANTS_COMMON_PHY
/* USB */
#define CONFIG_USB_ATMEL
diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h
index 0f5d991022c..a6642973648 100644
--- a/include/configs/at91sam9m10g45ek.h
+++ b/include/configs/at91sam9m10g45ek.h
@@ -48,7 +48,6 @@
/* Ethernet */
#define CONFIG_RESET_PHY_R
-#define CONFIG_AT91_WANTS_COMMON_PHY
#ifdef CONFIG_NAND_BOOT
/* bootstrap + u-boot + env in nandflash */
diff --git a/include/configs/corvus.h b/include/configs/corvus.h
index 2aabd4bbe2e..66eb8e9302b 100644
--- a/include/configs/corvus.h
+++ b/include/configs/corvus.h
@@ -57,7 +57,6 @@
/* Ethernet */
#define CONFIG_RMII
-#define CONFIG_AT91_WANTS_COMMON_PHY
/* DFU class support */
#define DFU_MANIFEST_POLL_TIMEOUT 25000
diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h
index 61a7c6255fe..15720719840 100644
--- a/include/configs/pm9g45.h
+++ b/include/configs/pm9g45.h
@@ -41,7 +41,6 @@
/* Ethernet */
#define CONFIG_RESET_PHY_R
-#define CONFIG_AT91_WANTS_COMMON_PHY
#ifdef CONFIG_NAND_BOOT
/* bootstrap + u-boot + env in nandflash */
diff --git a/include/configs/smartweb.h b/include/configs/smartweb.h
index 259c05df553..7b6395581bf 100644
--- a/include/configs/smartweb.h
+++ b/include/configs/smartweb.h
@@ -81,7 +81,6 @@
*
*/
#define CONFIG_RMII /* use reduced MII inteface */
-#define CONFIG_AT91_WANTS_COMMON_PHY
/* BOOTP and DHCP options */
diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h
index 028c6234a07..ffa21020699 100644
--- a/include/configs/snapper9260.h
+++ b/include/configs/snapper9260.h
@@ -40,7 +40,6 @@
/* Ethernet */
#define CONFIG_RMII
#define CONFIG_RESET_PHY_R
-#define CONFIG_AT91_WANTS_COMMON_PHY
#define CONFIG_TFTP_PORT
/* USB */
diff --git a/include/configs/snapper9g45.h b/include/configs/snapper9g45.h
index 55e51b4b469..beb21d84fd7 100644
--- a/include/configs/snapper9g45.h
+++ b/include/configs/snapper9g45.h
@@ -41,7 +41,6 @@
/* Ethernet */
#define CONFIG_RMII
#define CONFIG_RESET_PHY_R
-#define CONFIG_AT91_WANTS_COMMON_PHY
#define CONFIG_TFTP_PORT
/* LCD */
diff --git a/include/configs/taurus.h b/include/configs/taurus.h
index 4ea3607116e..6fd60e5dde7 100644
--- a/include/configs/taurus.h
+++ b/include/configs/taurus.h
@@ -65,7 +65,6 @@
/* Ethernet */
#define CONFIG_RMII
-#define CONFIG_AT91_WANTS_COMMON_PHY
/* USB */
#if defined(CONFIG_BOARD_TAURUS)
diff --git a/include/configs/usb_a9263.h b/include/configs/usb_a9263.h
index 128be9262a1..f6a4a4cbe00 100644
--- a/include/configs/usb_a9263.h
+++ b/include/configs/usb_a9263.h
@@ -45,7 +45,6 @@
/* Ethernet */
#define CONFIG_RMII
-#define CONFIG_AT91_WANTS_COMMON_PHY
/* USB */
#ifdef CONFIG_CMD_USB