• 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/libftdi/Config.in
Thomas PetazzoniThomas Petazzoni committed 1e1333fd8f125 Jan 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_LIBFTDI
2
    bool "libftdi"
3
    depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
4
    select BR2_PACKAGE_LIBUSB
5
    select BR2_PACKAGE_LIBUSB_COMPAT
6
    help
7
      Userspace access to FTDI USB interface chips
8
​
9
      http://www.intra2net.com/en/developer/libftdi/index.php
10
​
11
if BR2_PACKAGE_LIBFTDI
12
​
13
config BR2_PACKAGE_LIBTFDI_CPP
14
    bool "C++ bindings"
15
    depends on BR2_INSTALL_LIBSTDCPP
16
    depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
17
    depends on BR2_USE_WCHAR
18
    select BR2_PACKAGE_BOOST
19
    help
20
      C++ bindings for libftdi
21
​
22
comment "libftdi C++ bindings need a toolchain w/ wchar, C++"
23
    depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
24
    depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP
25
​
26
endif # BR2_PACKAGE_LIBFTDI
27
​
28
comment "libftdi needs a toolchain w/ threads"
29
    depends on !BR2_TOOLCHAIN_HAS_THREADS
  • 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.