• 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 668ce45644817 May 2016
Raw file
Source viewDiff to previous
 
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_USE_WCHAR
17
    select BR2_PACKAGE_BOOST
18
    help
19
      C++ bindings for libftdi
20
​
21
comment "libftdi C++ bindings need a toolchain w/ wchar, C++"
22
    depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP
23
​
24
endif # BR2_PACKAGE_LIBFTDI
25
​
26
comment "libftdi needs a toolchain w/ threads"
27
    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.