diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-01-25 12:10:48 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-02-02 13:55:14 +0100 |
commit | c13f60d92a1c31c131a53ff8e994e4c8eebb8311 (patch) | |
tree | 685c5822870b576ab2ccab53a02f572e8a4a873a /board/sunxi/Kconfig | |
parent | e1a0888ed224cc4c4e019a37b7b0331b11745e4d (diff) | |
download | u-boot-imx-c13f60d92a1c31c131a53ff8e994e4c8eebb8311.zip u-boot-imx-c13f60d92a1c31c131a53ff8e994e4c8eebb8311.tar.gz u-boot-imx-c13f60d92a1c31c131a53ff8e994e4c8eebb8311.tar.bz2 |
sunxi: Add a GMAC Transmit Clock Delay Chain Kconfig option
And use this to set the GMAC Transmit Clock Delay Chain value on Banana
boards, rather then keying of CONFIG_TARGET_FOO.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'board/sunxi/Kconfig')
-rw-r--r-- | board/sunxi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index f48b8c0..15e3d46 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -380,4 +380,10 @@ config USB_KEYBOARD Say Y here to add support for using a USB keyboard (typically used in combination with a graphical console). +config GMAC_TX_DELAY + int "GMAC Transmit Clock Delay Chain" + default 0 + ---help--- + Set the GMAC Transmit Clock Delay Chain value. + endif |