diff options
author | Krzysztof Hałasa <khc@pm.waw.pl> | 2008-12-21 17:52:18 -0500 |
---|---|---|
committer | Krzysztof Hałasa <khc@pm.waw.pl> | 2008-12-21 18:47:31 -0500 |
commit | f5b89e41ce7a980aa2fd8ad105626b9ed4e8d347 (patch) | |
tree | 5d4dff2a8b195eeee82abae4fb23508225995579 /drivers/net/wan/Kconfig | |
parent | 490b77224fe66c77ab7cb48d6b77e62cb55591a0 (diff) |
WAN: Add IXP4xx HSS HDLC driver.
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
Diffstat (limited to 'drivers/net/wan/Kconfig')
-rw-r--r-- | drivers/net/wan/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wan/Kconfig b/drivers/net/wan/Kconfig index 0725161aa27c..d08ce6a264cb 100644 --- a/drivers/net/wan/Kconfig +++ b/drivers/net/wan/Kconfig | |||
@@ -335,6 +335,13 @@ config DSCC4_PCI_RST | |||
335 | 335 | ||
336 | Say Y if your card supports this feature. | 336 | Say Y if your card supports this feature. |
337 | 337 | ||
338 | config IXP4XX_HSS | ||
339 | tristate "Intel IXP4xx HSS (synchronous serial port) support" | ||
340 | depends on HDLC && ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR | ||
341 | help | ||
342 | Say Y here if you want to use built-in HSS ports | ||
343 | on IXP4xx processor. | ||
344 | |||
338 | config DLCI | 345 | config DLCI |
339 | tristate "Frame Relay DLCI support" | 346 | tristate "Frame Relay DLCI support" |
340 | ---help--- | 347 | ---help--- |