Currently supports the:
          - ADIN1100 - Robust,Industrial, Low Power 10BASE-T1L Ethernet PHY
 
-config AQUANTIA_PHY
-       tristate "Aquantia PHYs"
-       help
-         Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405
+source "drivers/net/phy/aquantia/Kconfig"
 
 config AX88796B_PHY
        tristate "Asix PHYs"
 
 obj-$(CONFIG_ADIN_PHY)         += adin.o
 obj-$(CONFIG_ADIN1100_PHY)     += adin1100.o
 obj-$(CONFIG_AMD_PHY)          += amd.o
-aquantia-objs                  += aquantia_main.o
-ifdef CONFIG_HWMON
-aquantia-objs                  += aquantia_hwmon.o
-endif
-obj-$(CONFIG_AQUANTIA_PHY)     += aquantia.o
+obj-$(CONFIG_AQUANTIA_PHY)     += aquantia/
 obj-$(CONFIG_AT803X_PHY)       += at803x.o
 obj-$(CONFIG_AX88796B_PHY)     += ax88796b.o
 obj-$(CONFIG_BCM54140_PHY)     += bcm54140.o
 
--- /dev/null
+# SPDX-License-Identifier: GPL-2.0-only
+config AQUANTIA_PHY
+       tristate "Aquantia PHYs"
+       help
+         Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405
 
--- /dev/null
+# SPDX-License-Identifier: GPL-2.0
+aquantia-objs                  += aquantia_main.o
+ifdef CONFIG_HWMON
+aquantia-objs                  += aquantia_hwmon.o
+endif
+obj-$(CONFIG_AQUANTIA_PHY)     += aquantia.o