package/dhcp/S80dhcp-server: allow empty INTERFACES
[buildroot-gz.git] / package / powerpc-utils / Config.in
blob8e02e764597256ba44fd05b7a18aeacfcd613a24
1 config BR2_PACKAGE_POWERPC_UTILS
2         bool "powerpc-utils"
3         depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
4         select BR2_PACKAGE_ZLIB
5         help
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
13         bool "RTAS support"
14         select BR2_PACKAGE_LIBRTAS
15         depends on BR2_TOOLCHAIN_USES_GLIBC
16         default y
17         help
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
30 endif