Blame view

buildroot/buildroot-2016.08.1/package/librtas/Config.in 525 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  config BR2_PACKAGE_LIBRTAS
  	bool "librtas"
  	depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
  	depends on BR2_TOOLCHAIN_USES_GLIBC
  	help
  	  The librtas package provides an interface for Run-Time Abstraction
  	  Services (RTAS) calls on PAPR platforms. The libraries allow users to
  	  examine and manipulate hardware, and parse RTAS events.
  
  	  http://librtas.sourceforge.net/
  
  comment "librtas needs a glibc toolchain"
  	depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
  	depends on !BR2_TOOLCHAIN_USES_GLIBC