aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mxs
Commit message (Expand)AuthorAgeFilesLines
* kernel: makefiles: make use of new var KERNEL_PATCHVERFelix Fietkau2014-10-241-1/+1
* targets: remove useless quotes around KERNELNAMEFelix Fietkau2014-10-051-1/+1
* mxs: remove 3.13Zoltan HERPAI2014-09-237-3332/+0
* mxs: disable mmc debuggingZoltan HERPAI2014-09-231-1/+0
* kernel: update 3.14 to 3.14.18Luka Perkov2014-09-101-1/+1
* kernel: update 3.14 to 3.14.16Luka Perkov2014-08-085-14/+9
* mxs: - bump target to 3.14.14Zoltan HERPAI2014-08-022-4/+4
* mxs: add 3.14 config and patchesZoltan HERPAI2014-08-026-0/+3370
* mxs: remote 3.12 patches and configsZoltan HERPAI2014-08-026-3259/+0
* target/linux/*/image/Makefile: use new dts path variableJohn Crispin2014-07-211-3/+3
* mxs: rename files so that profiles are sorted alphabeticallyZoltan HERPAI2014-05-033-5/+4
* mxs: fix typo in patch filenameZoltan HERPAI2014-05-031-0/+0
* kernel: unify the two kmod-usb-mxs-phy packagesHauke Mehrtens2014-05-021-16/+0
* mxs: enable usbgadget feature for DuckbillsZoltan HERPAI2014-04-281-0/+1
* upgrade 3.13 targets to 3.13.7Imre Kaloz2014-03-261-2/+2
* upgrade 3.13 targets to 3.13.2, refresh patchesImre Kaloz2014-02-137-30/+26
* kernel: fix kmod-usb-net-smsc95xxHauke Mehrtens2014-02-101-15/+0
* mxs: bump target to 3.13.1Zoltan HERPAI2014-02-061-1/+1
* mxs: initial 3.13 supportZoltan HERPAI2014-02-057-0/+3336
* mxs: update duckbill DTS to fix includeZoltan HERPAI2014-02-051-1/+1
* mxs: make config and patches versionedZoltan HERPAI2014-01-276-0/+0
* upgrade 3.12 targets to 3.12.5Imre Kaloz2013-12-141-1/+1
* mxs: build/profile-related changesZoltan HERPAI2013-11-203-8/+29
* mxs: - update uboot-mxs to 3.10Zoltan HERPAI2013-11-121-3/+4
* mxs: bump kernel to 3.12Zoltan HERPAI2013-11-125-1004/+48
* mxs: add basic board runtime detection supportZoltan HERPAI2013-11-124-0/+109
* mxs: duckbill: adjust leds to final hardwareZoltan HERPAI2013-11-121-4/+4
* mxs: rename uboot-imx23 to uboot-mxsZoltan HERPAI2013-11-121-1/+1
* mxs: fix loadaddr for uImagesZoltan HERPAI2013-11-121-1/+1
* kernel: update 3.10 to 3.10.18Gabor Juhos2013-11-051-1/+1
* kernel: update 3.10 to 3.10.17Gabor Juhos2013-10-232-8/+4
* imx23: build DCP crypto co-processor support by defaultZoltan HERPAI2013-10-141-1/+1
* mxs: add support for I2SE Duckbill devicesZoltan HERPAI2013-10-144-1/+197
* mxs: improve image generation supportZoltan HERPAI2013-10-141-1/+24
* mxs: enable device tree support in /procZoltan HERPAI2013-10-141-0/+1
* imx23: rename imx23 to mxs for upcoming imx23/28 supportZoltan HERPAI2013-10-1411-0/+4388
e keyboard). Once set by * bootmagic, NKRO mode will always be enabled until it is toggled again during a * power-up. * */ //#define FORCE_NKRO /* * Magic Key Options * * Magic keys are hotkey commands that allow control over firmware functions of * the keyboard. They are best used in combination with the HID Listen program, * found here: https://www.pjrc.com/teensy/hid_listen.html * * The options below allow the magic key functionality to be changed. This is * useful if your keyboard/keypad is missing keys and you want magic key support. * */ /* control how magic key switches layers */ //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false /* override magic key keymap */ //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM //#define MAGIC_KEY_HELP1 H //#define MAGIC_KEY_HELP2 SLASH //#define MAGIC_KEY_DEBUG D //#define MAGIC_KEY_DEBUG_MATRIX X //#define MAGIC_KEY_DEBUG_KBD K //#define MAGIC_KEY_DEBUG_MOUSE M //#define MAGIC_KEY_VERSION V //#define MAGIC_KEY_STATUS S //#define MAGIC_KEY_CONSOLE C //#define MAGIC_KEY_LAYER0_ALT1 ESC //#define MAGIC_KEY_LAYER0_ALT2 GRAVE //#define MAGIC_KEY_LAYER0 0 //#define MAGIC_KEY_LAYER1 1 //#define MAGIC_KEY_LAYER2 2 //#define MAGIC_KEY_LAYER3 3 //#define MAGIC_KEY_LAYER4 4 //#define MAGIC_KEY_LAYER5 5 //#define MAGIC_KEY_LAYER6 6 //#define MAGIC_KEY_LAYER7 7 //#define MAGIC_KEY_LAYER8 8 //#define MAGIC_KEY_LAYER9 9 //#define MAGIC_KEY_BOOTLOADER PAUSE //#define MAGIC_KEY_LOCK CAPS //#define MAGIC_KEY_EEPROM E //#define MAGIC_KEY_NKRO N //#define MAGIC_KEY_SLEEP_LED Z /* * Feature disable options * These options are also useful to firmware size reduction. */ /* disable debug print */ //#define NO_DEBUG /* disable print */ //#define NO_PRINT /* disable action features */ //#define NO_ACTION_LAYER //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION #endif