aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-05-07romley: Remove USB_ARCH_HAS_EHCIsgw/3.14-metaSaul Wold
This address the following warning: Value requested for CONFIG_USB_ARCH_HAS_EHCI not in final .config Requested value: CONFIG_USB_ARCH_HAS_EHCI=y Actual value set: Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07intel-common: remove eg20t from common configSaul Wold
The eg20t is now x86 specific due to the PCH_DMA dependency. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07intel bsps: Remove GEN_RTC support since its for legacy cpusSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07common-pc-drivers: Add CONFIG_EEPROM_AT24Saul Wold
This will enable module support common-pc for the AT24 based I2C EEPROM from most vendors Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07meta: dca: remove explicit TX_DISABLE settingsBruce Ashfield
The config options: CONFIG_ASYNC_TX_DISABLE_PQ_VAL_DMA=y and CONFIG_ASYNC_TX_DISABLE_XOR_VAL_DMA=y are only selectable by other Kconfig options, and are no longer used in the code base. So to avoid a configuration mismatch warning during the build, we drop these unused options. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07baytrail: move PINCTRL to new intel-pinctrlSaul Wold
Since we add BAYTRAIL to the intel-pinctrl remove it from here along with the PINCONF and PINMUX since they will be selected automagically. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07intel-pinctrl: Add new configurationSaul Wold
Add PINCTRL_CHERRYVIEW and PINCTRL_BAYTRAIL here since more devices will have PINCTRL for SoC and GPIO pins Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07romley: remove common video and media config itemsSaul Wold
These are already included via the media-all in common-pc Cc: Haw Foo Chien <foo.chien.haw@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07drm-cdvpvr: Add STAGING_MEDIASaul Wold
STAGING_MEDIA is a new option that was added and needs to be enabled in order for STAGING to be enabled. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07media: Prefer modules(m) to yes(y) and update for 3.19 KernelSaul Wold
TLG2300 is marked as depercated, so remove it The STK1160 and EM28XX got split up so ensure the right configs are set Most of the media and tuner items should be modules as they are not needed and boot time and will allow for a small kernel Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07intel-common: Acutally add the 32 bit versio of the fileSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07intel-common: split out 32 bit common-driversSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07mohonpeak: split out 32bit config settingsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07mohonpeak: Mark LPC_ICH as an in kernel driverSaul Wold
Since it is being autoselected by the default configuration mark it as in kernel to not conflict at a module. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07meta: common-pc: split 32 bit-only driversBruce Ashfield
64 bit BSPs also use the common-pc drivers. To avoid warnings when these options are dropped, we split the config into 32 bit only and common. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07meta: adjust rfkill to be non-hardwareBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07meta: remove obselete/invalid optionsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07common-pc: restrict NR_CPUS to 8Bruce Ashfield
Since arch/x86/Kconfig has the following range restriction for NR_CPUS range 2 8 if SMP && X86_32 && !X86_BIGSMP In a common-pc build, we are indeed X86_32 enabled, so 8 is our max CPUs. To avoid a configuration warning, we change our default to this range's max value Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07common-pc: remove obselete CONFIG_BRCMFMAC_SDIOBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-04-21xilinx-zynq: add scc/cfg dataZumeng Chen
Creating the base infrastructure for the xilinx zynq. Signed-off-by: Zumeng Chen <zumeng.chen@windriver.com>
2015-04-11meta: features/bluetooth: add more configurations for Bluetooth supportCristian Iorga
Adding only CONFIG_BT for Bluetooth support does not enable a lot of the basic support expected from a Bluetooth stack, so adding more generic Bluetooth support. Partial fix for [YOCTO #6960]. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-03-23features: soc: fix typo in baytrail.cfgChang Rebecca Swee Fun
Fix the DMA config typo to CONFIG_DW_DMA_PCI. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-03-21meta: axxiapowerpc: Adding new fragmentDaniel Dragomir
For axxiapowerpc bsp, adding new fragments for standard and preempt-rt kernel types. Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-03-19meta: axxiaarm: Adding new fragmentsDaniel Dragomir
For axxiaarm bsp, adding new fragments for standard and preempt-rt kernel types. Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com>
2015-03-19tiny.cfg: Enable BINFMT_SCRIPTDarren Hart
Tiny kernels currently fail to run /init from tiny-init, a #!/bin/sh script as the kernel is missing BINFMT_SCRIPT. Add this to the tiny.cfg fragment. Developed on 3.19, applied and verified on 3.14. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Saul Wold <sgw@linux.intel.com> Cc: Eduard Bartosh <eduard.bartosh@intel.com>
2015-01-21kver: bump to v3.14.29Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-12-10meta:ltsi: remove Makefile addition patchBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-12-10ltsi: add ltsi to standard kernel type baselineBruce Ashfield
Add the creation of the "ltsi" staging branch, as well as the addition of ltsi to standard/base (and hence standard/preempt-rt/base). These patches are not yet context adjusted for standard/base content, and will be updated in subsequent commits. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-12-10ltsi: import 3.14-ltsi contentBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-12-10meta: update to v3.14.26Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-12-10meta: bump kver to v3.14.24Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-10-06x86: Support 32 bit binariesDarren Hart
Fixes [YOCTO 6777] Unable to set CONFIG_COMPAT=y to kernel config Add support for running 32 bit binaries to the x32 and x86_64 fragments. This supports legacy software and is follows the recommendation in the Kconfig help. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-09-26intel: Remove the standard ktype nestingDarren Hart
Fixes [YOCTO 6710] intel-common-standard.scc included the standard ktype, but the preempt-rt scc files included intel-common-standard and the preempt-rt ktype. This resulted in a double include of the standard ktype, which caused the meta/scripts/updateme to change the source tree from standard/preempt-rt/base to standard/standard/preempt-rt and drop all the preempt-rt commits. To address this, avoid the nested inclusion of ktypes by explicitly including them in each top level BSP definition. Remove the ktype from intel-common-standard.scc and rename it intel-common-drivers.scc, which more accurately describes its purpose anyway. Update the top the BSPs to use the new name and explicitly include the required ktype. Remove some obsolete comments and clean-up the whitespace in the top-level BSP scc files a bit. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> -- Please apply to linux-yocto-3.14 and to 3.17 after reverting: intel: create intel-common-preempt-rt and use it Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-09-22meta: update kver to v3.14.19Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-09-19qemuarm64: create bsp configHe Zhe
This is the initial meta data for qemu arm64 bsp that supports qemu's virt for aarch64. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-09-17meta: bump to v3.14.18Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-09-12features/mei.cfg: configure as kernel modulesNitin A Kamble
The kernel module approach enables disabling of the modules if needed. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-09-08drm-gma500: build GMA500 DRM driver as kernel moduleMax Eliaser
This will allow the module to be blacklisted on some devices (such as the FRI2) where it causes problems. Signed-off-by: Max Eliaser <max.eliaser@intel.com> Fix mistakenly setting bool kconfig vars to =m Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-09-08intel-common: intel-core-32: use tunnelcreek.sccMax Eliaser
This is instead of crownbay, emenlow, and fri2, although those .scc files still exist if anyone wants them. Note that this has the effect of adding the GMA500 DRM driver to intel-core2-32, which will break intel-core2-32 on FRI2 for now. Signed-off-by: Max Eliaser <max.eliaser@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-09-08soc: tunnelcreek: create tunnelcreek sccMax Eliaser
The .scc file is created from from the union of the emenlow, crownbay, and fri2 files. The open-source GMA500 DRM driver is also enabled in tunnelcreek.scc as EMGD is being deprecated. Note that the GMA500 DRM driver currently breaks FRI2. preempt/preempt-rt/tiny variants of the new tunnelcreek configs have not been created. Signed-off-by: Max Eliaser <max.eliaser@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-09-08qemuppc64: create bsp configArmin Kuster
This is the initial meta data for qemu ppc64 bsp that supports the IBM pseries power* arch which is supported in Qemu. V2: Pruned config : Added standard.scc V3: More cleanup : Added cfg/virtio.scc : Added features/input/input.scc : Added cfg/8250.scc v4: nuked stuff : features/usb/ohci-hcd.scc : features/scsi/disk.scc : features/scsi/cdrom.scc Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-08-28meta: Create kernel config and scc for CRIUYang Shi
Add kernel config fragment for CRIU and include the config into scc file. Signed-off-by: Yang Shi <yang.shi@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-08-28meta: common-pc: add support for booting via EFIMax Eliaser
If "common-pc" actually means "Common PC," this is appropriate, as EFI is pretty common in PCs these days. This is also the most expediant way to get qemux86 and qemux86-64 booting via EFI, which is a prerequisite for [YOCTO #5654]. Signed-off-by: Max Eliaser <max.eliaser@intel.com>
2014-08-28meta: Add CONFIG_TTY to common-pc-drivers.cfgTom Zanussi
The 8250 config options aren't available if CONFIG_TTY isn't 'y', so make sure TTY is enabled for them. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-08-28meta: Add CONFIG_TTY to 8250.cfgTom Zanussi
The 8250 config options aren't available if CONFIG_TTY isn't 'y', so make sure TTY is enabled for them. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-08-28GRE: enable gre feature.Jianchuan Wang
Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-08-22BFQ: Support Budget Fair Queueing (BFQ) Storage-I/O SchedulerJianchuan Wang
Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-08-20vxlan: Enable vxlan supportJianchuan Wang
vxlan: Enable vxlan support Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-08-19meta: features/ieee802154: add configuration fragment for IEEE 802.15.4Max Eliaser
Instead of duplicating the appropriate options in configiration fragments for various BSPS, it's better to put them in their own fragment which can then be included elsewhere. This commit also adds the new features/ieee802154/ieee802154.scc to intel-common-standard.scc, although CONFIG_IEEE802154 and CONFIG_IEEE802154_6LOWPAN have not been removed from anywhere else yet for compatibility reasons. Signed-off-by: Max Eliaser <max.eliaser@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-08-19meta: features/bluetooth: add configuration fragment for Bluetooth supportMax Eliaser
Instead of adding CONFIG_BT directly to configuration fragments for various BSPs, it's better to put it in its own fragment which can then be included elsewhere. This commit also adds the new features/bluetooth/bluetooth.scc to intel-common-standard.scc, although CONFIG_BT has not been removed from anywhere else yet for compatibility reasons. This mostly resolves [YOCTO #1830], and removing other uses of CONFIG_BT will resolve it completely. Signed-off-by: Max Eliaser <max.eliaser@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>