Kconfig.debug (94bd217e2d683719ab21a4ac117d8a1b91cbedc9) | Kconfig.debug (4189bc71ff2cd3c1920b69a01f6796caf3f1edb3) |
---|---|
1menu "Kernel hacking" 2 3source "lib/Kconfig.debug" 4 5config STRICT_DEVMEM 6 bool "Filter access to /dev/mem" 7 depends on MMU 8 ---help--- --- 115 unchanged lines hidden (view full) --- 124 help 125 Choice for UART for kernel low-level using S3C UARTS, 126 should be between zero and two. The port must have been 127 initialised by the boot-loader before use. 128 129 The uncompressor code port configuration is now handled 130 by CONFIG_S3C_LOWLEVEL_UART_PORT. 131 | 1menu "Kernel hacking" 2 3source "lib/Kconfig.debug" 4 5config STRICT_DEVMEM 6 bool "Filter access to /dev/mem" 7 depends on MMU 8 ---help--- --- 115 unchanged lines hidden (view full) --- 124 help 125 Choice for UART for kernel low-level using S3C UARTS, 126 should be between zero and two. The port must have been 127 initialised by the boot-loader before use. 128 129 The uncompressor code port configuration is now handled 130 by CONFIG_S3C_LOWLEVEL_UART_PORT. 131 |
132config ARM_KPROBES_TEST 133 tristate "Kprobes test module" 134 depends on KPROBES && MODULES 135 help 136 Perform tests of kprobes API and instruction set simulation. 137 |
|
132endmenu | 138endmenu |