aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-10-27 12:09:35 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-10-27 12:09:35 +0000
commita0a7ceeb9aa85689d09aa216c8ded4ad52570bbf (patch)
tree949102788437f6c8c49af21e2cae72248b9b5719 /target/linux
parent9a3262737ee12deb0fd996a2d23455ae962142e0 (diff)
downloadupstream-a0a7ceeb9aa85689d09aa216c8ded4ad52570bbf.tar.gz
upstream-a0a7ceeb9aa85689d09aa216c8ded4ad52570bbf.tar.bz2
upstream-a0a7ceeb9aa85689d09aa216c8ded4ad52570bbf.zip
add missing kconfig symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18180 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/generic-2.6/config-2.6.301
-rw-r--r--target/linux/generic-2.6/config-2.6.311
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30
index 20af1c12c7..63401d2880 100644
--- a/target/linux/generic-2.6/config-2.6.30
+++ b/target/linux/generic-2.6/config-2.6.30
@@ -79,6 +79,7 @@ CONFIG_ARPD=y
# CONFIG_ARTHUR is not set
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_ASUS_OLED is not set
+# CONFIG_ASYNC_TX_DMA is not set
# CONFIG_AT24 is not set
# CONFIG_AT76C50X_USB is not set
# CONFIG_ATA_ACPI is not set
diff --git a/target/linux/generic-2.6/config-2.6.31 b/target/linux/generic-2.6/config-2.6.31
index f28c5b1113..38d0ab1114 100644
--- a/target/linux/generic-2.6/config-2.6.31
+++ b/target/linux/generic-2.6/config-2.6.31
@@ -86,6 +86,7 @@ CONFIG_ARPD=y
# CONFIG_ARTHUR is not set
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_ASUS_OLED is not set
+# CONFIG_ASYNC_TX_DMA is not set
# CONFIG_AT24 is not set
# CONFIG_AT76C50X_USB is not set
# CONFIG_ATA is not set
span class="cm">it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "config_common.h" #ifndef CONFIG_H #define CONFIG_H #define VENDOR_ID 0x20A0 #define PRODUCT_ID 0x422D // Edit usbconfig.h to change these. #define MANUFACTURER ymdkey #define PRODUCT ymd96 /* matrix size */ #define MATRIX_ROWS 8 #define MATRIX_COLS 15 //#define DIODE_DIRECTION ROW2COL //#define RGB_DI_PIN C4 /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW #define BACKLIGHT_LEVELS 12 // #define BACKLIGHT_BREATHING // works, but BL_TOGG might not work #define TAPPING_TOGGLE 3 #define NO_UART 1 /* RGB underglow */ // The RGB_DI_PIN value seems to be shared between all PS2AVRGB boards. // The same pin is used on the JJ40, at least. #define RGBLED_NUM 18 #define RGB_DI_PIN E2 // NOTE: for PS2AVRGB boards, underglow commands are sent via I2C to 0xB0. #define RGBLIGHT_ANIMATIONS /*#define RGBLIGHT_VAL_STEP 20 #define NO_UART 1 #define BOOTLOADHID_BOOTLOADER 1*/ #endif