fix(cros-bootkernel/x86_64_defconfig_boot) disable CONFIG_PPS

This is no longer needed for the boot kernels, as we disabled ethernet
devices.
This commit is contained in:
Greg Kroah-Hartman 2013-06-14 13:32:10 -07:00
parent 7ce163dd33
commit d8175c1d5f

View File

@ -1312,15 +1312,7 @@ CONFIG_DEVPORT=y
# #
# PPS support # PPS support
# #
CONFIG_PPS=m # CONFIG_PPS is not set
# 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_GPIO is not set
# #
# PPS generators support # PPS generators support
@ -1329,7 +1321,7 @@ CONFIG_PPS=m
# #
# PTP clock support # PTP clock support
# #
CONFIG_PTP_1588_CLOCK=m # CONFIG_PTP_1588_CLOCK is not set
# #
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. # Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.