hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/hexagon/Kconfig
....@@ -4,6 +4,8 @@
44
55 config HEXAGON
66 def_bool y
7
+ select ARCH_32BIT_OFF_T
8
+ select ARCH_HAS_SYNC_DMA_FOR_DEVICE
79 select ARCH_NO_PREEMPT
810 select HAVE_OPROFILE
911 # Other pending projects/to-do items.
....@@ -29,13 +31,15 @@
2931 select GENERIC_CLOCKEVENTS_BROADCAST
3032 select MODULES_USE_ELF_RELA
3133 select GENERIC_CPU_DEVICES
32
- ---help---
34
+ select SET_FS
35
+ select ARCH_WANT_LD_ORPHAN_WARN
36
+ help
3337 Qualcomm Hexagon is a processor architecture designed for high
3438 performance and low power across a wide variety of applications.
3539
3640 config HEXAGON_PHYS_OFFSET
3741 def_bool y
38
- ---help---
42
+ help
3943 Platforms that don't load the kernel at zero set this.
4044
4145 config FRAME_POINTER
....@@ -43,9 +47,6 @@
4347
4448 config LOCKDEP_SUPPORT
4549 def_bool y
46
-
47
-config PCI
48
- def_bool n
4950
5051 config EARLY_PRINTK
5152 def_bool y
....@@ -63,12 +64,6 @@
6364 # Use the generic interrupt handling code in kernel/irq/:
6465 #
6566 config GENERIC_IRQ_PROBE
66
- def_bool y
67
-
68
-config RWSEM_GENERIC_SPINLOCK
69
- def_bool n
70
-
71
-config RWSEM_XCHGADD_ALGORITHM
7267 def_bool y
7368
7469 config GENERIC_HWEIGHT
....@@ -90,7 +85,7 @@
9085
9186 config HEXAGON_COMET
9287 bool "Comet Board"
93
- ---help---
88
+ help
9489 Support for the Comet platform.
9590
9691 endchoice
....@@ -111,7 +106,7 @@
111106
112107 config SMP
113108 bool "Multi-Processing support"
114
- ---help---
109
+ help
115110 Enables SMP support in the kernel. If unsure, say "Y"
116111
117112 config NR_CPUS
....@@ -119,7 +114,7 @@
119114 range 2 6 if SMP
120115 default "1" if !SMP
121116 default "6" if SMP
122
- ---help---
117
+ help
123118 This allows you to specify the maximum number of CPUs which this
124119 kernel will support. The maximum supported value is 6 and the
125120 minimum value which makes sense is 2.
....@@ -130,7 +125,7 @@
130125 choice
131126 prompt "Kernel page size"
132127 default PAGE_SIZE_4KB
133
- ---help---
128
+ help
134129 Changes the default page size; use with caution.
135130
136131 config PAGE_SIZE_4KB