diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2018-02-16 21:17:44 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-05 10:06:05 -0500 |
commit | b432b1ebdf3422caa3b714ef5a417a4e8864fad6 (patch) | |
tree | 4634f3926499f5a32830b6df00dbc227b415deab /common/spl/Kconfig | |
parent | cd655514aa044c77fe3b895a51677ba47b26ba89 (diff) |
spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-boot CONFIG
Rename CONFIG_SPL_USBETH_SUPPORT to CONFIG_SPL_USB_ETHER.
This enables users to block text using CONFIG_IS_ENABLED() instead
of resorting to #if ladders with SPL and non-SPL cases.
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Diffstat (limited to 'common/spl/Kconfig')
-rw-r--r-- | common/spl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index f58163ce53..9609fceea5 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -680,7 +680,7 @@ config SPL_USB_GADGET_SUPPORT if SPL_USB_GADGET_SUPPORT -config SPL_USBETH_SUPPORT +config SPL_USB_ETHER bool "Support USB Ethernet drivers" help Enable access to the USB network subsystem and associated |