diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-05-31 22:53:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-05-31 22:53:40 +0000 |
commit | b460bc6f12186092d99001df41c37df1d585375d (patch) | |
tree | c618259e2220832dd06e07910db8260cc3a65172 /target/linux/ar71xx/config-2.6.37 | |
parent | c34e0cbc4c8f6c723a361852fb8b6ad67303511a (diff) | |
download | upstream-b460bc6f12186092d99001df41c37df1d585375d.tar.gz upstream-b460bc6f12186092d99001df41c37df1d585375d.tar.bz2 upstream-b460bc6f12186092d99001df41c37df1d585375d.zip |
ar71xx: add serial driver for the AR933X UART
SVN-Revision: 27065
Diffstat (limited to 'target/linux/ar71xx/config-2.6.37')
-rw-r--r-- | target/linux/ar71xx/config-2.6.37 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.37 b/target/linux/ar71xx/config-2.6.37 index 2aaaaf097d..fe6119e84f 100644 --- a/target/linux/ar71xx/config-2.6.37 +++ b/target/linux/ar71xx/config-2.6.37 @@ -173,6 +173,9 @@ CONFIG_RTL8366_SMI=y # CONFIG_SCSI_DMA is not set CONFIG_SERIAL_8250_NR_UARTS=1 CONFIG_SERIAL_8250_RUNTIME_UARTS=1 +CONFIG_SERIAL_AR933X=y +CONFIG_SERIAL_AR933X_CONSOLE=y +CONFIG_SERIAL_AR933X_NR_UARTS=2 # CONFIG_SLAB is not set CONFIG_SLUB=y CONFIG_SOC_AR71XX=y |