• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/nvidia-tegra23/Config.in
Nicolas SerafiniNicolas Serafini committed 2596759181321 Apr 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
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
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.