Commit 0348299a authored by Johann Felix Soden's avatar Johann Felix Soden Committed by Jiri Kosina

Fix file references in Kconfig files

This patch fixes file references to moved or deleted files
outside of Documentation/.
Signed-off-by: default avatarJohann Felix Soden <johfel@users.sourceforge.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent efe2e878
...@@ -282,8 +282,8 @@ config ETRAX_RTC ...@@ -282,8 +282,8 @@ config ETRAX_RTC
Enables drivers for the Real-Time Clock battery-backed chips on Enables drivers for the Real-Time Clock battery-backed chips on
some products. The kernel reads the time when booting, and some products. The kernel reads the time when booting, and
the date can be set using ioctl(fd, RTC_SET_TIME, &rt) with rt a the date can be set using ioctl(fd, RTC_SET_TIME, &rt) with rt a
rtc_time struct (see <file:include/asm-cris/rtc.h>) on the /dev/rtc rtc_time struct (see <file:arch/cris/include/asm/rtc.h>) on the
device. You can check the time with cat /proc/rtc, but /dev/rtc device. You can check the time with cat /proc/rtc, but
normal time reading should be done using libc function time and normal time reading should be done using libc function time and
friends. friends.
......
...@@ -24,8 +24,8 @@ config ETRAX_PA_LEDS ...@@ -24,8 +24,8 @@ config ETRAX_PA_LEDS
help help
The ETRAX network driver is responsible for flashing LED's when The ETRAX network driver is responsible for flashing LED's when
packets arrive and are sent. It uses macros defined in packets arrive and are sent. It uses macros defined in
<file:include/asm-cris/io.h>, and those macros are defined after what <file:arch/cris/include/asm/io.h>, and those macros are defined after
YOU choose in this option. The actual bits used are configured what YOU choose in this option. The actual bits used are configured
separately. Select this if the LEDs are on port PA. Some products separately. Select this if the LEDs are on port PA. Some products
put the leds on PB or a memory-mapped latch (CSP0) instead. put the leds on PB or a memory-mapped latch (CSP0) instead.
...@@ -34,8 +34,8 @@ config ETRAX_PB_LEDS ...@@ -34,8 +34,8 @@ config ETRAX_PB_LEDS
help help
The ETRAX network driver is responsible for flashing LED's when The ETRAX network driver is responsible for flashing LED's when
packets arrive and are sent. It uses macros defined in packets arrive and are sent. It uses macros defined in
<file:include/asm-cris/io.h>, and those macros are defined after what <file:arch/cris/include/asm/io.h>, and those macros are defined after
YOU choose in this option. The actual bits used are configured what YOU choose in this option. The actual bits used are configured
separately. Select this if the LEDs are on port PB. Some products separately. Select this if the LEDs are on port PB. Some products
put the leds on PA or a memory-mapped latch (CSP0) instead. put the leds on PA or a memory-mapped latch (CSP0) instead.
...@@ -44,8 +44,8 @@ config ETRAX_CSP0_LEDS ...@@ -44,8 +44,8 @@ config ETRAX_CSP0_LEDS
help help
The ETRAX network driver is responsible for flashing LED's when The ETRAX network driver is responsible for flashing LED's when
packets arrive and are sent. It uses macros defined in packets arrive and are sent. It uses macros defined in
<file:include/asm-cris/io.h>, and those macros are defined after what <file:arch/cris/include/asm/io.h>, and those macros are defined after
YOU choose in this option. The actual bits used are configured what YOU choose in this option. The actual bits used are configured
separately. Select this if the LEDs are on a memory-mapped latch separately. Select this if the LEDs are on a memory-mapped latch
using chip select CSP0, this is mapped at 0x90000000. using chip select CSP0, this is mapped at 0x90000000.
Some products put the leds on PA or PB instead. Some products put the leds on PA or PB instead.
......
...@@ -183,7 +183,7 @@ config OLD_BELKIN_DONGLE ...@@ -183,7 +183,7 @@ config OLD_BELKIN_DONGLE
Say Y here if you want to build support for the Adaptec Airport 1000 Say Y here if you want to build support for the Adaptec Airport 1000
and 2000 dongles. If you want to compile it as a module, choose and 2000 dongles. If you want to compile it as a module, choose
M here. Some information is contained in the comments M here. Some information is contained in the comments
at the top of <file:drivers/net/irda/old_belkin.c>. at the top of <file:drivers/net/irda/old_belkin-sir.c>.
config ACT200L_DONGLE config ACT200L_DONGLE
tristate "ACTiSYS IR-200L dongle" tristate "ACTiSYS IR-200L dongle"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment