aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/files-4.1/drivers/firmware/broadcom/Kconfig
blob: 6bed119930dd3d5e6a8c4df7a0de36511d8ade96 (plain)
1
2
3
4
5
6
7
8
9
10
11
config BCM47XX_NVRAM
	bool "Broadcom NVRAM driver"
	depends on BCM47XX || ARCH_BCM_5301X
	help
	  Broadcom home routers contain flash partition called "nvram" with all
	  important hardware configuration as well as some minor user setup.
	  NVRAM partition contains a text-like data representing name=value
	  pairs.
	  This driver provides an easy way to get value of requested parameter.
	  It simply reads content of NVRAM and parses it. It doesn't control any
	  hardware part itself.