diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-04 13:48:12 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-08 12:45:13 +0200 |
commit | fd82b4fe7062be137bebb660bfbcbff64b2715c1 (patch) | |
tree | b806a2902d4400e061ca76382f63ecb43b914f4e | |
parent | ac1858ddf0707b9fcc360f34cca95dd1a00ff3fa (diff) | |
download | upstream-fd82b4fe7062be137bebb660bfbcbff64b2715c1.tar.gz upstream-fd82b4fe7062be137bebb660bfbcbff64b2715c1.tar.bz2 upstream-fd82b4fe7062be137bebb660bfbcbff64b2715c1.zip |
kernel: add missing symbol when enabling PTP support
Discovered by enabling PTP_1588_CLOCK:
net/sched/Kconfig:44: warning: menuconfig statement without prompt
*
* Restart config...
*
*
* PTP clock support
*
PTP clock support (PTP_1588_CLOCK) [Y/n/?] y
Driver for the National Semiconductor DP83640 PHYTER (DP83640_PHY) [N/m/y/?] (NEW)
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
-rw-r--r-- | target/linux/generic/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 8aaa54b8ff..beed43f8dd 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -1149,6 +1149,7 @@ CONFIG_DEVPORT=y # CONFIG_DNOTIFY is not set # CONFIG_DNS_RESOLVER is not set CONFIG_DOUBLEFAULT=y +# CONFIG_DP83640_PHY is not set # CONFIG_DP83848_PHY is not set # CONFIG_DP83867_PHY is not set # CONFIG_DPOT_DAC is not set |