summaryrefslogtreecommitdiffstats
path: root/openpower/package/libflash/Config.in
blob: b4f6c7aa7df41006c32dba6bf78da0f3a8b9770e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config BR2_PACKAGE_LIBFLASH
	bool "libflash"
	help
	  Build libflash shared library

config BR2_PACKAGE_PFLASH
	bool "pflash"
	default y if BR2_PACKAGE_LIBFLASH
	help
	  Install pflash utility to target

config BR2_PACKAGE_OPAL_GARD
	bool "opal-gard"
	default y if BR2_PACKAGE_LIBFLASH
	help
	  Install opal-gard utility to target
OpenPOWER on IntegriCloud