summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.i2c
AgeCommit message (Collapse)Author
2016-07-10nslu2: fix boot (initramfs via tftp tested)Waldemar Brodkorb
2016-05-29unbreak rpi kernel support, HIGHMEM seems unusableWaldemar Brodkorb
2016-04-06add basic raspberry pi3 support (ARM 32Bit)Waldemar Brodkorb
2016-03-07rework menu based config systemWaldemar Brodkorb
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;)
2015-10-11add license headerWaldemar Brodkorb
2015-09-07enable spi/i2c by defaultWaldemar Brodkorb
2015-08-27allow to build ALSA, I2C, SPI as kernel modulesWaldemar Brodkorb
2015-07-30uImage is mandatory, add LOADADDRWaldemar Brodkorb
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
2014-10-12use BCM2708 drivers for i2c,dma and spiWaldemar Brodkorb
2014-10-11rework audio driver loading on rpiWaldemar Brodkorb
seems that i2s driver does not behave correctly when builtin. Add back driver modules for audio boards on rpi.
2014-10-10fix I2S supportWaldemar Brodkorb
2014-10-06another try to fix iqaudio supportWaldemar Brodkorb
2014-08-26activate some options, fix root= missingWaldemar Brodkorb
2014-08-23combine cubox-i and hummingboard support, same linux patches are requiredWaldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-05-07add 3.15.rc4 for cubox, revert some module conversion, breaks fb and usbWaldemar Brodkorb
2014-05-07update to 3.14.3, convert some drivers to modulesWaldemar Brodkorb
2014-04-28final kernel config cleanupWaldemar Brodkorb
2014-04-23fix bootup from sdWaldemar Brodkorb