From: Guo Ren Date: Wed, 12 May 2021 07:58:41 +0000 (+0800) Subject: csky: Kconfig: Remove unused selects X-Git-Tag: accepted/tizen/unified/20230118.172025~6906^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90dc8c0e664efcb14e2f133309d84bfdcb0b3d24;p=platform%2Fkernel%2Flinux-rpi.git csky: Kconfig: Remove unused selects - GENERIC_ALLOCATOR is duplicated - Remove USB_ARCH_HAS_OHCI & USB_ARCH_HAS_EHCI, because they have been removed from linux. Signed-off-by: Guo Ren Cc: Arnd Bergmann --- diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig index 8de5b98..2716f63 100644 --- a/arch/csky/Kconfig +++ b/arch/csky/Kconfig @@ -76,8 +76,6 @@ config CSKY select PERF_USE_VMALLOC if CPU_CK610 select RTC_LIB select TIMER_OF - select USB_ARCH_HAS_EHCI - select USB_ARCH_HAS_OHCI select GENERIC_PCI_IOMAP select HAVE_PCI select PCI_DOMAINS_GENERIC if PCI @@ -245,7 +243,6 @@ endchoice menuconfig HAVE_TCM bool "Tightly-Coupled/Sram Memory" - select GENERIC_ALLOCATOR help The implementation are not only used by TCM (Tightly-Coupled Meory) but also used by sram on SOC bus. It follow existed linux tcm