The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / nvidia-tegra23 / Config.in
1 menuconfig BR2_PACKAGE_NVIDIA_TEGRA23
2         bool "nvidia-tegra23"
3         depends on BR2_cortex_a9
4         depends on BR2_ARM_EABIHF && BR2_TOOLCHAIN_USES_GLIBC
5         depends on BR2_PACKAGE_XORG7
6         depends on BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_14
7         help
8           Install NVidia proprietary blobs to drive Tegra2 or Tegra3
9           GPUs found in some mobile-targeted ARM SoCs.
10
11 if BR2_PACKAGE_NVIDIA_TEGRA23
12
13 choice
14         prompt "Tegra platform"
15         help
16           Select the SOC platform.
17
18 config BR2_PACKAGE_NVIDIA_TEGRA23_TEGRA2
19         bool "Tegra 2"
20         help
21           NVIDIA Tegra 2 is a dual-core Cortex-A9 without NEON.
22
23 config BR2_PACKAGE_NVIDIA_TEGRA23_TEGRA3
24         bool "Tegra 3"
25         depends on BR2_ARM_CPU_HAS_NEON
26         help
27           NVIDIA Tegra 3 is a quad-core Cortex-A9 with NEON.
28
29 endchoice
30
31 source "package/nvidia-tegra23/nvidia-tegra23-binaries/Config.in"
32 source "package/nvidia-tegra23/nvidia-tegra23-codecs/Config.in"
33 endif
34
35 comment "nvidia-tegra23 needs Xorg <= 1.14 and a (e)glibc toolchain w/ EABIhf"
36         depends on BR2_cortex_a9
37         depends on !BR2_ARM_EABIHF || !BR2_TOOLCHAIN_USES_GLIBC \
38                 || !BR2_PACKAGE_XORG7 || !BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_14