diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-12-24 01:59:03 -0500 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-12-24 01:59:03 -0500 |
commit | 54a1668ce53fe701f1d36651b591ced388e97275 (patch) | |
tree | 852b588db2069b353d51a0631221b5d10b8196b8 /arch/blackfin/Kconfig | |
parent | 3ca32c1dc62dabe67d7e51f6e8568e3965f52236 (diff) |
[Blackfin] arch: scrub dead alive/idle LED code
if it does get re-added, it needs to be in the boards directory,
not common code ... or it needs a re-implementation
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 1364dcaccc18..e4ccdcdb4639 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -463,40 +463,6 @@ config BOOT_LOAD | |||
463 | memory region is used to capture NULL pointer references as well | 463 | memory region is used to capture NULL pointer references as well |
464 | as some core kernel functions. | 464 | as some core kernel functions. |
465 | 465 | ||
466 | comment "LED Status Indicators" | ||
467 | depends on (BFIN533_STAMP || BFIN533_BLUETECHNIX_CM) | ||
468 | |||
469 | config BFIN_ALIVE_LED | ||
470 | bool "Enable Board Alive" | ||
471 | depends on (BFIN533_STAMP || BFIN533_BLUETECHNIX_CM) | ||
472 | default n | ||
473 | help | ||
474 | Blink the LEDs you select when the kernel is running. Helps detect | ||
475 | a hung kernel. | ||
476 | |||
477 | config BFIN_ALIVE_LED_NUM | ||
478 | int "LED" | ||
479 | depends on BFIN_ALIVE_LED | ||
480 | range 1 3 if BFIN533_STAMP | ||
481 | default "3" if BFIN533_STAMP | ||
482 | help | ||
483 | Select the LED (marked on the board) for you to blink. | ||
484 | |||
485 | config BFIN_IDLE_LED | ||
486 | bool "Enable System Load/Idle LED" | ||
487 | depends on (BFIN533_STAMP || BFIN533_BLUETECHNIX_CM) | ||
488 | default n | ||
489 | help | ||
490 | Blinks the LED you select when to determine kernel load. | ||
491 | |||
492 | config BFIN_IDLE_LED_NUM | ||
493 | int "LED" | ||
494 | depends on BFIN_IDLE_LED | ||
495 | range 1 3 if BFIN533_STAMP | ||
496 | default "2" if BFIN533_STAMP | ||
497 | help | ||
498 | Select the LED (marked on the board) for you to blink. | ||
499 | |||
500 | choice | 466 | choice |
501 | prompt "Blackfin Exception Scratch Register" | 467 | prompt "Blackfin Exception Scratch Register" |
502 | default BFIN_SCRATCH_REG_RETN | 468 | default BFIN_SCRATCH_REG_RETN |
@@ -543,41 +509,6 @@ config BFIN_SCRATCH_REG_CYCLES | |||
543 | 509 | ||
544 | endchoice | 510 | endchoice |
545 | 511 | ||
546 | # | ||
547 | # Sorry - but you need to put the hex address here - | ||
548 | # | ||
549 | |||
550 | # Flag Data register | ||
551 | config BFIN_ALIVE_LED_PORT | ||
552 | hex | ||
553 | default 0xFFC00700 if (BFIN533_STAMP) | ||
554 | |||
555 | # Peripheral Flag Direction Register | ||
556 | config BFIN_ALIVE_LED_DPORT | ||
557 | hex | ||
558 | default 0xFFC00730 if (BFIN533_STAMP) | ||
559 | |||
560 | config BFIN_ALIVE_LED_PIN | ||
561 | hex | ||
562 | default 0x04 if (BFIN533_STAMP && BFIN_ALIVE_LED_NUM = 1) | ||
563 | default 0x08 if (BFIN533_STAMP && BFIN_ALIVE_LED_NUM = 2) | ||
564 | default 0x10 if (BFIN533_STAMP && BFIN_ALIVE_LED_NUM = 3) | ||
565 | |||
566 | config BFIN_IDLE_LED_PORT | ||
567 | hex | ||
568 | default 0xFFC00700 if (BFIN533_STAMP) | ||
569 | |||
570 | # Peripheral Flag Direction Register | ||
571 | config BFIN_IDLE_LED_DPORT | ||
572 | hex | ||
573 | default 0xFFC00730 if (BFIN533_STAMP) | ||
574 | |||
575 | config BFIN_IDLE_LED_PIN | ||
576 | hex | ||
577 | default 0x04 if (BFIN533_STAMP && BFIN_IDLE_LED_NUM = 1) | ||
578 | default 0x08 if (BFIN533_STAMP && BFIN_IDLE_LED_NUM = 2) | ||
579 | default 0x10 if (BFIN533_STAMP && BFIN_IDLE_LED_NUM = 3) | ||
580 | |||
581 | endmenu | 512 | endmenu |
582 | 513 | ||
583 | 514 | ||