diff options
author | Johann Felix Soden <johfel@users.sourceforge.net> | 2011-10-10 19:10:49 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-10-11 09:24:17 -0400 |
commit | 0348299ad18e4b63e90b04e2698fd3d3e2cbe2e6 (patch) | |
tree | d37a8170c100ad9560b952d8432cdf999f82bc27 /arch/cris/arch-v10 | |
parent | efe2e878413ad4a4a4f241ba92e07d3248e65f50 (diff) |
Fix file references in Kconfig files
This patch fixes file references to moved or deleted files
outside of Documentation/.
Signed-off-by: Johann Felix Soden <johfel@users.sourceforge.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/cris/arch-v10')
-rw-r--r-- | arch/cris/arch-v10/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/cris/arch-v10/Kconfig b/arch/cris/arch-v10/Kconfig index adc164e99339..df9a38b4f18f 100644 --- a/arch/cris/arch-v10/Kconfig +++ b/arch/cris/arch-v10/Kconfig | |||
@@ -24,8 +24,8 @@ config ETRAX_PA_LEDS | |||
24 | help | 24 | help |
25 | The ETRAX network driver is responsible for flashing LED's when | 25 | The ETRAX network driver is responsible for flashing LED's when |
26 | packets arrive and are sent. It uses macros defined in | 26 | packets arrive and are sent. It uses macros defined in |
27 | <file:include/asm-cris/io.h>, and those macros are defined after what | 27 | <file:arch/cris/include/asm/io.h>, and those macros are defined after |
28 | YOU choose in this option. The actual bits used are configured | 28 | what YOU choose in this option. The actual bits used are configured |
29 | separately. Select this if the LEDs are on port PA. Some products | 29 | separately. Select this if the LEDs are on port PA. Some products |
30 | put the leds on PB or a memory-mapped latch (CSP0) instead. | 30 | put the leds on PB or a memory-mapped latch (CSP0) instead. |
31 | 31 | ||
@@ -34,8 +34,8 @@ config ETRAX_PB_LEDS | |||
34 | help | 34 | help |
35 | The ETRAX network driver is responsible for flashing LED's when | 35 | The ETRAX network driver is responsible for flashing LED's when |
36 | packets arrive and are sent. It uses macros defined in | 36 | packets arrive and are sent. It uses macros defined in |
37 | <file:include/asm-cris/io.h>, and those macros are defined after what | 37 | <file:arch/cris/include/asm/io.h>, and those macros are defined after |
38 | YOU choose in this option. The actual bits used are configured | 38 | what YOU choose in this option. The actual bits used are configured |
39 | separately. Select this if the LEDs are on port PB. Some products | 39 | separately. Select this if the LEDs are on port PB. Some products |
40 | put the leds on PA or a memory-mapped latch (CSP0) instead. | 40 | put the leds on PA or a memory-mapped latch (CSP0) instead. |
41 | 41 | ||
@@ -44,8 +44,8 @@ config ETRAX_CSP0_LEDS | |||
44 | help | 44 | help |
45 | The ETRAX network driver is responsible for flashing LED's when | 45 | The ETRAX network driver is responsible for flashing LED's when |
46 | packets arrive and are sent. It uses macros defined in | 46 | packets arrive and are sent. It uses macros defined in |
47 | <file:include/asm-cris/io.h>, and those macros are defined after what | 47 | <file:arch/cris/include/asm/io.h>, and those macros are defined after |
48 | YOU choose in this option. The actual bits used are configured | 48 | what YOU choose in this option. The actual bits used are configured |
49 | separately. Select this if the LEDs are on a memory-mapped latch | 49 | separately. Select this if the LEDs are on a memory-mapped latch |
50 | using chip select CSP0, this is mapped at 0x90000000. | 50 | using chip select CSP0, this is mapped at 0x90000000. |
51 | Some products put the leds on PA or PB instead. | 51 | Some products put the leds on PA or PB instead. |