diff options
author | Rhyland Klein <rklein@nvidia.com> | 2012-05-21 12:39:38 -0400 |
---|---|---|
committer | Rohan Somvanshi <rsomvanshi@nvidia.com> | 2012-05-25 02:56:37 -0700 |
commit | 8be5b34f5420304183d0ebba8dd757b6b4b9476e (patch) | |
tree | 151b88e23ae5d39a2fcdbc1d9530d23c81831e7c /chromeos/config/i386/config.flavour.chromeos-pinetrail-i386 | |
parent | 0d88e1dc78fd422c07b8ef385871223bf7dbc9da (diff) |
CHROMEOS: add chrome kernel infrastructure
The ChromeOS build environment expects to build the kernel using a splitconfig.
This change adds the scripts and configs required to satisfy this requirement.
Right now the chromeos-tegra3 config is the only supported configuration using
the splitconfigs.
Signed-off-by: Rhyland Klein <rklein@nvidia.com>
Change-Id: I21ac515261a03bdbe1c79bbd6cd02a6e34c82ef9
Reviewed-on: http://git-master/r/103683
Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com>
Reviewed-by: Allen Martin <amartin@nvidia.com>
Diffstat (limited to 'chromeos/config/i386/config.flavour.chromeos-pinetrail-i386')
-rw-r--r-- | chromeos/config/i386/config.flavour.chromeos-pinetrail-i386 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/chromeos/config/i386/config.flavour.chromeos-pinetrail-i386 b/chromeos/config/i386/config.flavour.chromeos-pinetrail-i386 new file mode 100644 index 000000000000..9a9d2991c3fd --- /dev/null +++ b/chromeos/config/i386/config.flavour.chromeos-pinetrail-i386 @@ -0,0 +1,41 @@ +# +# Config options generated by splitconfig +# +# CONFIG_8139CP is not set +# CONFIG_8139TOO is not set +CONFIG_ACPI_WMI=m +# CONFIG_AMD8111_ETH is not set +# CONFIG_ATL1 is not set +# CONFIG_ATL1C is not set +# CONFIG_ATL1E is not set +# CONFIG_ATL2 is not set +# CONFIG_B44 is not set +# CONFIG_BRCMSMAC is not set +# CONFIG_BRCMUTIL is not set +# CONFIG_BROADCOM_PHY is not set +# CONFIG_DRM_NOUVEAU is not set +# CONFIG_DRM_RADEON is not set +CONFIG_EXTRA_FIRMWARE="" +# CONFIG_FB_BACKLIGHT is not set +# CONFIG_FORCEDETH is not set +# CONFIG_IWL3945 is not set +# CONFIG_IWL4965 is not set +# CONFIG_IWLAGN is not set +# CONFIG_MXM_WMI is not set +# CONFIG_PCNET32 is not set +# CONFIG_R8169 is not set +# CONFIG_RT2500USB is not set +# CONFIG_RT2800USB is not set +# CONFIG_RT73USB is not set +CONFIG_RTL8192CE=m +CONFIG_RTL8192C_COMMON=m +CONFIG_RTLWIFI=m +# CONFIG_SKY2 is not set +# CONFIG_SSB is not set +# CONFIG_TIGON3 is not set +# CONFIG_USB_RTL8150 is not set +# CONFIG_VIA_RHINE is not set +# CONFIG_X86_POWERNOW_K6 is not set +# CONFIG_X86_POWERNOW_K7 is not set +# CONFIG_X86_POWERNOW_K8 is not set +# CONFIG_ZD1211RW is not set |