Kconfig.debug (734d1ece37fbf3d2ddfc71bc6c69e0fe35f02542) | Kconfig.debug (808b7e07464db6a4ef840016d4bac1d99a34cc7c) |
---|---|
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--- --- 277 unchanged lines hidden (view full) --- 286 287 config DEBUG_MVEBU_UART 288 bool "Kernel low-level debugging messages via MVEBU UART" 289 depends on ARCH_MVEBU 290 help 291 Say Y here if you want kernel low-level debugging support 292 on MVEBU based platforms. 293 | 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--- --- 277 unchanged lines hidden (view full) --- 286 287 config DEBUG_MVEBU_UART 288 bool "Kernel low-level debugging messages via MVEBU UART" 289 depends on ARCH_MVEBU 290 help 291 Say Y here if you want kernel low-level debugging support 292 on MVEBU based platforms. 293 |
294 config DEBUG_OMAP2PLUS_UART 295 bool "Kernel low-level debugging messages via OMAP2PLUS UART" 296 depends on ARCH_OMAP2PLUS 297 help 298 Say Y here if you want kernel low-level debugging support 299 on OMAP2PLUS based platforms. 300 |
|
294 config DEBUG_PICOXCELL_UART 295 depends on ARCH_PICOXCELL 296 bool "Use PicoXcell UART for low-level debug" 297 help 298 Say Y here if you want kernel low-level debugging support 299 on PicoXcell based platforms. 300 301 config DEBUG_REALVIEW_STD_PORT --- 154 unchanged lines hidden (view full) --- 456 default 1 457 depends on SOC_IMX6Q 458 help 459 Choose UART port on which kernel low-level debug messages 460 should be output. 461 462choice 463 prompt "Low-level debug console UART" | 301 config DEBUG_PICOXCELL_UART 302 depends on ARCH_PICOXCELL 303 bool "Use PicoXcell UART for low-level debug" 304 help 305 Say Y here if you want kernel low-level debugging support 306 on PicoXcell based platforms. 307 308 config DEBUG_REALVIEW_STD_PORT --- 154 unchanged lines hidden (view full) --- 463 default 1 464 depends on SOC_IMX6Q 465 help 466 Choose UART port on which kernel low-level debug messages 467 should be output. 468 469choice 470 prompt "Low-level debug console UART" |
471 depends on DEBUG_OMAP2PLUS_UART 472 473 config DEBUG_OMAP2UART1 474 bool "OMAP2/3/4 UART1 (omap2/3 sdp boards and some omap3 boards)" 475 help 476 This covers at least h4, 2430sdp, 3430sdp, 3630sdp, 477 omap3 torpedo and 3530 lv som. 478 479 config DEBUG_OMAP2UART2 480 bool "OMAP2/3/4 UART2" 481 482 config DEBUG_OMAP2UART3 483 bool "OMAP2 UART3 (n8x0)" 484 485 config DEBUG_OMAP3UART3 486 bool "OMAP3 UART3 (most omap3 boards)" 487 help 488 This covers at least cm_t3x, beagle, crane, devkit8000, 489 igep00x0, ldp, n900, n9(50), pandora, overo, touchbook, 490 and 3517evm. 491 492 config DEBUG_OMAP4UART3 493 bool "OMAP4/5 UART3 (omap4 blaze, panda, omap5 sevm)" 494 495 config DEBUG_OMAP3UART4 496 bool "OMAP36XX UART4" 497 498 config DEBUG_OMAP4UART4 499 bool "OMAP4/5 UART4" 500 501 config DEBUG_TI81XXUART1 502 bool "TI81XX UART1 (ti8148evm)" 503 504 config DEBUG_TI81XXUART2 505 bool "TI81XX UART2" 506 507 config DEBUG_TI81XXUART3 508 bool "TI81XX UART3 (ti8168evm)" 509 510 config DEBUG_AM33XXUART1 511 bool "AM33XX UART1" 512 513 config DEBUG_ZOOM_UART 514 bool "Zoom2/3 UART" 515endchoice 516 517choice 518 prompt "Low-level debug console UART" |
|
464 depends on DEBUG_LL && DEBUG_TEGRA_UART 465 466 config TEGRA_DEBUG_UART_AUTO_ODMDATA 467 bool "Via ODMDATA" 468 help 469 Automatically determines which UART to use for low-level debug based 470 on the ODMDATA value. This value is part of the BCT, and is written 471 to the boot memory device using nvflash, or other flashing tool. --- 24 unchanged lines hidden (view full) --- 496 DEBUG_IMX25_UART || \ 497 DEBUG_IMX21_IMX27_UART || \ 498 DEBUG_IMX31_IMX35_UART || \ 499 DEBUG_IMX51_UART || \ 500 DEBUG_IMX50_IMX53_UART ||\ 501 DEBUG_IMX6Q_UART 502 default "debug/highbank.S" if DEBUG_HIGHBANK_UART 503 default "debug/mvebu.S" if DEBUG_MVEBU_UART | 519 depends on DEBUG_LL && DEBUG_TEGRA_UART 520 521 config TEGRA_DEBUG_UART_AUTO_ODMDATA 522 bool "Via ODMDATA" 523 help 524 Automatically determines which UART to use for low-level debug based 525 on the ODMDATA value. This value is part of the BCT, and is written 526 to the boot memory device using nvflash, or other flashing tool. --- 24 unchanged lines hidden (view full) --- 551 DEBUG_IMX25_UART || \ 552 DEBUG_IMX21_IMX27_UART || \ 553 DEBUG_IMX31_IMX35_UART || \ 554 DEBUG_IMX51_UART || \ 555 DEBUG_IMX50_IMX53_UART ||\ 556 DEBUG_IMX6Q_UART 557 default "debug/highbank.S" if DEBUG_HIGHBANK_UART 558 default "debug/mvebu.S" if DEBUG_MVEBU_UART |
559 default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART |
|
504 default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART 505 default "debug/socfpga.S" if DEBUG_SOCFPGA_UART 506 default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1 507 default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \ 508 DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 509 default "debug/tegra.S" if DEBUG_TEGRA_UART 510 default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1 511 default "mach/debug-macro.S" --- 33 unchanged lines hidden --- | 560 default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART 561 default "debug/socfpga.S" if DEBUG_SOCFPGA_UART 562 default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1 563 default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \ 564 DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 565 default "debug/tegra.S" if DEBUG_TEGRA_UART 566 default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1 567 default "mach/debug-macro.S" --- 33 unchanged lines hidden --- |