summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/generic/config-default
Commit message (Collapse)AuthorAgeFilesLines
* x86: enable CPU frequency scalingLucian Cristian2016-08-031-1/+4
| | | | | | | | | CPU frequency scaling enables the operating system to scale the CPU frequency up or down in order to save power. CPU frequencies can be scaled automatically depending on the system load, in response to ACPI events, or manually by userspace programs. Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* x86/generic: enable CONFIG_SATA_VIAFlorian Klink2016-07-191-0/+1
| | | | This enables support for VIA SATA.
* x86: lift generic x86-32 targetDaniel Golle2016-06-071-15/+130
| | | | | | | | | * build for pentium4 instead of i486 * enable PAE * enable EFI support * enable KVM guest and host support Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* x86: enable DMI and DMI_SYSFSJo-Philipp Wich2016-06-061-6/+0
| | | | | | | | | | Enable support for DMI decoding in the kernel so that we can access manufacturer and model information via sysfs. Also remove redundant per-subtarget DMI overrides and preset a few previously unset symbols popping up due to the now enabled DMI support. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* kernel: add some missing kernel config optionsHauke Mehrtens2016-01-241-0/+1
| | | | | | | | The built bots found these missing kernel configuration options. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48477
* x86: update to linux 4.4Felix Fietkau2016-01-121-12/+29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48216
* x86/generic: enable radeon drm driverFelix Fietkau2015-10-301-1/+4
| | | | | | | | This enables modesetting for radeon based boards. Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 47305
* x86/generic: enable pata_atiixp driverFelix Fietkau2015-10-301-0/+1
| | | | | | | | | | This enables booting from devices that use an ATI PATA controller for the boot device, such as the embedded CF cards in Fujitsu-Siemens Futro thin-clients. Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 47304
* x86/generic: refresh subtarget kernel configFelix Fietkau2015-10-301-6/+2
| | | | | | Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 47303
* x86: refresh kernel configFelix Fietkau2015-03-151-4/+7
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44759
* x86: update to kernel 3.18Felix Fietkau2015-03-151-0/+7
| | | | | | | | | | | | | | copied target/linux/x86/config-3.14 and target/linux/x86/patches-3.14 to 3.18 equivalents and then tweaked until it built. Tested on alix2, soekris net4826 and soekris net4521. Still having trouble with net4826 booting from Grub, alix2 and net4521 are fine. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 44758
* x86: update to linux 3.14Felix Fietkau2014-12-081-28/+15
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43559
* x86: rename */config-3.10 to */config-defaultFelix Fietkau2014-12-081-0/+203
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43558
* x86: remove support for old kernelsGabor Juhos2012-05-181-113/+0
| | | | SVN-Revision: 31804
* generic: Enable HPET, HID and AT keyboard supportVasilis Tsiligiannis2012-02-051-1/+5
| | | | SVN-Revision: 30309
* generic: Add missing and remove unused config symbolsVasilis Tsiligiannis2012-02-041-12/+55
| | | | SVN-Revision: 30133
* x86: move additional oddball PATA drivers These should only be enabled in ↵Jo-Philipp Wich2012-02-031-1/+5
| | | | | | the generic image, as they bloat all of the other targets. Also add symbols for NET5501, ALIX, and GEOS which were added backported to 3.2 and 3.3. Restore PC speaker to Geos target. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30019
* x86: remove pata-amd driver from generic x86 images, add addition cs553x modulesFelix Fietkau2011-05-311-0/+1
| | | | | | | | | | The pata-cs5535/pata-cs5536 driver is actually fairly rare: it only gets used on embedded platforms. Therefore, we remove it from the generic x86 configuration. Also, add definitions for other useful geode modules (high-res timers, MFGPT timers, etc). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27037
* x86: refresh config, enable pci express supportFelix Fietkau2010-11-171-29/+34
| | | | SVN-Revision: 24026
* add net5501 supportFlorian Fainelli2010-04-111-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch brings up the net5501 platform. Note that the x86/ target included support for all x86/ class processors. That's not technically correct. This should be constrained only to the "generic" subtarget. Every x86-class target that isn't generic should be able to select only the optimizations/capabilities applicable to that architectural variant. It's also assumed that all x86 processors have keyboard & mouse ports, ISA, DMI, ACPI... the embedded ones typically don't. Again, moving that to the generic subtarget. Fortunately, this was a fairly benign tweak. The net5501 board includes the following logic: Geode/LX processor CS5535 super-I/O chip PC87360 sensor chip Via Rhine Ethernet controllers Via Sata controllers USB, LEDS, I2C Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 20794
* x86: generic: fix soekris support (closes #7081)Alexandros C. Couloumbis2010-04-091-0/+2
SVN-Revision: 20757