diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-09-10 11:38:07 -0400 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2013-09-10 11:38:07 -0400 |
commit | be8cb7f42ab9a8723082daa83ac28a11d4dde942 (patch) | |
tree | ea21b9f9ed055fc2095ae45b7dee6f559bc3b47a /arch/cris/Kconfig | |
parent | b172b370a0206625c3ca4a134d80dc168458c117 (diff) |
CRIS: drop unused Kconfig symbols
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r-- | arch/cris/Kconfig | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index d4b6626ec323..c699d3259872 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -172,12 +172,6 @@ config ETRAX_FLASH_BUSWIDTH | |||
172 | help | 172 | help |
173 | Width in bytes of the NOR Flash bus (1, 2 or 4). Is usually 2. | 173 | Width in bytes of the NOR Flash bus (1, 2 or 4). Is usually 2. |
174 | 174 | ||
175 | config ETRAX_NANDFLASH_BUSWIDTH | ||
176 | int "Buswidth of NAND flash in bytes" | ||
177 | default "1" | ||
178 | help | ||
179 | Width in bytes of the NAND flash (1 or 2). | ||
180 | |||
181 | config ETRAX_FLASH1_SIZE | 175 | config ETRAX_FLASH1_SIZE |
182 | int "FLASH1 size (dec, in MB. 0 = Unknown)" | 176 | int "FLASH1 size (dec, in MB. 0 = Unknown)" |
183 | default "0" | 177 | default "0" |
@@ -543,26 +537,6 @@ config ETRAX_SERIAL_PORT3_DMA5_IN | |||
543 | depends on ETRAX_ARCH_V10 | 537 | depends on ETRAX_ARCH_V10 |
544 | bool "DMA 5" | 538 | bool "DMA 5" |
545 | 539 | ||
546 | config ETRAX_SERIAL_PORT3_DMA9_IN | ||
547 | bool "Ser3 uses DMA9 for input" | ||
548 | depends on ETRAXFS | ||
549 | help | ||
550 | Enables the DMA9 input channel for ser3 (ttyS3). | ||
551 | If you do not enable DMA, an interrupt for each character will be | ||
552 | used when receiving data. | ||
553 | Normally you want to use DMA, unless you use the DMA channel for | ||
554 | something else. | ||
555 | |||
556 | config ETRAX_SERIAL_PORT3_DMA3_IN | ||
557 | bool "Ser3 uses DMA3 for input" | ||
558 | depends on CRIS_MACH_ARTPEC3 | ||
559 | help | ||
560 | Enables the DMA3 input channel for ser3 (ttyS3). | ||
561 | If you do not enable DMA, an interrupt for each character will be | ||
562 | used when receiving data. | ||
563 | Normally you want to use DMA, unless you use the DMA channel for | ||
564 | something else. | ||
565 | |||
566 | endchoice | 540 | endchoice |
567 | 541 | ||
568 | choice | 542 | choice |
@@ -580,26 +554,6 @@ config ETRAX_SERIAL_PORT3_DMA4_OUT | |||
580 | depends on ETRAX_ARCH_V10 | 554 | depends on ETRAX_ARCH_V10 |
581 | bool "DMA 4" | 555 | bool "DMA 4" |
582 | 556 | ||
583 | config ETRAX_SERIAL_PORT3_DMA8_OUT | ||
584 | bool "Ser3 uses DMA8 for output" | ||
585 | depends on ETRAXFS | ||
586 | help | ||
587 | Enables the DMA8 output channel for ser3 (ttyS3). | ||
588 | If you do not enable DMA, an interrupt for each character will be | ||
589 | used when transmitting data. | ||
590 | Normally you want to use DMA, unless you use the DMA channel for | ||
591 | something else. | ||
592 | |||
593 | config ETRAX_SERIAL_PORT3_DMA2_OUT | ||
594 | bool "Ser3 uses DMA2 for output" | ||
595 | depends on CRIS_MACH_ARTPEC3 | ||
596 | help | ||
597 | Enables the DMA2 output channel for ser3 (ttyS3). | ||
598 | If you do not enable DMA, an interrupt for each character will be | ||
599 | used when transmitting data. | ||
600 | Normally you want to use DMA, unless you use the DMA channel for | ||
601 | something else. | ||
602 | |||
603 | endchoice | 557 | endchoice |
604 | 558 | ||
605 | endmenu | 559 | endmenu |