diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-01-07 23:54:46 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-09 22:57:13 -0500 |
commit | 90e8c72eea39fa3a38f23adbc4dca38ea714dc1e (patch) | |
tree | b9534c7a9d04d3ffebbfd37b60c01825ae7bf150 /drivers/net/irda | |
parent | 751fcac19aeb4f10a246c777517f393d7bc7a9a8 (diff) |
irda: fixup SH_SIR position on Kconfig
SH_SIR is not Dongle
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/irda')
-rw-r--r-- | drivers/net/irda/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig index 2a30193d0d50..2dc82f1d2e70 100644 --- a/drivers/net/irda/Kconfig +++ b/drivers/net/irda/Kconfig | |||
@@ -62,8 +62,6 @@ config SIR_BFIN_PIO | |||
62 | bool "PIO mode" | 62 | bool "PIO mode" |
63 | endchoice | 63 | endchoice |
64 | 64 | ||
65 | comment "Dongle support" | ||
66 | |||
67 | config SH_SIR | 65 | config SH_SIR |
68 | tristate "SuperH SIR on UART" | 66 | tristate "SuperH SIR on UART" |
69 | depends on IRDA && SUPERH && \ | 67 | depends on IRDA && SUPERH && \ |
@@ -74,6 +72,8 @@ config SH_SIR | |||
74 | Say Y here if your want to enable SIR function on SuperH UART | 72 | Say Y here if your want to enable SIR function on SuperH UART |
75 | devices. | 73 | devices. |
76 | 74 | ||
75 | comment "Dongle support" | ||
76 | |||
77 | config DONGLE | 77 | config DONGLE |
78 | bool "Serial dongle support" | 78 | bool "Serial dongle support" |
79 | depends on IRTTY_SIR | 79 | depends on IRTTY_SIR |