I know that AM335x supports IEEE 1588 hardware time-stamping function,
but I can only see beaglebone support software timestamping by entering # ethtool -T eth0.
This website says I must enable CPTS driver for AM335x, and somebody told me that I need to make kernel options enable, which are CONFIG_PTP_1588_CLOCK and CONFIG_TI_CPTS .
But I don't know how to get started with it... I am using Angstrom, kernel version 3.8.
Could somebody teach me how to enable hardware timestamping function in an easy way? Thanks!