diff options
author | Martyn Welch <martyn.welch@gefanuc.com> | 2009-07-02 17:12:31 +0100 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-11-20 16:45:35 -0600 |
commit | 0d81df8701d0972117008911bf00ebb1eef1471f (patch) | |
tree | beb1eb44a351a79beee0f47a7508598ad4fc12c3 /arch/powerpc/configs/86xx | |
parent | a3f62bd2b20c769ddc989b242ddd274179e19ee6 (diff) | |
download | linux-3.10-0d81df8701d0972117008911bf00ebb1eef1471f.tar.gz linux-3.10-0d81df8701d0972117008911bf00ebb1eef1471f.tar.bz2 linux-3.10-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/configs/86xx')
-rw-r--r-- | arch/powerpc/configs/86xx/gef_sbc610_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/configs/86xx/gef_sbc610_defconfig b/arch/powerpc/configs/86xx/gef_sbc610_defconfig index 3b0fbfb28ef..1975d41e076 100644 --- a/arch/powerpc/configs/86xx/gef_sbc610_defconfig +++ b/arch/powerpc/configs/86xx/gef_sbc610_defconfig @@ -219,7 +219,7 @@ CONFIG_MPIC=y # CONFIG_MPIC_WEIRD is not set # CONFIG_PPC_I8259 is not set # CONFIG_PPC_RTAS is not set -# CONFIG_MMIO_NVRAM is not set +CONFIG_MMIO_NVRAM=y # CONFIG_PPC_MPC106 is not set # CONFIG_PPC_970_NAP is not set # CONFIG_PPC_INDIRECT_IO is not set @@ -1124,7 +1124,7 @@ CONFIG_UNIX98_PTYS=y # CONFIG_IPMI_HANDLER is not set CONFIG_HW_RANDOM=y # CONFIG_HW_RANDOM_TIMERIOMEM is not set -# CONFIG_NVRAM is not set +CONFIG_NVRAM=y # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set # CONFIG_RAW_DRIVER is not set |