From 61598093bbdd283a7edc367d900f223070ead8d2 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:43:03 +0000 Subject: [PATCH] add ax88772C AX88772C_eeprom_tools --- kernel/arch/hexagon/Kconfig | 25 ++++++++++--------------- 1 files changed, 10 insertions(+), 15 deletions(-) diff --git a/kernel/arch/hexagon/Kconfig b/kernel/arch/hexagon/Kconfig index 89a4b22..cc2c1ae 100644 --- a/kernel/arch/hexagon/Kconfig +++ b/kernel/arch/hexagon/Kconfig @@ -4,6 +4,8 @@ config HEXAGON def_bool y + select ARCH_32BIT_OFF_T + select ARCH_HAS_SYNC_DMA_FOR_DEVICE select ARCH_NO_PREEMPT select HAVE_OPROFILE # Other pending projects/to-do items. @@ -29,13 +31,15 @@ select GENERIC_CLOCKEVENTS_BROADCAST select MODULES_USE_ELF_RELA select GENERIC_CPU_DEVICES - ---help--- + select SET_FS + select ARCH_WANT_LD_ORPHAN_WARN + help Qualcomm Hexagon is a processor architecture designed for high performance and low power across a wide variety of applications. config HEXAGON_PHYS_OFFSET def_bool y - ---help--- + help Platforms that don't load the kernel at zero set this. config FRAME_POINTER @@ -43,9 +47,6 @@ config LOCKDEP_SUPPORT def_bool y - -config PCI - def_bool n config EARLY_PRINTK def_bool y @@ -63,12 +64,6 @@ # Use the generic interrupt handling code in kernel/irq/: # config GENERIC_IRQ_PROBE - def_bool y - -config RWSEM_GENERIC_SPINLOCK - def_bool n - -config RWSEM_XCHGADD_ALGORITHM def_bool y config GENERIC_HWEIGHT @@ -90,7 +85,7 @@ config HEXAGON_COMET bool "Comet Board" - ---help--- + help Support for the Comet platform. endchoice @@ -111,7 +106,7 @@ config SMP bool "Multi-Processing support" - ---help--- + help Enables SMP support in the kernel. If unsure, say "Y" config NR_CPUS @@ -119,7 +114,7 @@ range 2 6 if SMP default "1" if !SMP default "6" if SMP - ---help--- + help This allows you to specify the maximum number of CPUs which this kernel will support. The maximum supported value is 6 and the minimum value which makes sense is 2. @@ -130,7 +125,7 @@ choice prompt "Kernel page size" default PAGE_SIZE_4KB - ---help--- + help Changes the default page size; use with caution. config PAGE_SIZE_4KB -- Gitblit v1.6.2