Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3af5154a authored by Jayachandran C's avatar Jayachandran C Committed by Greg Kroah-Hartman
Browse files

usb: Netlogic: Use CPU_XLR in place of NLM_XLR



Use CONFIG_CPU_XLR instead of CONFIG_NLM_XLR, the NLM_XLR config
option is redundant and is being removed.

Signed-off-by: default avatarJayachandran C <jayachandranc@netlogicmicro.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3f5eb8d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1324,7 +1324,7 @@ MODULE_LICENSE ("GPL");
#define PLATFORM_DRIVER		ehci_pxa168_driver
#endif

#ifdef CONFIG_NLM_XLR
#ifdef CONFIG_CPU_XLR
#include "ehci-xls.c"
#define PLATFORM_DRIVER		ehci_xls_driver
#endif
+1 −1
Original line number Diff line number Diff line
@@ -1114,7 +1114,7 @@ MODULE_LICENSE ("GPL");
#define PLATFORM_DRIVER		ohci_hcd_ath79_driver
#endif

#ifdef CONFIG_NLM_XLR
#ifdef CONFIG_CPU_XLR
#include "ohci-xls.c"
#define PLATFORM_DRIVER		ohci_xls_driver
#endif