Kconfig (2c4cdf5950b1a7a9d731c03c56e2cea3bd8ca7b7) Kconfig (4febd95a8a85dd38b1a71fcf9726e19c7fd20039)
1#
2# General architecture dependent options
3#
4
5config OPROFILE
6 tristate "OProfile system profiling"
7 depends on PROFILING
8 depends on HAVE_OPROFILE

--- 305 unchanged lines hidden (view full) ---

314
315config ARCH_WANT_COMPAT_IPC_PARSE_VERSION
316 bool
317
318config ARCH_WANT_OLD_COMPAT_IPC
319 select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
320 bool
321
1#
2# General architecture dependent options
3#
4
5config OPROFILE
6 tristate "OProfile system profiling"
7 depends on PROFILING
8 depends on HAVE_OPROFILE

--- 305 unchanged lines hidden (view full) ---

314
315config ARCH_WANT_COMPAT_IPC_PARSE_VERSION
316 bool
317
318config ARCH_WANT_OLD_COMPAT_IPC
319 select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
320 bool
321
322config HAVE_VIRT_TO_BUS
323 bool
324 help
325 An architecture should select this if it implements the
326 deprecated interface virt_to_bus(). All new architectures
327 should probably not select this.
328
329config HAVE_ARCH_SECCOMP_FILTER
330 bool
331 help
332 An arch should select this symbol if it provides all of these things:
333 - syscall_get_arch()
334 - syscall_get_arguments()
335 - syscall_rollback()
336 - syscall_set_return_value()

--- 98 unchanged lines hidden ---
322config HAVE_ARCH_SECCOMP_FILTER
323 bool
324 help
325 An arch should select this symbol if it provides all of these things:
326 - syscall_get_arch()
327 - syscall_get_arguments()
328 - syscall_rollback()
329 - syscall_set_return_value()

--- 98 unchanged lines hidden ---