diff options
author | Martyn Welch <martyn.welch@gefanuc.com> | 2009-07-02 18:12:31 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-11-20 23:45:35 +0100 |
commit | 0d81df8701d0972117008911bf00ebb1eef1471f (patch) | |
tree | beb1eb44a351a79beee0f47a7508598ad4fc12c3 /arch/powerpc/platforms/86xx/Kconfig | |
parent | powerpc/fsl: Add PCI device ids for new QoirQ chips (diff) | |
download | linux-0d81df8701d0972117008911bf00ebb1eef1471f.tar.xz linux-0d81df8701d0972117008911bf00ebb1eef1471f.zip |
powerpc/86xx: Enable NVRAM on GE Fanuc's SBC610
This patch enables the NVRAM found on the GE Fanuc SBC610
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/86xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/86xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig index 9c7b64a3402b..9d02dea19bd8 100644 --- a/arch/powerpc/platforms/86xx/Kconfig +++ b/arch/powerpc/platforms/86xx/Kconfig @@ -51,6 +51,7 @@ config GEF_SBC310 config GEF_SBC610 bool "GE Fanuc SBC610" select DEFAULT_UIMAGE + select MMIO_NVRAM select GENERIC_GPIO select ARCH_REQUIRE_GPIOLIB select HAS_RAPIDIO |