diff options
author | Guo Ren <guoren@linux.alibaba.com> | 2021-05-12 15:58:41 +0800 |
---|---|---|
committer | Guo Ren <guoren@linux.alibaba.com> | 2021-07-04 17:39:54 +0800 |
commit | 90dc8c0e664efcb14e2f133309d84bfdcb0b3d24 (patch) | |
tree | c27d8e284cb4982728ac460044a4d3a74c58b777 /arch/csky | |
parent | 6ea42c84f33368eb3fe1ec1bff8d7cb1a5c7b07a (diff) |
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 <guoren@linux.alibaba.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/csky')
-rw-r--r-- | arch/csky/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig index 8de5b987edb9..2716f6395ba7 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 |