diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2006-10-04 10:02:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-04 13:25:05 -0400 |
commit | 749c4e60334580ee0f1427eb90ad006fecbffd21 (patch) | |
tree | 902f94fc44a6ffa0e09914e603c36a37aef3e0c7 /arch/avr32/configs/atstk1002_defconfig | |
parent | b6156b4e2e3b725ae3549882f59c82ab5b5048a5 (diff) |
[PATCH] at91_serial -> atmel_serial: Kconfig symbols
Rename the following Kconfig symbols:
* CONFIG_SERIAL_AT91 -> CONFIG_SERIAL_ATMEL
* CONFIG_SERIAL_AT91_CONSOLE -> CONFIG_SERIAL_ATMEL_CONSOLE
* CONFIG_SERIAL_AT91_TTYAT -> CONFIG_SERIAL_ATMEL_TTYAT
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Acked-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/avr32/configs/atstk1002_defconfig')
-rw-r--r-- | arch/avr32/configs/atstk1002_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/avr32/configs/atstk1002_defconfig b/arch/avr32/configs/atstk1002_defconfig index 1d22255009fd..6c2c5e00dfc7 100644 --- a/arch/avr32/configs/atstk1002_defconfig +++ b/arch/avr32/configs/atstk1002_defconfig | |||
@@ -385,9 +385,9 @@ CONFIG_PPP_DEFLATE=m | |||
385 | # | 385 | # |
386 | # Non-8250 serial port support | 386 | # Non-8250 serial port support |
387 | # | 387 | # |
388 | CONFIG_SERIAL_AT91=y | 388 | CONFIG_SERIAL_ATMEL=y |
389 | CONFIG_SERIAL_AT91_CONSOLE=y | 389 | CONFIG_SERIAL_ATMEL_CONSOLE=y |
390 | # CONFIG_SERIAL_AT91_TTYAT is not set | 390 | # CONFIG_SERIAL_ATMEL_TTYAT is not set |
391 | CONFIG_SERIAL_CORE=y | 391 | CONFIG_SERIAL_CORE=y |
392 | CONFIG_SERIAL_CORE_CONSOLE=y | 392 | CONFIG_SERIAL_CORE_CONSOLE=y |
393 | CONFIG_UNIX98_PTYS=y | 393 | CONFIG_UNIX98_PTYS=y |