From fa4395db04e20e5e50b63cdec8b876e22d7e118f Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 25 Oct 2015 16:43:14 +0000 Subject: bcm53xx: add support basic for kernel 4.3 The files directory is now split up into the files which are needed for every kernel version and the files only needed by kernel 4.1. The files in files-4.1 are already merged into mainline kernel 4.3. This patch only removed patches which were merged into mainline kernel 4.3. Signed-off-by: Hauke Mehrtens SVN-Revision: 47251 --- .../linux/bcm53xx/files-4.1/drivers/firmware/broadcom/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/bcm53xx/files-4.1/drivers/firmware/broadcom/Kconfig (limited to 'target/linux/bcm53xx/files-4.1/drivers/firmware/broadcom/Kconfig') diff --git a/target/linux/bcm53xx/files-4.1/drivers/firmware/broadcom/Kconfig b/target/linux/bcm53xx/files-4.1/drivers/firmware/broadcom/Kconfig new file mode 100644 index 0000000000..6bed119930 --- /dev/null +++ b/target/linux/bcm53xx/files-4.1/drivers/firmware/broadcom/Kconfig @@ -0,0 +1,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. -- cgit v1.2.3