summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.i2c
AgeCommit message (Collapse)Author
2019-10-08add phytec-imx6 basic structureWaldemar Brodkorb
2018-03-07add support for walduxWaldemar Brodkorb
2017-07-31orange-pi-zero: make mini.config bootable, ethernet will only work for 4.13.xWaldemar Brodkorb
2017-04-11bcm28xx-i2c: hide option, use tabWaldemar Brodkorb
2017-04-11Fix hifiberry dacplus missing I2C dependenciesdir
2017-01-20i2c: depend on grasshopperWaldemar Brodkorb
2016-09-24correct Comment for AVR32 Grasshopper I2C config optionMario Haustein
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
2016-09-22refactor I2C support of AVR32 Grasshopper boardMario Haustein
- I2C can now be enabled in the config menu
2016-09-20add I2C support for AVR32 grasshopper boardMario Haustein
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
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