diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/config/config | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 784b258c09ef..69875eb906b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ linux (4.17.14-2) UNRELEASED; urgency=medium * serdev: Enable SERIAL_DEV_BUS, SERIAL_DEV_CTRL_TTYPORT as built-in (except on armel) - bluetooth: Re-enable BT_HCIUART_{BCM,LL} (Closes: #906048) + * drivers/net/phy: Enable SFP as module (Closes: #906054) -- Ben Hutchings <ben@decadent.org.uk> Tue, 14 Aug 2018 00:07:30 +0800 diff --git a/debian/config/config b/debian/config/config index 925cd629c57b..e863e3d7f999 100644 --- a/debian/config/config +++ b/debian/config/config @@ -3400,6 +3400,7 @@ CONFIG_IEEE802154_ADF7242=m # CONFIG_MDIO_OCTEON is not set # CONFIG_MDIO_THUNDER is not set CONFIG_PHYLIB=m +CONFIG_SFP=m CONFIG_AMD_PHY=m CONFIG_AQUANTIA_PHY=m CONFIG_AT803X_PHY=m |