diff options
author | Nicolas Pitre <nico@cam.org> | 2008-06-27 18:56:22 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2008-07-07 18:38:24 -0400 |
commit | 6b5cdf0f6d4dc3d98de20d6b0abe8500046f1cb1 (patch) | |
tree | 170eee8eb6ce136e01416f252ada3dec834c24c9 /arch/arm/mach-orion5x/Kconfig | |
parent | 70129132322cdbb6683ab9e90419cd5a6f8294d3 (diff) | |
download | talos-op-linux-6b5cdf0f6d4dc3d98de20d6b0abe8500046f1cb1.tar.gz talos-op-linux-6b5cdf0f6d4dc3d98de20d6b0abe8500046f1cb1.zip |
[ARM] Orion: add RD88F5181L-FXO support
This patch adds support for the Marvell Orion-VoIP RD-88F5181L-FXO
Reference Design, and enables use of the ethernet, USB, Cardbus and
mini-PCIe ports.
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion5x/Kconfig')
-rw-r--r-- | arch/arm/mach-orion5x/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index 709e901b9f88..ddcd41b15d17 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig @@ -86,6 +86,12 @@ config MACH_RD88F5181L_GE Say 'Y' here if you want your kernel to support the Marvell Orion-VoIP GE (88F5181L) RD. +config MACH_RD88F5181L_FXO + bool "Marvell Orion-VoIP FXO Reference Design" + help + Say 'Y' here if you want your kernel to support the + Marvell Orion-VoIP FXO (88F5181L) RD. + endmenu endif |