diff options
author | William Lai <b04597@freescale.com> | 2009-11-24 11:25:32 +0800 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-02-12 17:19:37 +0100 |
commit | fd337b5e0e3aee6e364e7260c052a0adf20b40dd (patch) | |
tree | 45faf3b049a21e57cd55b73150c92905efa54b08 /arch | |
parent | 167a460a2df40d22c70517e597fa41c95fcdfc7c (diff) |
ENGR00118399 MX35 RNG: Cann't insert module rng_test_driver.ko
In the rng_test_driver.ko and rng_test, RNG_REGISTER_PEEK_POKE flag
should be defined, otherwise, the rng_read_register() and rng_write_register()
functions will not be defined. And the flag RNG_REGISTER_PEEK_POKE depends on
CONFIG_RNG_TEST_DRIVER, which is not set in the default config file.
Resolve the problem by setting the CONFIG_RNG_TEST_DRIVER.
Signed-off-by: William Lai <b04597@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/imx35_3stack_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/imx35_3stack_defconfig b/arch/arm/configs/imx35_3stack_defconfig index dbcb42a97960..a9c2e044ce16 100644 --- a/arch/arm/configs/imx35_3stack_defconfig +++ b/arch/arm/configs/imx35_3stack_defconfig @@ -1638,7 +1638,7 @@ CONFIG_MXC_PMIC_MC9S08DZ60=y CONFIG_MXC_SECURITY_SCC=y # CONFIG_SCC_DEBUG is not set CONFIG_MXC_SECURITY_RNG=y -# CONFIG_MXC_RNG_TEST_DRIVER is not set +CONFIG_MXC_RNG_TEST_DRIVER=y # CONFIG_MXC_RNG_DEBUG is not set # |