diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-15 13:12:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-15 13:12:43 +0000 |
commit | df267a8e2e9f9c2caba8ae122212d8d937d8670d (patch) | |
tree | 66b0f1a7c86e429d5f47993247c8a4353d8e5212 /target/linux/ar71xx/config-2.6.28 | |
parent | 15c5122e641f06233f7301001788254b36bb6884 (diff) | |
download | upstream-df267a8e2e9f9c2caba8ae122212d8d937d8670d.tar.gz upstream-df267a8e2e9f9c2caba8ae122212d8d937d8670d.tar.bz2 upstream-df267a8e2e9f9c2caba8ae122212d8d937d8670d.zip |
ag71xx driver: add Kconfig option for enabling debug messages
SVN-Revision: 14517
Diffstat (limited to 'target/linux/ar71xx/config-2.6.28')
-rw-r--r-- | target/linux/ar71xx/config-2.6.28 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.28 b/target/linux/ar71xx/config-2.6.28 index b00c4cee0b..d1fe27480e 100644 --- a/target/linux/ar71xx/config-2.6.28 +++ b/target/linux/ar71xx/config-2.6.28 @@ -3,6 +3,7 @@ CONFIG_32BIT=y # CONFIG_8139TOO is not set CONFIG_ADM6996_PHY=y CONFIG_AG71XX=y +# CONFIG_AG71XX_DEBUG is not set # CONFIG_AR71XX_EARLY_SERIAL is not set CONFIG_AR71XX_MACH_AP83=y CONFIG_AR71XX_MACH_AW_NR580=y |