1 config BR2_PACKAGE_POWERPC_UTILS
3 depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
4 select BR2_PACKAGE_ZLIB
6 System utilities for PowerPC machines.
8 http://sourceforge.net/projects/powerpc-utils/
10 if BR2_PACKAGE_POWERPC_UTILS
12 config BR2_PACKAGE_POWERPC_UTILS_RTAS
14 select BR2_PACKAGE_LIBRTAS
15 depends on BR2_TOOLCHAIN_USES_GLIBC
18 Enable support for functions that require RTAS.
20 This adds a dependency on librtas and provides the following
21 additional features at the cost of increasing the installed
22 package size from about 0.5MB to about 2MB:
23 ppc64_cpu --run-mode, uesensor, set_poweron_time, drmgr,
24 lsslot, activate_firmware, rtas_ibm_get_vpd, serv_config,
25 rtas_event_decode, sys_ident.
27 comment "RTAS support needs an (e)glibc toolchain"
28 depends on !BR2_TOOLCHAIN_USES_GLIBC