diff options
author | Dustin Heimerl <dheimerl@unitelinc.com> | 2019-01-16 15:28:02 -0600 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-21 21:34:00 +0000 |
commit | 2c1b95bc57c8b118e3f4e55b79d90826e8dd0a51 (patch) | |
tree | 53d0884966aa6b07639e387ccb9475daa62cfa95 /main/linux-vanilla/config-virt.x86 | |
parent | a76860cfccb3a149c0f612a9cbfbd211d76c0270 (diff) | |
download | aports-2c1b95bc57c8b118e3f4e55b79d90826e8dd0a51.tar.bz2 aports-2c1b95bc57c8b118e3f4e55b79d90826e8dd0a51.tar.xz |
main/linux-vanilla: Enabled CONFIG_PPS and CONFIG_PTP_1588_CLOCK for Hyper-V usage.
Diffstat (limited to 'main/linux-vanilla/config-virt.x86')
-rw-r--r-- | main/linux-vanilla/config-virt.x86 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/main/linux-vanilla/config-virt.x86 b/main/linux-vanilla/config-virt.x86 index 7857b566b3..efdbd69b1a 100644 --- a/main/linux-vanilla/config-virt.x86 +++ b/main/linux-vanilla/config-virt.x86 @@ -2431,12 +2431,23 @@ CONFIG_I2C_PIIX4=m # CONFIG_SPI is not set # CONFIG_SPMI is not set # CONFIG_HSI is not set -# CONFIG_PPS is not set +CONFIG_PPS=y +# CONFIG_PPS_DEBUG is not set + +# +# PPS clients support +# +# CONFIG_PPS_CLIENT_KTIMER is not set +# CONFIG_PPS_CLIENT_LDISC is not set +# CONFIG_PPS_CLIENT_PARPORT is not set +# CONFIG_PPS_CLIENT_GPIO is not set # # PTP clock support # -# CONFIG_PTP_1588_CLOCK is not set +CONFIG_PTP_1588_CLOCK=y +# CONFIG_DP83640_PHY is not set +CONFIG_PTP_1588_CLOCK_KVM=m # CONFIG_PTP_1588_CLOCK_PCH is not set # CONFIG_PINCTRL is not set # CONFIG_GPIOLIB is not set |