csky: Kconfig: Remove unused selects
authorGuo Ren <guoren@linux.alibaba.com>
Wed, 12 May 2021 07:58:41 +0000 (15:58 +0800)
committerGuo Ren <guoren@linux.alibaba.com>
Sun, 4 Jul 2021 09:39:54 +0000 (17:39 +0800)
 - 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 <guoren@linux.alibaba.com>
Cc: Arnd Bergmann <arnd@arndb.de>
arch/csky/Kconfig

index 8de5b98..2716f63 100644 (file)
@@ -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